From: Michele Tartara Date: Mon, 7 Oct 2013 07:51:30 +0000 (+0000) Subject: Fix outdated documentation for users-setup X-Git-Tag: v2.8.1~8 X-Git-Url: http://git.ganeti.org/?p=ganeti-github.git;a=commitdiff_plain;h=4a68b28b5ab4c20e67e77b55253defecf768f26e;ds=sidebyside Fix outdated documentation for users-setup The --yes-do-it parameter was not properly documented yet. Add it to the administration guide. Signed-off-by: Michele Tartara Reviewed-by: Klaus Aehlig --- diff --git a/doc/admin.rst b/doc/admin.rst index 6859543..dd45a04 100644 --- a/doc/admin.rst +++ b/doc/admin.rst @@ -1791,7 +1791,11 @@ permissions to files and programs to be correct. The ``users-setup`` tool, when run, takes care of setting up the proper users and groups. -The tool does not accept any parameter, and requires root permissions to run. +When invoked without parameters, the tool runs in interactive mode, showing the +list of actions it will perform and asking for confirmation before proceeding. + +Providing the ``--yes-do-it`` parameter to the tool prevents the confirmation +from being asked, and the users and groups will be created immediately. .. TODO: document cluster-merge tool