﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
753	RHEL7 : mondorestore waits on Configuring LVM step	rue	Bruno Cornec	"mondorestore 3.2 (not tested with 3.0.4 but should happen also) waits on configuring LVM step.

i-want-my-lvm file shows :
...
Finally, create the LV's (logical volumes).
{{{
# lvm lvcreate -L 18186m -r auto -n root rhel
# lvm lvcreate -L 2068m -r auto -n swap rhel
}}}
mondorestore waits on an answer {y|n} for wipesignatures.

i-want-my-lvm should be modified as followed ?
{{{
echo y | lvm lvcreate -L 18186m -r auto -n root rhel 
}}}
or
lvm lvcreate -L 18186m -r auto -n root -W n rhel 
 "	defect	closed	normal	3.2.0	mondo	3.0.4	normal	fixed	mondorestore	
