From 1a0e0593fdbf0d788ed264bf691cf55639573bdb Mon Sep 17 00:00:00 2001 From: Helga Velroyen <helgav@google.com> Date: Fri, 12 Apr 2013 22:21:08 +0200 Subject: [PATCH] Document the --drbd-usermode-helper in man gnt-cluster Signed-off-by: Helga Velroyen <helgav@google.com> Reviewed-by: Michele Tartara <mtartara@google.com> --- man/gnt-cluster.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index 8bfff337c..e75a9aa11 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -185,6 +185,7 @@ INIT | [\--ipolicy-disk-templates *template* [,*template*...]] | [\--disk-state *diskstate*] | [\--hypervisor-state *hvstate*] +| [\--drbd-usermode-helper *helper*] | [\--enabled-disk-templates *template* [,*template*...]] | {*clustername*} @@ -500,6 +501,9 @@ comma-separated list of disk templates. - ``--specs-nic-count`` sets limits on the number of NICs used - ``--ipolicy-disk-templates`` limits the allowed disk templates +The ``--drbd-usermode-helper`` option can be used to specify a usermode +helper. Check that this string is the one used by the DRBD kernel. + For details about how to use ``--hypervisor-state`` and ``--disk-state`` have a look at **ganeti**\(7). @@ -577,6 +581,7 @@ MODIFY | [\--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]] | [\--ipolicy-disk-templates *template* [,*template*...]] | [\--enabled-disk-templates *template* [,*template*...]] +| [\--drbd-usermode-helper *helper*] Modify the options for the cluster. @@ -586,8 +591,8 @@ The ``--vg-name``, ``--enabled-hypervisors``, ``-H (--hypervisor-parameters)``, ``-C (--candidate-pool-size)``, ``--maintain-node-health``, ``--prealloc-wipe-disks``, ``--uid-pool``, ``--node-parameters``, ``--master-netdev``, ``--master-netmask``, ``--use-external-mip-script``, -and ``--enabled-disk-templates`` options are described in the **init** -command. +``--drbd-usermode-helper``, and ``--enabled-disk-templates`` options are +described in the **init** command. The ``--hypervisor-state`` and ``--disk-state`` options are described in detail in **ganeti**\(7). -- GitLab