Skip to content

Commit 0d54bf5

Browse files
committed
docs: add example related to filter cfs sessions based on xname
1 parent e443b4e commit 0d54bf5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/basic_operations.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,36 @@ manta get sessions -l 3
224224
+----------------------------------------------+--------------------------------------------+---------------------+----------+-----------+------------+----------------+----------+
225225
```
226226

227+
Get all sessions related to an xname
228+
229+
```bash
230+
manta get sessions --xnames x1102c6s1b0n0
231+
+----------------------------------------------+------------------------+---------------------+---------------------+----------+-----------+---------+---------------+----------+
232+
| Session Name | Configuration Name | Start | Completion | Duration | Status | Type | Target | Image ID |
233+
+===============================================================================================================================================================================+
234+
| batcher-e66de427-a3f5-4b46-9767-7c8b256f4cf3 | alps-vc-1.0.56-gpu-cpe | 05/12/2025 14:30:54 | 05/12/2025 14:43:09 | 12 | Failed | Runtime | x1102c6s1b0n0 | |
235+
| | | | | | | | x1102c6s3b1n0 | |
236+
| | | | | | | | x1102c7s2b1n0 | |
237+
| | | | | | | | x1102c7s3b0n0 | |
238+
| | | | | | | | x1102c7s3b1n0 | |
239+
| | | | | | | | x1102c7s4b0n0 | |
240+
| | | | | | | | x1102c7s4b1n0 | |
241+
| | | | | | | | x1102c7s5b0n0 | |
242+
| | | | | | | | x1102c7s5b1n0 | |
243+
| | | | | | | | x1102c7s6b0n0 | |
244+
| | | | | | | | x1102c7s6b1n0 | |
245+
| | | | | | | | x1103c6s1b1n0 | |
246+
| | | | | | | | x1104c3s5b1n0 | |
247+
| | | | | | | | x1204c3s2b0n0 | |
248+
|----------------------------------------------+------------------------+---------------------+---------------------+----------+-----------+---------+---------------+----------|
249+
| batcher-ac65529d-d938-40c2-a8d6-0f991f0c6d59 | alps-vc-1.0.56-gpu-cpe | 05/12/2025 14:44:41 | 05/12/2025 14:47:08 | 2 | Succeeded | Runtime | x1102c6s1b0n0 | |
250+
|----------------------------------------------+------------------------+---------------------+---------------------+----------+-----------+---------+---------------+----------|
251+
| batcher-b2792779-a009-453e-9fb5-45d36d44d1a9 | alps-vc-1.0.56-gpu-cpe | 08/12/2025 16:53:30 | 08/12/2025 16:54:29 | 0 | Succeeded | Runtime | x1102c6s1b0n0 | |
252+
|----------------------------------------------+------------------------+---------------------+---------------------+----------+-----------+---------+---------------+----------|
253+
| batcher-8a48720f-b1a7-4027-86d4-79910cb31566 | alps-vc-1.0.56-gpu-cpe | 08/12/2025 18:47:21 | 08/12/2025 18:50:39 | 3 | Succeeded | Runtime | x1102c6s1b0n0 | |
254+
+----------------------------------------------+------------------------+---------------------+---------------------+----------+-----------+---------+---------------+----------+
255+
```
256+
227257
## List images
228258

229259
Images are created through sessions against configurations. Images can be assigned to nodes to boot. Manta tracks down the configuration used to build an image through the sessions used to build it, withtout this information the image content is not traceable and the nodes using it are subject to errors or misconfiguration.

0 commit comments

Comments
 (0)