Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- Show a quick summary overview of the cluster:
`sinfo --summarize`
`sinfo {{[-s|--summarize]}}`
- View the detailed status of all partitions across the entire cluster:
@@ -19,16 +19,16 @@ source: https://github.com/tldr-pages/tldr.git
- View the detailed status of a specific partition:
`sinfo --partition {{partition_name}}`
`sinfo {{[-p|--partition]}} {{partition_name}}`
- View information about idle nodes:
`sinfo --states {{idle}}`
`sinfo {{[-t|--states]}} {{idle}}`
- Summarise dead nodes:
`sinfo --dead`
`sinfo {{[-d|--dead]}}`
- List dead nodes and the reasons why:
`sinfo --list-reasons`
`sinfo {{[-R|--list-reasons]}}`