Skip to content

Persistence Mode not set for GPU #349

@xpillons

Description

@xpillons

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.

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions