Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix detecting existing LVMs (#31228) | Pascal Rigaux | 2008-01-28 | 1 | -1/+0 |
| | | | | | | | | | (regression introduced in 10.4.204 (?)) nb: great care must be taken to ensure lvm::init() is not called too soon (maybe lvm::init should be called in fsedit to ensure this doesn't happen again?) | ||||
* | - detect raid partitions based on either type 0xfd or vol_id detecting | Pascal Rigaux | 2008-01-28 | 1 | -2/+1 |
| | | | | | | | linux_raid_member (#35684) for this, introduce field {type_name} | ||||
* | it's better to inheritate from partition_table::readonly, that way we can do | Pascal Rigaux | 2007-09-18 | 1 | -4/+9 |
| | | | | | ->isa('partition_table::lvm') | ||||
* | create partition_table::readonly and use it | Pascal Rigaux | 2007-09-18 | 1 | -9/+7 |
| | |||||
* | handle "LVM on full disk" like other partition tables | Pascal Rigaux | 2007-09-18 | 1 | -0/+12 |
| | |||||
* | transform ->clear_raw into the more generic ->initialize | Pascal Rigaux | 2007-09-18 | 1 | -2/+2 |
| | | | | | (useful to have a more standard partition_table::lvm) | ||||
* | - allow using diskdrake even if there is only a lvm PV on full disk available | Pascal Rigaux | 2007-08-08 | 1 | -0/+25 |