#753 closed defect (fixed)
RHEL7 : mondorestore waits on Configuring LVM step
Reported by: | rue | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 3.2.0 |
Component: | mondo | Version: | 3.0.4 |
Severity: | normal | Keywords: | mondorestore |
Cc: |
Description (last modified by )
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
Attachments (1)
Change History (5)
by , 11 years ago
Attachment: | PbLVM-20140707.jpg added |
---|
comment:1 by , 11 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 2.2.1 → 3.0.4 |
Note:
See TracTickets
for help on using tickets.
Fixed in rev [3312] for the 3.2 branch.