LGTM, thanks.
On Mon, Feb 3, 2014 at 8:56 PM, Klaus Aehlig <[email protected]> wrote: > Commit 580b1fdd incorrectly assumes that disk parameters are > just the standard ones, whereas the man page explicitly states > that additional parameters can be passed as well, if they make > sense for the chosen storage type. Fix this. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/ht.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/ht.py b/lib/ht.py > index 75f84db..500c391 100644 > --- a/lib/ht.py > +++ b/lib/ht.py > @@ -571,7 +571,7 @@ TINicParams = \ > TMaybe(TString))) > > TIDiskParams = \ > - Comment("Disk parameters")(TDictOf(TElemOf(constants.IDISK_PARAMS), > + Comment("Disk parameters")(TDictOf(TNonEmptyString, > TOr(TNonEmptyString, TInt))) > > THypervisor = TElemOf(constants.HYPER_TYPES) > -- > 1.9.0.rc1.175.g0b1dcb5 > >
