On Tue, Aug 20, 2013 at 1:08 PM, Thomas Thrainer <[email protected]> wrote: > The disk_template parameter is optional during disk create (the first > enabled disk template is taken in this case), so don't require it. > > Signed-off-by: Thomas Thrainer <[email protected]> > --- > src/Ganeti/OpCodes.hs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/Ganeti/OpCodes.hs b/src/Ganeti/OpCodes.hs > index 45dec90..acbc58c 100644 > --- a/src/Ganeti/OpCodes.hs > +++ b/src/Ganeti/OpCodes.hs > @@ -444,7 +444,7 @@ $(genOpCode "OpCode" > , pOpportunisticLocking > , pInstBeParams > , pInstDisks > - , pDiskTemplate > + , pOptDiskTemplate > , pFileDriver > , pFileStorageDir > , pInstHvParams
LGTM Thanks, Guido
