2009/8/24 Iustin Pop <[email protected]>:
> Before:
>  gnt-cluster modify --enabled-hypervisors=xen-hvm,xem-pvm
>  Failure: command execution error:
>  Enabled hypervisors contains invalid entries: set([u'xem-pvm'])
>
> After:
>  gnt-cluster modify --enabled-hypervisors=xen-hvm,xem-pvm
>  Failure: command execution error:
>  Enabled hypervisors contains invalid entries: 'xem-pvm'

Now: LGTM

Reply via email to