-
Notifications
You must be signed in to change notification settings - Fork 438
Require nvidia-persistenced for nvidia-cdi-refresh #1453
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Evan Lezar <[email protected]>
| # We difine nvidia-perisistenced.service as an (After) Requisite to ensure that this | ||
| # serivce only starts if that is already started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # We difine nvidia-perisistenced.service as an (After) Requisite to ensure that this | |
| # serivce only starts if that is already started. | |
| # Specify nvidia-perisistenced.service as a dependency to ensure that this service | |
| # only starts if that has started. This is required for Confidential Compute. |
|
@yf23 this solution requires |
It is often recommended on our end, but I don't know whether we can call this a requirement. Is there a way to ONLY add this requirement IF it is actuall present? |
|
@elezar Thanks for this PR, Could you provide a PR description detailing the motivation behind this change? is the goal to address a specific user need, eg CoCO/CC, or a more broad motivation behind making the cdi-refresh service more stable? |
Hi @steven-bellock, Thanks for putting up the solution. Overall it looks good to me, with one small question: Nvidia persistence daemon starts In this case it could still have the problem |
All credit goes to @elezar. Execution of
so it sounds like that should be OK. |
Thanks @steven-bellock @elezar for the solution & explanation! Looks good to me and appreciate your help. |
No description provided.