Revision 7f5443a0 man/gnt-node.rst

b/man/gnt-node.rst
143 143
LIST
144 144
~~~~
145 145

  
146
| **list** [--sync]
146
| **list**
147 147
| [--no-headers] [--separator=*SEPARATOR*]
148 148
| [--units=*UNITS*] [-o *[+]FIELD,...*]
149
| [--roman]
150 149
| [node...]
151 150

  
152 151
Lists the nodes in the cluster.
......
163 162
parsing by scripts. In both cases, the ``--units`` option can be
164 163
used to enforce a given output unit.
165 164

  
166
By default, the query of nodes will be done in parallel with any
167
running jobs. This might give inconsistent results for the free
168
disk/memory. The ``--sync`` can be used to grab locks for all the
169
nodes and ensure consistent view of the cluster (but this might
170
stall the query for a long time).
171

  
172
Passing the ``--roman`` option gnt-node list will try to output
173
some of its fields in a latin-friendly way. This is not the default
174
for backwards compatibility.
165
Queries of nodes will be done in parallel with any running jobs. This might
166
give inconsistent results for the free disk/memory.
175 167

  
176 168
The ``-o`` option takes a comma-separated list of output fields.
177 169
The available fields and their meaning are:
......
319 311
If no node names are given, then all nodes are queried. Otherwise,
320 312
only the given nodes will be listed.
321 313

  
314

  
315
LIST-FIELDS
316
~~~~~~~~~~~
317

  
318
**list-fields** [field...]
319

  
320
Lists available fields for nodes.
321

  
322

  
322 323
LIST-TAGS
323 324
~~~~~~~~~
324 325

  

Also available in: Unified diff