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
+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
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,
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