Revision cc425644

b/man/gnt-cluster.sgml
56 56
    <title>COMMANDS</title>
57 57

  
58 58
    <refsect2>
59
      <title>ADD-TAGS</title>
60

  
61
      <cmdsynopsis>
62
        <command>add-tags</command>
63
        <arg choice="req"
64
        rep="repeat"><replaceable>tag</replaceable></arg>
65
      </cmdsynopsis>
66

  
67
      <para>
68
        Add tags to the cluster. If any of the tags contains invalid
69
        characters, the entire operation will abort.
70
      </para>
71
    </refsect2>
72

  
73
    <refsect2>
59 74
      <title>COMMAND</title>
60 75

  
61 76
      <cmdsynopsis>
......
209 224
    </refsect2>
210 225

  
211 226
    <refsect2>
227
      <title>LIST-TAGS</title>
228

  
229
      <cmdsynopsis>
230
        <command>list-tags</command>
231
      </cmdsynopsis>
232

  
233
      <para>List the tags of the cluster.</para>
234
    </refsect2>
235

  
236
    <refsect2>
212 237
      <title>MASTERFAILOVER</title>
213 238

  
214 239
      <cmdsynopsis>
......
221 246
    </refsect2>
222 247

  
223 248
    <refsect2>
249
      <title>REMOVE-TAGS</title>
250

  
251
      <cmdsynopsis>
252
        <command>remove-tags</command>
253
        <arg choice="req"
254
        rep="repeat"><replaceable>tag</replaceable></arg>
255
      </cmdsynopsis>
256

  
257
      <para>
258
        Remove tags from the cluster. If any of the tags are not
259
        existing on the cluster, the entire operation will abort.
260
      </para>
261
    </refsect2>
262

  
263
    <refsect2>
224 264
      <title>RENAME</title>
225 265

  
226 266
      <cmdsynopsis>
b/man/gnt-instance.sgml
750 750

  
751 751
    </refsect2>
752 752

  
753
    <refsect2>
754
      <title>TAGS</title>
755

  
756
    <refsect3>
757
        <title>ADD-TAGS</title>
758

  
759
        <cmdsynopsis>
760
          <command>add-tags</command>
761
          <arg choice="req"><replaceable>instancename</replaceable></arg>
762
          <arg choice="req"
763
            rep="repeat"><replaceable>tag</replaceable></arg>
764
        </cmdsynopsis>
765

  
766
        <para>
767
          Add tags to the given instance. If any of the tags contains
768
          invalid characters, the entire operation will abort.
769
        </para>
770
      </refsect3>
771

  
772
      <refsect3>
773
        <title>LIST-TAGS</title>
774

  
775
        <cmdsynopsis>
776
          <command>list-tags</command>
777
          <arg choice="req"><replaceable>instancename</replaceable></arg>
778
        </cmdsynopsis>
779

  
780
        <para>List the tags of the given instance.</para>
781
      </refsect3>
782

  
783
      <refsect3>
784
        <title>REMOVE-TAGS</title>
785
        <cmdsynopsis>
786
          <command>remove-tags</command>
787
          <arg choice="req"><replaceable>instancename</replaceable></arg>
788
          <arg choice="req"
789
            rep="repeat"><replaceable>tag</replaceable></arg>
790
        </cmdsynopsis>
791

  
792
        <para>
793
          Remove tags from the given instance. If any of the tags are
794
          not existing on the node, the entire operation will abort.
795
        </para>
796
      </refsect3>
797

  
798
    </refsect2>
799

  
753 800
  </refsect1>
754 801

  
755 802
  &footer;
b/man/gnt-node.sgml
101 101
    </refsect2>
102 102

  
103 103
    <refsect2>
104
      <title>ADD-TAGS</title>
105

  
106
      <cmdsynopsis>
107
        <command>add-tags</command>
108
        <arg choice="req"><replaceable>nodename</replaceable></arg>
109
        <arg choice="req"
110
        rep="repeat"><replaceable>tag</replaceable></arg>
111
      </cmdsynopsis>
112

  
113
      <para>
114
        Add tags to the given node. If any of the tags contains
115
        invalid characters, the entire operation will abort.
116
      </para>
117
    </refsect2>
118

  
119
    <refsect2>
104 120
      <title>INFO</title>
105 121

  
106 122
      <cmdsynopsis>
......
241 257
    </refsect2>
242 258

  
243 259
    <refsect2>
260
      <title>LIST-TAGS</title>
261

  
262
      <cmdsynopsis>
263
        <command>list-tags</command>
264
        <arg choice="req"><replaceable>nodename</replaceable></arg>
265
      </cmdsynopsis>
266

  
267
      <para>List the tags of the given node.</para>
268
    </refsect2>
269

  
270
    <refsect2>
244 271
      <title>REMOVE</title>
245 272

  
246 273
      <cmdsynopsis>
......
262 289
    </refsect2>
263 290

  
264 291
    <refsect2>
292
      <title>REMOVE-TAGS</title>
293
      <cmdsynopsis>
294
        <command>remove-tags</command>
295
        <arg choice="req"><replaceable>nodename</replaceable></arg>
296
        <arg choice="req"
297
        rep="repeat"><replaceable>tag</replaceable></arg>
298
      </cmdsynopsis>
299

  
300
      <para>
301
        Remove tags from the given node. If any of the tags are not
302
        existing on the node, the entire operation will abort.
303
      </para>
304
    </refsect2>
305

  
306
    <refsect2>
265 307
      <title>VOLUMES</title>
266 308

  
267 309
      <cmdsynopsis>

Also available in: Unified diff