-
Notifications
You must be signed in to change notification settings - Fork 41
DLPX-86523 CIS: /home filesystem and mount options #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
justsanjeev
wants to merge
1
commit into
develop
Choose a base branch
from
dlpx/pr/justsanjeev/d7de7bc9-e96b-43ee-b26a-76a6325f7d86
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
DLPX-86523 CIS: /home filesystem and mount options #756
justsanjeev
wants to merge
1
commit into
develop
from
dlpx/pr/justsanjeev/d7de7bc9-e96b-43ee-b26a-76a6325f7d86
Conversation
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
60315a7
to
2547134
Compare
4447b5d
to
70aaee3
Compare
5a45f37
to
28406a7
Compare
28406a7
to
abd7103
Compare
abd7103
to
b8d8ec5
Compare
b8d8ec5
to
6497d9d
Compare
6497d9d
to
bacfefb
Compare
58d854c
to
fe722dd
Compare
fe722dd
to
52199cc
Compare
52199cc
to
c752b4f
Compare
c752b4f
to
4c2f334
Compare
4c2f334
to
823162d
Compare
554ea59
to
b81c2e4
Compare
b81c2e4
to
7c5bcea
Compare
sebroy
requested changes
Mar 26, 2025
7c5bcea
to
5ce66b3
Compare
sebroy
requested changes
May 13, 2025
b061620
to
7cc9bcf
Compare
5a87340
to
a679462
Compare
Fixing the headers in the changed files. Incoprorating new comments from Seb Resolving comments from Seb on redundant nodev PR URL: https://www.github.com/delphix/appliance-build/pull/756
a679462
to
66cea08
Compare
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.
Problem
CIS is looking or a single home directory filesystem mounted at the
/home
location, currently we have the home dataset is mounted on/export/home
Due to that we see the below issues in the CIS Report
Mounting the home dataset to `/home`.Solution
Testing Done
Build:
git ab-pre-push
: appliance-build-orchestrator-pre-push/10403/ - ✅Scan Results:
After Changing the output from Engine(Manual Verification):
Additionally we had to make changes to below repos to support this change
delphix-platform
-> delphix-platformdlpx-app-gate
-> dlpx-app-gateScan Reports before & after Change
Scan Report After Change
The report before this change (The initial report is also present in : https://perforce.atlassian.net/browse/CP-9773)