]> git.ipfire.org Git - thirdparty/libvirt.git/commit
disk: Force usage of parted when checking disk format for "bsd"
authorJohn Ferlan <jferlan@redhat.com>
Fri, 7 Apr 2017 13:38:44 +0000 (09:38 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 7 Apr 2017 15:58:36 +0000 (11:58 -0400)
commit98f424d5038b362d1b62549930d0b9253106bdca
tree45e42a7027857e20613f254e48758c79f303c491
parentf2a123203105b4fe010aea866e87f8bcf5f31193
disk: Force usage of parted when checking disk format for "bsd"

https://bugzilla.redhat.com/show_bug.cgi?id=1439132

Add "bsd" to the list of format types to not checked during blkid
processing even though it supposedly knows the format - for some
(now unknown) reason it's returning partition table not found. So
let's just let PARTED handle "bsd" too.

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