Re: [DISCUSS] State of Ozone CSI support

2021-03-16 Thread Elek, Marton
On 3/12/21 7:21 PM, Siddharth Wagle wrote: Goofys is a S3 FUSE driver. It could be used to any mount any Ozone bucket as posix file system:goofys --endpointhttp://localhost:9878 bucket1 /mount/bucket1 That's definitely a wrong usage of 'posix' here. Will fix it in the same patch. CSI spec

Re: [DISCUSS] State of Ozone CSI support

2021-03-13 Thread Dinesh Chitlangia
+1 thanks Marton for the details/background, it really helps to answer all the questions. On Fri, Mar 12, 2021 at 12:57 PM Elek, Marton wrote: > > If we simplify the picture, the two biggest Apache Ozone advantages > compared with HDFS are the following (IMHO!): > > 1. better scalability: it c

Re: [DISCUSS] State of Ozone CSI support

2021-03-12 Thread Siddharth Wagle
Marton, this is what we had on the apache docs as of 2/17 when I last checked: S3 Fuse driver (goofys) Goofys is a S3 FUSE driver. It could be used to any mount any Ozone bucket as posix file system:goofys --endpoint http://localhost:9878 bucket1 /mount/bucket1 So +1 for the change above. Also,

Re: [DISCUSS] State of Ozone CSI support

2021-03-12 Thread Arpit Agarwal
I am +1 on your proposed changes. It makes it clear upfront that the support is incomplete and uses fuse s3. Thanks for putting up the patch. > On Mar 12, 2021, at 9:57 AM, Elek, Marton wrote: > > > If we simplify the picture, the two biggest Apache Ozone advantages compared > with HDFS are