|
|||||||||||
|
Re: d-i's guided LVM setup
From: Frans Pop <elendil(at)planet.nl>
Date: Tue Jun 26 2007 - 10:32:18 EDT
This is possibly related to #353257. I also see that swap partitions are not marked as '$primary{ }' in the auto-partitioning recipes [1], which could also have an effect. Hmm. For recipes where more than four partitions are created, we cannot mark all of them as '$primary{ }' anyway because of regular partitioning and as swap is created inside the VG this is probably not relevant. There is this code in partman/partman-auto-lvm/auto-lvm_tools.sh:
# Creating envelope
Unless I'm very much mistaken, the '100 1000 1000000000 ext3 method{ $method }' defines the partition in which the LVM will be created. This does not include a '$primary{ }' tag, but including it may be problematic as not all disk labels support primairy/extended partitions (although possibly partman may ignore such tags in that case and otherwise it should be possible to test if they are supported). It could also be problematic because the recipe could in theory already define $MAX_PRIMARY_PARTITIONS - 1 primary partitions. Another option could be to explicitly include the "LVM partition" in the recipes (to be ignored for regular partitioning of course). Some serious analysis of this issue would be much appreciated. (And so would patches :-) Note that the whole issue is slightly complicated by guided LVM-on-crypto, which is an extension of guided LVM.
Cheers,
-- To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Tue Jun 26 10:32:31 2007 This archive was generated by hypermail 2.1.8 : Tue Jun 26 2007 - 10:40:02 EDT |
||||||||||
|
|||||||||||