Activity log for bug #2039084

Date Who What changed Old value New value Message
2023-10-11 16:00:34 Olivier Gayot bug added bug
2023-10-11 16:00:46 Olivier Gayot summary Extended swap partition gets considered primary Logical swap partition gets considered primary
2023-10-11 16:01:43 Olivier Gayot subiquity: status New Fix Committed
2023-10-11 16:01:48 Olivier Gayot subiquity: assignee Olivier Gayot (ogayot)
2023-10-11 16:02:14 Olivier Gayot merge proposal linked https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/441769
2023-10-11 16:04:59 Olivier Gayot description Swap partitions and boot partitions theoretically have their flag set to "boot" or "swap" respectively. However, for logical partitions, the flag is set to "logical". Therefore, if swap partition part of the extended partition, it results in an inconsistent behavior in Subquity and curtin; causing errors during partitioning such as: Exception: primary partition cannot have number 7 primary partition cannot have number 7 Swap partitions and boot partitions theoretically have their flag set to "boot" or "swap" respectively. However, for logical partitions, the flag is set to "logical". Therefore, if a swap partition is part of the extended partition, it results in an inconsistent behavior in Subquity and curtin; causing errors during partitioning such as:         Exception: primary partition cannot have number 7         primary partition cannot have number 7
2023-10-12 13:23:19 Olivier Gayot subiquity: status Fix Committed Fix Released