LGTM, thanks
On Thu, Oct 17, 2013 at 1:32 PM, Klaus Aehlig <[email protected]> wrote: > From version 2.11 onwards, the default for Ganeti is to install as > a standby version to be activated by the old Ganeti version itself. > While this is useful for existing users, first-time installations > need to add these symlinks or configure with ``--enable-symlinks``. > Add this information to the INSTALL instructions. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > INSTALL | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/INSTALL b/INSTALL > index fa9ca65..76e734c 100644 > --- a/INSTALL > +++ b/INSTALL > @@ -252,7 +252,10 @@ To install, simply run the following command:: > This will install the software under ``/usr/local``. You then need to > copy ``doc/examples/ganeti.initd`` to ``/etc/init.d/ganeti`` and > integrate it into your boot sequence (``chkconfig``, ``update-rc.d``, > -etc.). > +etc.). Also, Ganeti uses symbolic links in the sysconfdir to determine, > +which of potentially many installed versions currently is used. If these > +symbolic links should be added by the install as well, add the > +option ``--enable-symlinks`` to the ``configure`` call. > > > Cluster initialisation > -- > 1.8.4 > > -- -- Helga Velroyen | Software Engineer | [email protected] | 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
