DLPX-89763 DLPX-86523 delphix-platform changes#477
Open
justsanjeev wants to merge 8 commits into
Open
Conversation
ec9dada to
317e58e
Compare
317e58e to
68118d0
Compare
68118d0 to
e56b7de
Compare
a4f876c to
d356ef1
Compare
38fba97 to
28cab6b
Compare
b1d61e7 to
0c718f3
Compare
b984a71 to
f389cbe
Compare
64091f7 to
5022542
Compare
5022542 to
744dc46
Compare
d39c466 to
52eee14
Compare
b5743b5 to
3a9629e
Compare
e22f588 to
26210f6
Compare
8b5f0fb to
a5ef067
Compare
sebroy
requested changes
Jul 16, 2025
eba0198 to
b36fe93
Compare
3c17e95 to
64f43bb
Compare
07b0466 to
c092613
Compare
c092613 to
33fadf6
Compare
sebroy
requested changes
Nov 6, 2025
7f327d7 to
c93d76f
Compare
c93d76f to
f1018a0
Compare
f1018a0 to
a370f69
Compare
sebroy
approved these changes
Jan 15, 2026
4763660 to
8e366ed
Compare
…rt/home Adding the mount point logic back to delphix-platform.sh script Changing as per Seb-s comment to alter the softlink logic. Changing the code to previous version to validate the comments. Changing the delphix-legacy-link.service to perform the same steps next reboot like deferred upgrade. Creating a different service for taking care of soft /export/home -> /home DLPX-89763 DLPX-86523 delphix-platform changes Moved the code to create symlink to different script Removing the autofs handling as per the concerns raised by Seb and our validation Removing the softlink loginc from main.yml Since /export/home has empty delphix directory, taking care Taking care the comments from Seb on 16 July 2025. handling /export/home and /home both mounted, validated in mount | grep home check PR URL: https://www.github.com/delphix/delphix-platform/pull/477
…y, for a better user experience.
…e contents commented.
8e366ed to
64fe711
Compare
… creation failure.
prakashsurya
reviewed
Jun 1, 2026
|
|
||
| # Create symlink | ||
| echo "Creating symlink: /export/home -> /home" | ||
| if ln -s /home /export/home; then |
Contributor
There was a problem hiding this comment.
can you remind me why we want to preserve this symlink?
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.
Problem
CIS is looking or a single home directory filesystem mounted at the
/homelocation, currently we have the home dataset is mounted on/export/homeDue to that we see the below issues in the CIS Report
Solution
/home./export/hometo/homeso that the exiting tests and dependencies have minimal impact.With implemented a a script which takes care of a soft link creation with files/common/var/lib/delphix-platform/export-home. This ensure. a softlink from
/export/hometo/home. This helps to ensure that most of the flows are passed with this new implementation.Testing Done
Refer testing section in delphix/appliance-build#756