-----Original Message-----
From: kickstart-list-bounces redhat com
[mailto:kickstart-list-bounces redhat com] On Behalf Of Jan Michael
Sent: Wednesday, June 13, 2007 10:15 AM
To: kickstart-list redhat com
Subject: lvm, creation of physical volumes
Hello kickstart mailing list,
my questions regards the creation of physical volumes via lvm.
I specified the following disk layout in my kickstart file:
26 clearpart --all --drives cciss/c0d0 --initlabel
27
28 part /boot --size 100 --ondisk
cciss/c0d0 --fstype ext3
29 part / --size 7168 --ondisk
cciss/c0d0 --fstype ext3
30 part swap --size 2048 --ondisk
cciss/c0d0 --fstype swap
31 part pv.00 --size 1024 --ondisk
cciss/c0d0 --fstype ext3 --grow
This works well and will successfully create the following partition
table:
Disk /dev/cciss/c0d0: 73.3 GB, 73372631040 bytes
255 heads, 63 sectors/track, 8920 cylinders Units = cylinders of 16065 *
512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 13 104391 83 Linux
/dev/cciss/c0d0p2 14 927 7341705 83 Linux
/dev/cciss/c0d0p3 928 1188 2096482+ 82 Linux
swap
/dev/cciss/c0d0p4 1189 8920 62107290 5 Extended
/dev/cciss/c0d0p5 1189 8920 62107258+ 8e Linux
LVM
So far so good. But then there is no physical volume created. The output
of 'pvs' and 'lvmdiskscan' shows me nothing about my lv.