Revision 9b94905f man/gnt-node.sgml

b/man/gnt-node.sgml
756 756
    </refsect2>
757 757

  
758 758
    <refsect2>
759
      <title>PHYSICAL-VOLUMES</title>
759
      <title>LIST-STORAGE</title>
760 760

  
761 761
      <cmdsynopsis>
762
        <command>physical-volumes</command>
762
        <command>list-storage</command>
763 763
        <arg>--no-headers</arg>
764 764
        <arg>--human-readable</arg>
765 765
        <arg>--separator=<replaceable>SEPARATOR</replaceable></arg>
......
770 770
      </cmdsynopsis>
771 771

  
772 772
      <para>
773
        Lists all physical volumes and their details from the node(s) provided.
773
        Lists the available storage units and their details for the
774
        given node(s).
774 775
      </para>
775 776

  
776 777
      <para>
......
855 856
      <para>
856 857
        Example:
857 858
        <screen>
858
# gnt-node physical-volumes node5.example.com
859
# gnt-node list-storage node5.example.com
859 860
Node              Name        Size Used   Free
860 861
node5.example.com /dev/sda7 673.8G   0M 673.8G
861 862
node5.example.com /dev/sdb1 698.6G 1.3G 697.4G
......
864 865
    </refsect2>
865 866

  
866 867
    <refsect2>
867
      <title>MODIFY-VOLUME</title>
868
      <title>MODIFY-STORAGE</title>
868 869

  
869 870
      <cmdsynopsis>
870
        <command>modify-volume</command>
871
        <command>modify-storage</command>
871 872
        <arg><option>--allocatable=yes|no</option></arg>
872 873
        <sbr>
873 874
        <arg><replaceable>node</replaceable></arg>
......
876 877
      </cmdsynopsis>
877 878

  
878 879
      <para>
879
        Modifies storage volumes on a node. Only LVM physical volumes can be
880
        modified at the moment. They have a storage type of <quote>lvm-pv</quote>.
880
        Modifies storage volumes on a node. Only LVM physical volumes
881
        can be modified at the moment. They have a storage type
882
        of <quote>lvm-pv</quote>.
881 883
      </para>
882 884

  
883 885
      <para>
884 886
        Example:
885 887
        <screen>
886
# gnt-node modify-volume --allocatable no node5.example.com lvm-pv /dev/sdb1
888
# gnt-node modify-storage --allocatable no node5.example.com lvm-pv /dev/sdb1
887 889
        </screen>
888 890
      </para>
889 891
    </refsect2>
890 892

  
891 893
    <refsect2>
892
      <title>REPAIR-VOLUME</title>
894
      <title>REPAIR-STORAGE</title>
893 895

  
894 896
      <cmdsynopsis>
895
        <command>repair-volume</command>
897
        <command>repair-storage</command>
896 898
        <arg><replaceable>node</replaceable></arg>
897 899
        <arg><replaceable>storage-type</replaceable></arg>
898 900
        <arg><replaceable>volume-name</replaceable></arg>
899 901
      </cmdsynopsis>
900 902

  
901 903
      <para>
902
        Repairs a storage volume on a node. Only LVM volume groups can be
903
        repaired at this time. They have the storage type
904
        Repairs a storage volume on a node. Only LVM volume groups can
905
        be repaired at this time. They have the storage type
904 906
        <quote>lvm-vg</quote>.
905 907
      </para>
906 908

  
......
918 920
      <para>
919 921
        Example:
920 922
        <screen>
921
# gnt-node repair-volume node5.example.com lvm-vg xenvg
923
# gnt-node repair-storage node5.example.com lvm-vg xenvg
922 924
        </screen>
923 925
      </para>
924 926
    </refsect2>

Also available in: Unified diff