From 7ba93b8ab3426139187eb9af5e7d5cb87661af0a Mon Sep 17 00:00:00 2001 From: Michele Tartara <mtartara@google.com> Date: Thu, 18 Apr 2013 10:01:17 +0200 Subject: [PATCH] Specify behaviour of vg-name change in gnt-cluster manual The current behaviour of a volume group name change after the cluster has been initialized can be somewhat unclear. This patch specifies it more esplicitly in the man page. Signed-off-by: Michele Tartara <mtartara@google.com> Reviewed-by: Klaus Aehlig <aehlig@google.com> --- man/gnt-cluster.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index bcba7ef49..1f1705d1e 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -217,7 +217,11 @@ The ``--vg-name`` 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. 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 +**modify** command. Note that if the volume group is modified after +the cluster creation, the metavg will have to be manually modified +accordingly. + +If you don't want to use lvm storage at all use the ``--no-lvm-storage`` option. Once the cluster is initialized you can change this setup with the **modify** command. -- GitLab