-
Notifications
You must be signed in to change notification settings - Fork 104
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
[DFSM] Support live updates on compute nodes. #2614
[DFSM] Support live updates on compute nodes. #2614
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2614 +/- ##
========================================
Coverage 75.56% 75.56%
========================================
Files 16 16
Lines 2132 2132
========================================
Hits 1611 1611
Misses 521 521
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Giacomo Marciani <[email protected]>
… compute nodes. Signed-off-by: Giacomo Marciani <[email protected]>
fbd2e29
to
ffd9c73
Compare
cfn-hup log is useful when debugging cluster update failures. Since aws#2614, all nodes rely on cfn-hup, making have the log on CloudWatch important. Signed-off-by: Hanwen <[email protected]>
cfn-hup log is useful when debugging cluster update failures. Since #2614, all nodes rely on cfn-hup, making have the log on CloudWatch important. Signed-off-by: Hanwen <[email protected]>
Description of changes
Add support for live updates on compute nodes, using cfn-hup. In particular:
This PR is related to aws/aws-parallelcluster#6003, where the cfn-hup config file is created.
Tests
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.