Revision 249069a1 man/gnt-instance.sgml

b/man/gnt-instance.sgml
896 896
      </refsect3>
897 897

  
898 898
      <refsect3>
899
        <title>ADD-MIRROR</title>
900
        <cmdsynopsis>
901
          <command>add-mirror</command>
902
          <arg choice="req">-b <replaceable>sdX</replaceable></arg>
903
          <arg choice="req">-n <replaceable>node</replaceable></arg>
904
          <arg choice="req"><replaceable>instance</replaceable></arg>
905
        </cmdsynopsis>
906
        <para>
907
          Adds a new mirror to the disk layout of the instance, if the
908
          instance has a remote raid disk layout.
909

  
910
          The new mirror member will be between the instance's primary
911
          node and the node given with the <option>-n</option> option.
912
        </para>
913
      </refsect3>
914

  
915
      <refsect3>
916
        <title>REMOVE-MIRROR</title>
917

  
918
        <cmdsynopsis>
919
          <command>removemirror</command>
920
          <arg choice="req">-b <replaceable>sdX</replaceable></arg>
921
          <arg choice="req">-p <replaceable>id</replaceable></arg>
922
          <arg choice="req"><replaceable>instance</replaceable></arg>
923
        </cmdsynopsis>
924
        <para>
925
          Removes a mirror componenent from the disk layout of the
926
          instance, if the instance has a remote raid disk layout.
927
        </para>
928

  
929
        <para>
930
          You need to specifiy on which disk to act on using the
931
          <option>-b</option> option (either <filename>sda</filename>
932
          or <filename>sdb</filename>) and the mirror component, which
933
          is identified by the <option>-p</option> option. You can
934
          find the list of valid identifiers with the
935
          <command>info</command> command.
936
        </para>
937

  
938
      <refsect3>
939 899
        <title>ACTIVATE-DISKS</title>
940 900

  
941 901
        <cmdsynopsis>

Also available in: Unified diff