In CCWS version 2025.12.01 which uses CC 8.8.1, a new healthagent is always on and will monitor GPU and IB. For old GPU SKUs the following error message can be raised: Persistence Mode not set for GPU x
This is because recent GPU SKUs have this mode enabled and older may not.
How to Fix
This can be fixed by enabling the persistent mode in the cloud-init of the target partition using the nvidia-smi CLI.
#!/bin/bash
nvidia-smi -pm 1
In CCWS version 2025.12.01 which uses CC 8.8.1, a new healthagent is always on and will monitor GPU and IB. For old GPU SKUs the following error message can be raised:
Persistence Mode not set for GPU xThis is because recent GPU SKUs have this mode enabled and older may not.
How to Fix
This can be fixed by enabling the persistent mode in the cloud-init of the target partition using the
nvidia-smiCLI.