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

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!

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
participants (2)
-
lvroyce
-
Osier Yang