From 11c05c42db05ed0f492bb588c458d5e81cdcb867 Mon Sep 17 00:00:00 2001 From: Manuel Franceschini Date: Thu, 10 Apr 2008 09:15:16 +0000 Subject: [PATCH] Add lvm storage option to gnt-cluster man page This patch adds the previously introduced lvm storage toggling info to the gnt-cluster man page. It adds some info the the gnt-cluster init -g option and adds the gnt-cluster modify command. Reviewed-by: iustinp --- man/gnt-cluster.sgml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/man/gnt-cluster.sgml b/man/gnt-cluster.sgml index 9472375..c8ec24b 100644 --- a/man/gnt-cluster.sgml +++ b/man/gnt-cluster.sgml @@ -214,6 +214,7 @@ -g vg-name --master-netdev vg-name -m mac-prefix + --no-lvm-storage clustername @@ -270,8 +271,13 @@ The option will let you specify a volume group - different than xenvg for ganeti to use when creating instance disks. - This volume group must have the same name on all nodes. + different than 'xenvg' for ganeti to use when creating instance disks. + This volume group must have the same name on all nodes. Once the + cluster is initialized this can be altered by using the + modify command. If you don't want to use lvm + storage at all use the option. + Once the cluster is initialized you can change this setup with the + modify command. @@ -288,6 +294,13 @@ default is aa:00:00. + + The allows you to initialize the + cluster without lvm support. This means that only instances using + files as storage backend will be possible to create. Once the cluster + is initialized you can change this setup with the + modify command. + @@ -313,6 +326,25 @@ + MODIFY + + + modify + -g vg-name + --no-lvm-storage + + + + Modify the options for the cluster. + + + + The and are + described in the init command. + + + + REMOVE-TAGS -- 1.7.10.4