HM-5952 Add mount-s3 package for Hyperscale S3 FUSE driver#397
Closed
kautilya-perforce wants to merge 12 commits into
Closed
HM-5952 Add mount-s3 package for Hyperscale S3 FUSE driver#397kautilya-perforce wants to merge 12 commits into
kautilya-perforce wants to merge 12 commits into
Conversation
Merge remote-tracking branch '6.0/stage' into 'master'
Merge remote-tracking branch '6.0/stage' into 'master'
Merge remote-tracking branch '6.0/stage' into 'master'
Merge remote-tracking branch '6.0/stage' into 'master'
Merge remote-tracking branch '6.0/stage' into 'master'
Merge remote-tracking branch '6.0/stage' into 'master'
Adds a new linux-pkg package for mount-s3 (Mountpoint for Amazon S3 v1.22.3). mount-s3 has no apt repository — Amazon distributes it only as a direct .deb download. The package fetches the deb from Artifactory (linux-pkg/mount-s3/) where it must be pre-uploaded before building. Also adds mount-s3 to package-lists/build/main.pkgs so it is included in the Delphix appliance image bundle. Pre-requisite: upload mount-s3_1.22.3_amd64.deb to Artifactory at http://artifactory.delphix.com/artifactory/linux-pkg/mount-s3/ SHA256: 259a793b1233258b35ce5ce902df177393542fd76dd2a606f07e800e28591df6 Source: https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.deb DLPXECO-13872 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
Superseded by #398 which uses the existing misc-debs package as suggested by @prakashsurya on appliance-build#872. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
packages/mount-s3/package that fetchesmount-s3_1.22.3_amd64.debfrom Artifactory and bundles it into the appliance buildmount-s3topackage-lists/build/main.pkgsso it is included in the appliance image bundlePre-requisite (manual step before this PR can build)
Upload the deb to Artifactory:
linux-pkg/mount-s3/mount-s3_1.22.3_amd64.deb259a793b1233258b35ce5ce902df177393542fd76dd2a606f07e800e28591df6Context
Part of HM-5952 (bundle mount-s3 and blobfuse2 FUSE drivers into the Delphix closed appliance image for the Hyperscale Snowflake connector). OSRB tracking: DLPXECO-13872.
Three PRs total:
Test plan
mount-s3_1.22.3_amd64.debto Artifactory at the path above./buildpkg.sh mount-s3on a noble build VM and confirm the deb is produced inpackages/mount-s3/tmp/artifacts/🤖 Generated with Claude Code