From Fedora Project Wiki
m (fix numbering) |
(→Steps To Reproduce: replace "partitioning" with "volume group" in second step) |
||
Line 6: | Line 6: | ||
* Perform a manual install, using lvm2 during partitioning - the initial, legacy system | * Perform a manual install, using lvm2 during partitioning - the initial, legacy system | ||
* Perform a second manual install, using lvm2 during partitioning utilizing the existing | * Perform a second manual install, using lvm2 during partitioning utilizing the existing volume group. | ||
== Expected Results == | == Expected Results == |
Revision as of 21:03, 5 June 2009
PartitioningPreExistingLvm2Lvm2
Description
A complete installation using a LVM device for the / (rootfs) filesystem. The previous state of the disk partitions should contain an lvm2 installation. For more details on LVM please consult http://en.wikipedia.org/wiki/Logical_volume_management .
Steps To Reproduce
- Perform a manual install, using lvm2 during partitioning - the initial, legacy system
- Perform a second manual install, using lvm2 during partitioning utilizing the existing volume group.
Expected Results
- Anaconda completes successfully
- Reboot successfully into installed system
- / is on a logical volume (e.g. /dev/VolGroup00/LogVol00)