1. HDDS-13356 <https://issues.apache.org/jira/browse/HDDS-13356>
Goofys is a s3 fuse client. We rely on goofys to mount s3 locally and our ozone csi driver depends on goofys. Ozone-docker-runner includes goofys: However, goofys looks unmaintained now. No new releases in 4 years. In the meantime, there are better S3 fuse clients: for example, https://github.com/awslabs/mountpoint-s3, JuiceFS: https://juicefs.com/en/ s3 fuse: https://github.com/s3fs-fuse/s3fs-fuse We should consider replacing goofys with either option. Thoughts?