-
Notifications
You must be signed in to change notification settings - Fork 314
Add the config option DeploymentSettings/DefaultUserHome to change the default user's home directory #6028
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
Merged
dreambeyondorange
merged 1 commit into
aws:develop
from
dreambeyondorange:relocate-home
Feb 12, 2024
Merged
Add the config option DeploymentSettings/DefaultUserHome to change the default user's home directory #6028
dreambeyondorange
merged 1 commit into
aws:develop
from
dreambeyondorange:relocate-home
Feb 12, 2024
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
20ba277 to
daadc63
Compare
Contributor
|
May you please describe the change and how you tested it? |
gmarciani
reviewed
Jan 23, 2024
...sts/pcluster/templates/test_cluster_stack/test_head_node_dna_json/head_node_default.dna.json
Show resolved
Hide resolved
b6947da to
8034b42
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6028 +/- ##
========================================
Coverage 90.24% 90.24%
========================================
Files 181 181
Lines 15887 15895 +8
========================================
+ Hits 14337 14345 +8
Misses 1550 1550
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
aabe91e to
acb8802
Compare
gmarciani
reviewed
Jan 25, 2024
acb8802 to
7fad516
Compare
6a4138e to
bce828f
Compare
himani2411
reviewed
Feb 9, 2024
cli/tests/pcluster/templates/test_login_nodes_stack/test_login_nodes_dna_json/dna-1.json
Outdated
Show resolved
Hide resolved
bce828f to
8fbc284
Compare
himani2411
reviewed
Feb 12, 2024
himani2411
reviewed
Feb 12, 2024
himani2411
reviewed
Feb 12, 2024
cli/tests/pcluster/templates/test_queues_stack/test_compute_nodes_dna_json/dna-2.json
Outdated
Show resolved
Hide resolved
7612141 to
7f365ce
Compare
…ge the default user's home directory across the cluster Move the cluster user out of `/home` and into `/local/home` when the `DefaultUserHome` option is set to local
7f365ce to
f4bea2f
Compare
himani2411
approved these changes
Feb 12, 2024
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.
Add the config option
DefaultUserHomeunderDeploymentSettingsto change the default user's home directoryMove the cluster user out of
/homeand into/local/homewhen theDefaultUserHomeoption is set to localTests
References
Checklist
developadd the branch name as prefix in the PR title (e.g.[release-3.6]).Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.