Changes between Initial Version and Version 1 of Ticket #753


Ignore:
Timestamp:
Aug 28, 2014, 5:21:28 AM (10 years ago)
Author:
Bruno Cornec
Comment:

Fixed in rev [3312] for the 3.2 branch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #753

    • Property Resolutionfixed
    • Property Status newclosed
    • Property Version 2.2.13.0.4
  • Ticket #753 – Description

    initial v1  
    11mondorestore 3.2 (not tested with 3.0.4 but should happen also) waits on configuring LVM step.
     2
    23i-want-my-lvm file shows :
    34...
    45Finally, create the LV's (logical volumes).
     6{{{
    57# lvm lvcreate -L 18186m -r auto -n root rhel
    68# lvm lvcreate -L 2068m -r auto -n swap rhel
    7 
     9}}}
    810mondorestore waits on an answer {y|n} for wipesignatures.
    911
    1012i-want-my-lvm should be modified as followed ?
     13{{{
    1114echo y | lvm lvcreate -L 18186m -r auto -n root rhel
     15}}}
    1216or
    1317lvm lvcreate -L 18186m -r auto -n root -W n rhel