HDDS-15977. Remove mountpoint-s3 - #98
Conversation
f2716ff to
70e81fa
Compare
70e81fa to
73bdd3f
Compare
adoroszlai
left a comment
There was a problem hiding this comment.
Thanks @Eason09053360 for the patch. Please enable workflows in your fork.
It looks like the task description was incomplete. We should also remove csc:
ozone-docker-runner/Dockerfile
Lines 17 to 18 in 73bdd3f
ozone-docker-runner/Dockerfile
Lines 45 to 46 in 73bdd3f
Thanks for reviewing ! enabled now
Sure, I will take a look at it later :) |
What changes were proposed in this pull request?
Remove
mountpoint-s3andcscfrom the runner image. HDDS-15876 removed ozone-csi, so neither the S3 FUSE mount support nor the CSI command line client is used by anything in the project.MOUNTPOINT_S3_VERSIONbuild arg and theRUNlayer that downloads and installs themount-s3RPM.fusepackage from thednf installlist —mountpoint-s3was its only consumer.golangbuilder stage that installsgocsi/csc, and theCOPYthat putscscinto the image.What is the link to the Apache JIRA?
https://issues.apache.org/jira/browse/HDDS-15977
How was this patch tested?
Relies on the CI image build on this PR.