Opened 18 years ago
Closed 18 years ago
#22 closed defect (fixed)
LVM + RHEL4 + LABEL doesn't work
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | high | Milestone: | 2.0.9 |
Component: | mondo | Version: | 2.0.8 |
Severity: | critical | Keywords: | |
Cc: |
Description
pb on pre-2.0.9 with get_phys_size_of_drive#1210: Error getting size of /dev/VolGroup00/LogVol: No such file or directory
Change History (3)
comment:1 by , 18 years ago
Priority: | normal → high |
---|---|
Severity: | normal → critical |
Status: | new → assigned |
comment:2 by , 18 years ago
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [748]
Such an fstab configuration is now possible: # This file is edited by fstab-sync - see 'man fstab-sync' for details /dev/VolGroup00/LogVol00 / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 LABEL=/home /home ext3 defaults 1 2 none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 /dev/VolGroup00/LogVol03 /tmp ext3 defaults 1 2 /dev/VolGroup00/LogVol01 /usr ext3 defaults 1 2 /dev/VolGroup00/LogVol02 /var ext3 defaults 1 2 /dev/cciss/c0d0p2 swap swap defaults 0 0
where /home is also an LVM LV.
Improvement to come: merging the Debian solution and the RedHat solution if possible.
Potential improvement with [734]