]> xenbits.xensource.com Git - libvirt.git/commit
storage: Extract out the LVCREATE
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Oct 2017 16:45:01 +0000 (12:45 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 27 Oct 2017 09:46:35 +0000 (05:46 -0400)
commite32a9ef420c91f11e054c853f1e7be428f2a0b49
tree3f683e456f2e03c0dcf0e4c89cb2a27c47f585e8
parent543f7dd5196469a629148e0145b4f71ef315eb45
storage: Extract out the LVCREATE

Refactor to extract out the LVCREATE command.  This also removes the
need for the local @created since the error path can now only be reached
after the creation of the logical volume.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/storage/storage_backend_logical.c