LGTM, thanks
On Tue, Apr 15, 2014 at 1:15 PM, Jose A. Lopes <[email protected]> wrote: > * Update table for 'gnt-node list-storage' > * Add newline between description and the actual command in 'gnt-cluster > version' > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > doc/admin.rst | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) > > diff --git a/doc/admin.rst b/doc/admin.rst > index 44b2496..9fa505f 100644 > --- a/doc/admin.rst > +++ b/doc/admin.rst > @@ -1167,19 +1167,19 @@ uses. > First is listing the backend storage and their space situation:: > > $ gnt-node list-storage > - Node Name Size Used Free > - node1 /dev/sda7 673.8G 0M 673.8G > - node1 /dev/sdb1 698.6G 1.5G 697.1G > - node2 /dev/sda7 673.8G 0M 673.8G > - node2 /dev/sdb1 698.6G 1.0G 697.6G > + Node Type Name Size Used Free Allocatable > + node1 lvm-vg xenvg 3.6T 0M 3.6T Y > + node2 lvm-vg xenvg 3.6T 0M 3.6T Y > + node3 lvm-vg xenvg 3.6T 2.0G 3.6T Y > > The default is to list LVM physical volumes. It's also possible to list > the LVM volume groups:: > > $ gnt-node list-storage -t lvm-vg > - Node Name Size > - node1 xenvg 1.3T > - node2 xenvg 1.3T > + Node Type Name Size Used Free Allocatable > + node1 lvm-vg xenvg 3.6T 0M 3.6T Y > + node2 lvm-vg xenvg 3.6T 0M 3.6T Y > + node3 lvm-vg xenvg 3.6T 2.0G 3.6T Y > > Next is repairing storage units, which is currently only implemented for > volume groups and does the equivalent of ``vgreduce --removemissing``:: > @@ -1270,6 +1270,7 @@ commands as follows: > For detailed option list see the :manpage:`gnt-cluster(8)` man page. > > The cluster version can be obtained via the ``version`` command:: > + > $ gnt-cluster version > Software version: 2.1.0 > Internode protocol: 20 > -- > 1.9.1.423.g4596e3a > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
