LGTM, thanks
On Mon, Jul 7, 2014 at 4:31 PM, 'Klaus Aehlig' via ganeti-devel < [email protected]> wrote: > On Mon, Jul 07, 2014 at 04:20:13PM +0200, Klaus Aehlig wrote: > > Instance creation supports opportunistic locking. So, > > also export it on the command line. There is no reason > > to have this feature RAPI only. > > > > Signed-off-by: Klaus Aehlig <[email protected]> > > --- > > lib/cli.py | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > Riba just told me about the typo, so I'd like to include the following > interdiff. > > commit 3b657d6921f5a9f0e8abeabdf136b434b8892720 > Author: Klaus Aehlig <[email protected]> > Date: Mon Jul 7 16:30:19 2014 +0200 > > INTERDIFF > > diff --git a/lib/cli.py b/lib/cli.py > index bb81fe8..6eb08e3 100644 > --- a/lib/cli.py > +++ b/lib/cli.py > @@ -1614,7 +1614,7 @@ PRIORITY_OPT = cli_option("--priority", > default=None, dest="priority", > callback=_PriorityOptionCb, > help="Priority for opcode processing") > > -OPPORTUNISTIC_OPT = cli_option("--opportunisitic-locking", > +OPPORTUNISTIC_OPT = cli_option("--opportunistic-locking", > dest="opportunistic_locking", > action="store_true", default=False, > help="Opportunistically acquire locks") > > > -- > Klaus Aehlig > Google Germany GmbH, Dienerstr. 12, 80331 Muenchen > Registergericht und -nummer: Hamburg, HRB 86891 > Sitz der Gesellschaft: Hamburg > Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores >
