-
Notifications
You must be signed in to change notification settings - Fork 44
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
DLPX-89763 DLPX-86523 delphix-platform changes #477
Open
justsanjeev
wants to merge
1
commit into
develop
Choose a base branch
from
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
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-89763 DLPX-86523 delphix-platform changes #477
justsanjeev
wants to merge
1
commit into
develop
from
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
Conversation
This file contains 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
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
from
April 18, 2024 14:34
ec9dada
to
317e58e
Compare
prakashsurya
reviewed
May 8, 2024
...n/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml
Show resolved
Hide resolved
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
from
June 24, 2024 09:31
317e58e
to
68118d0
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
from
July 2, 2024 11:54
68118d0
to
e56b7de
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
4 times, most recently
from
July 11, 2024 10:29
a4f876c
to
d356ef1
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
5 times, most recently
from
July 16, 2024 07:08
38fba97
to
28cab6b
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
2 times, most recently
from
September 25, 2024 17:25
b1d61e7
to
0c718f3
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
2 times, most recently
from
October 7, 2024 10:17
b984a71
to
f389cbe
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
2 times, most recently
from
October 22, 2024 11:48
64091f7
to
5022542
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
from
November 4, 2024 07:54
5022542
to
744dc46
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
3 times, most recently
from
November 25, 2024 07:26
d39c466
to
52eee14
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
3 times, most recently
from
December 3, 2024 08:11
b5743b5
to
3a9629e
Compare
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
5 times, most recently
from
December 3, 2024 11:33
4e5c764
to
d0ba9f9
Compare
…rt/home DLPX-89763 DLPX-86523 delphix-platform changes PR URL: https://www.github.com/delphix/delphix-platform/pull/477
justsanjeev
force-pushed
the
dlpx/pr/justsanjeev/ef30769e-a58a-4475-af32-174db6d07951
branch
from
January 16, 2025 06:30
d0ba9f9
to
43d194d
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
Solution
/home
./export/home
to/home
so that the exiting tests and dependencies have minimal impact.Testing Done
git ab-pre-push
: appliance-build-orchestrator-pre-push/10167/ - SUCCESSAdditional Upgrade to verify: blackbox-chained/6950 - SUCCESS
Additional Upgrade(Manual ) : SUCCESS
29.0.0.0
todevelop
Additionally we had to make changes to below repos to support this change
appliance-build
-> appliance-builddlpx-app-gate
-> dlpx-app-gate