]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Validate the device formats at logical startup
authorJohn Ferlan <jferlan@redhat.com>
Thu, 15 Dec 2016 14:19:49 +0000 (09:19 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 10 Jan 2017 13:44:50 +0000 (08:44 -0500)
commitcb38b6cbc7e35e7ee92a7f54828f21261227d17a
tree84d8e931b7b506e72e1e2287bb175179833cecd6
parentf573f84eb732d143ca3cd963f180ec1ef7d1076f
storage: Validate the device formats at logical startup

At startup time, rather than blindly trusting the target devices are
still properly formatted, let's check to make sure the pool's target
devices are all properly formatted before attempting to start the pool.

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