]> xenbits.xensource.com Git - libvirt.git/commit
Forbid new-line char in name of new storagepool
authorSławek Kapłoński <slawek@kaplonski.pl>
Fri, 11 Nov 2016 09:17:38 +0000 (10:17 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Nov 2016 13:36:47 +0000 (14:36 +0100)
commitae381879f3d7d2d3ae6c80ef7de5dfd74eb10f6f
tree3b26af8edcd45e491795ea4278f8bbb6a4e741d8
parent6c98ac2c62c0801e8ba54915031292d9e5802424
Forbid new-line char in name of new storagepool

New line character in name of storagepool is now forbidden because it
mess virsh output and can be confusing for users.
Validation of name is done in driver, after parsing XML to avoid
problems with dissappeared pools which was already created with
new-line char in name.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/news.html.in
src/storage/storage_driver.c