Revision cc425644 man/gnt-instance.sgml

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;

Also available in: Unified diff