Skip to content

Commit 735619b

Browse files
committed
doc: update flux-queue(1)
Problem: The flux-queue(1) documentation is outdated. Update the docs with new flux-queue(1) options and output fields.
1 parent 804a4bc commit 735619b

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

doc/man1/flux-queue.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ list
4242

4343
.. program:: flux queue list
4444

45-
List queue defaults and limits.
45+
List queue status, defaults, and limits.
46+
47+
.. option:: -q, --queue=QUEUE,...
48+
49+
Limit output to specified queues
4650

4751
.. option:: -n, --no-header
4852

@@ -219,6 +223,24 @@ The following field names can be specified:
219223
**queuem**
220224
queue name, but default queue is marked up with an asterisk
221225

226+
**submission**
227+
Description of queue submission status: ``enabled`` or ``disabled``
228+
229+
**scheduling**
230+
Description of queue scheduling status: ``started`` or ``stopped``
231+
232+
**enabled**
233+
Single character submission status: ```` if enabled, ```` if disabled.
234+
235+
**started**
236+
Single character scheduling status: ```` if started, ```` if stopped.
237+
238+
**enabled.ascii**
239+
Single character submission status: ``y`` if enabled, ``n`` if disabled.
240+
241+
**started.ascii**
242+
Single character scheduling status: ``y`` if started, ``n`` if stopped.
243+
222244
**defaults.timelimit**
223245
default timelimit for jobs submitted to the queue
224246

0 commit comments

Comments
 (0)