From Fedora Project Wiki

< QA‎ | TestCases

m (1 revision(s))
(Per ticket#47, marking as obsolete)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{QA/Test_Case
= PartitioningRootfsOnLvmDevice =
|description=A complete installation using a LVM device for the / (rootfs) filesystem.  For more details on LVM please consult  [http://en.wikipedia.org/wiki/Logical_volume_management http://en.wikipedia.org/wiki/Logical_volume_management] .
== Description ==
|actions=
A complete installation using a LVM device for the / (rootfs) filesystem.  For more details on LVM please consult  [http://en.wikipedia.org/wiki/Logical_volume_management http://en.wikipedia.org/wiki/Logical_volume_management] .
 
== Steps To Reproduce ==
 
* Initiate an installation using any boot method and/or installation source
* Initiate an installation using any boot method and/or installation source
* At the disk partitioning step, choose anaconda defaults.
* At the disk partitioning step, choose anaconda defaults.
|results=
# Anaconda completes successfully
# Reboot successfully into installed system
# The default partitioning scheme will put the root file system on LVM
# / is on a logical volume (e.g. /dev/VolGroup00/LogVol00)
}}


== Expected Results ==
[[Category:Installer Partitioning Test Cases]]
 
[[Category:Obsolete_Test_Cases]]
 
1. Anaconda completes successfully
 
1. Reboot successfully into installed system
 
1. The default partitioning scheme will put the root file system on LVM
 
1. / is on a logical volume (e.g. /dev/VolGroup00/LogVol00)

Latest revision as of 18:35, 26 January 2010

Description

A complete installation using a LVM device for the / (rootfs) filesystem. For more details on LVM please consult http://en.wikipedia.org/wiki/Logical_volume_management .


How to test

  • Initiate an installation using any boot method and/or installation source
  • At the disk partitioning step, choose anaconda defaults.

Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. The default partitioning scheme will put the root file system on LVM
  4. / is on a logical volume (e.g. /dev/VolGroup00/LogVol00)