LGTM, thanks!

On Mon, Nov 24, 2014 at 4:48 PM, 'Petr Pudlak' via ganeti-devel <
[email protected]> wrote:

> In the example ensure that the DRBD options are always passed to the
> module even if it's loaded before /etc/modules is processed.
>
> Signed-off-by: Petr Pudlak <[email protected]>
> ---
>  doc/install.rst | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/doc/install.rst b/doc/install.rst
> index 107dbee..cda719c 100644
> --- a/doc/install.rst
> +++ b/doc/install.rst
> @@ -286,9 +286,11 @@ instances on a node.
>
>     Then to configure it for Ganeti::
>
> -     $ echo drbd minor_count=128 usermode_helper=/bin/true >> /etc/modules
> +     $ echo "options drbd minor_count=128 usermode_helper=/bin/true" \
> +        >> /etc/modprobe.d/drbd.conf
> +     $ echo "drbd" >> /etc/modules
>       $ depmod -a
> -     $ modprobe drbd minor_count=128 usermode_helper=/bin/true
> +     $ modprobe drbd
>
>     It is also recommended that you comment out the default resources (if
> any)
>     in the ``/etc/drbd.conf`` file, so that the init script doesn't try to
> --
> 2.1.0.rc2.206.gedb03e5
>
>
Hrvoje Ribicic
Ganeti Engineering
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
Steuernummer: 48/725/00206
Umsatzsteueridentifikationsnummer: DE813741370

Reply via email to