On Thu, Jan 28, 2016 at 05:44:09PM -0500, John Ferlan wrote:
Modify the regex for the 'devices' (a/k/a 'extents')
from "(\\S+)"
(e.g., 1 or more) to "(\\S*)" (e.g., zero or more).
Since a "thin" segtype has no devices, this will result in any "thin"
lv
part of some thin-pool within a volume group used as a libvirt pool to be
displayed as a possible volume to use.
NB: Based on a proposal authored by Joe Harvell <joe.harvell(a)tekcomms.com>,
but with much intervening rework, the resulting patch is changed from
the original concept. About all that remains is changing the regex.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/storage/storage_backend_logical.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
This is also ACKable
Pavel