* [linux-lvm] devfs/vgchange error
@ 2001-10-11 19:48 Donald W Watson
0 siblings, 0 replies; only message in thread
From: Donald W Watson @ 2001-10-11 19:48 UTC (permalink / raw)
To: linux-lvm; +Cc: Donald W Watson
I'm using Linux 2.4.10 and lvm 1.0.1-rc4.
Without devfs, perform the following:
1. Create a physical volume on some LVM partition (e.g., /dev/hda7).
2. Run pvscan--it shows the physical volume /dev/hda7.
3. Create a volume group (vg7) using the physical volume created in step
1. There now exists a device /dev/vg7/group.
4. Run vgscan--it shows the active volume group vg7.
5. Run vgchange -an. The device /dev/vg7/group still exists.
6. Run vgscan--it shows the inactive volume group vg7.
Rebuild the kernel with devfs and perform the following:
1. Run pvscan--it shows the physical volume
/dev/ide/host0/bus0/target0/lun0/part7.
2. Run vgscan--it shows the active volume group vg7.
3. Run vgchange -an. The device /dev/vg7/group is gone.
4. Run vgscan--it seg faults. In fact, any command that attempts to open
/dev/ide/host0/bus0/target0/lun0/part7 seg faults.
This does not appear to be a conversion problem from non-devfs to devfs; it
happens even if you start with devfs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-11 19:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-11 19:48 [linux-lvm] devfs/vgchange error Donald W Watson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).