Opened 15 years ago
Closed 15 years ago
#384 closed defect (fixed)
device not excluded correctly in some cases
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
when excluding a full drive device which has a partition using LVM, having a VG but nothing mountd on it, it reaches a continue line 3233 of libmondo-devices.c wihtout adding anything to the dsf structs.
In particular, at function return, there is no indication that the device should be part of the EXCLUDE_DEVS list. This needs to be fixed, as we want to exclude files from those file systems as well as references to those devices names in LVM hanling, fdisk, ...
Change History (2)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
From tests done with rev [2565], this seems to be fixed.
Note:
See TracTickets
for help on using tickets.
Attempt to fix in [2527]