Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed Jun 25, 2024
1 parent a34863e commit 5ba451e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ actions:
Drain specified nodes.
Example usage:
$ juju run slurmctld/leader drain nodename=node-[1,2] reason="Updating kernel"
$ juju run slurmctld/leader drain nodename="node-[1,2]" reason="Updating kernel"
params:
nodename:
type: string
description: The nodes to drain, using the Slurm format, e.g. `node-[1,2]`.
description: The nodes to drain, using the Slurm format, e.g. `"node-[1,2]"`.
reason:
type: string
description: Reason to drain the nodes.
Expand All @@ -136,11 +136,11 @@ actions:
Note: Newly added nodes will remain in the `down` state until configured,
with the `node-configured` action.

Example usage: $ juju run slurmctld/leader resume nodename=node-[1,2]
Example usage: $ juju run slurmctld/leader resume nodename="node-[1,2]"
params:
nodename:
type: string
description: |
The nodes to resume, using the Slurm format, e.g. `node-[1,2]`.
The nodes to resume, using the Slurm format, e.g. `"node-[1,2]"`.
required:
- nodename

0 comments on commit 5ba451e

Please sign in to comment.