[libvirt] storage:lvm pool creation fails because of vg not built

2011-11-21 Thread lvroyce

1.how to reproduce
the reproduce steps just as 
http://www.redhat.com/archives/libvir-list/2011-November/msg01151.html


2.analyse:
since create = define + start
so pool-create can't work for the vg pre-built condition,
shall we change create = define + build + start(if vg does not exist)
and create=define+start(if vg exists)?

Thank you for your suggestion!

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] storage:lvm pool creation fails because of vg not built

2011-11-21 Thread Osier Yang

On 2011年11月22日 10:45, lvroyce wrote:

1.how to reproduce
the reproduce steps just as 
http://www.redhat.com/archives/libvir-list/2011-November/msg01151.html


2.analyse:
since create = define + start
so pool-create can't work for the vg pre-built condition,
shall we change create = define + build + start(if vg does not exist)
and create=define+start(if vg exists)?

Thank you for your suggestion!


Per it already combines start + refresh together, personally I think
it's fine to combine build together too. But it needs flag too keep
backwards compatibility.

Regards,
Osier

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list