]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Check the partition name against provided name
authorJohn Ferlan <jferlan@redhat.com>
Fri, 16 Jan 2015 00:12:42 +0000 (19:12 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 28 Jan 2015 22:28:03 +0000 (17:28 -0500)
commit9bbbb9121654ad82931f21ef7f2fb1056670b955
tree9d006c81ab712f0013683930ffa9f936b0a9bea6
parent471e1c4e2ac195d9a9b2f2e3f359f46ebdb62210
storage: Check the partition name against provided name

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

If the provided volume name doesn't match what parted generated as the
partition name, then return a failure.

Update virsh.pod and formatstorage.html.in to describe the 'name' restriction
for disk pools as well as the usage of the <target>'s <format type='value'>.
docs/formatstorage.html.in
src/storage/storage_backend_disk.c
tools/virsh.pod