From Fedora Project Wiki

< QA‎ | TestCases

m (Added category)
(Per ticket#47, marking as obsolete)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= PartitioningPreExistingLvm2Lvm2 =
{{QA/Test_Case
== Description ==
|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 http://en.wikipedia.org/wiki/Logical_volume_management].
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 http://en.wikipedia.org/wiki/Logical_volume_management] .
|actions=
# 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.
|results=
# Anaconda completes successfully
# Reboot successfully into installed system
# / is on a logical volume (e.g. /dev/VolGroup00/LogVol00)
}}


== Steps To Reproduce ==
[[Category:Installer Partitioning Test Cases]]
 
[[Category:Obsolete_Test_Cases]]
* Perform a manual install, using lvm2 during partitioning - the initial, legacy system
* Perform a second manual install, using lvm2 during partitioning utilizing the existing partitioning.
 
 
== Expected Results ==
 
 
1. Anaconda completes successfully
 
1. Reboot successfully into installed system
 
1. / is on a logical volume (e.g. /dev/VolGroup00/LogVol00)
 
[[Category:Installer Test Cases|PartitioningPreExistingLvm2Lvm2]]

Latest revision as of 18:35, 26 January 2010

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.


How to test

  1. Perform a manual install, using lvm2 during partitioning - the initial, legacy system
  2. Perform a second manual install, using lvm2 during partitioning utilizing the existing volume group.

Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. / is on a logical volume (e.g. /dev/VolGroup00/LogVol00)