Opened 16 years ago
Closed 16 years ago
#383 closed defect (fixed)
in DSF check with 8e for LVM is not sufficient
| Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.9.2 |
| Component: | mondo | Version: | 2.2.9.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In libmondo-devices.c the DSF code checks for LVM type of partitions by looking at fdisk result and checking whether it's 8e or not. But this is not working in all cases.
You can create an LVM partition on a 83 partition type ! So the only valid check is to launch pvdisplay on the partition and check for result.
Change History (2)
comment:1 by , 16 years ago
| Status: | new → assigned |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in [2527]