Activity log for bug #363133

Date Who What changed Old value New value Message
2009-04-17 21:37:12 Richard Laager bug added bug
2009-04-17 21:37:27 Richard Laager bug added subscriber Wiktel
2010-04-27 15:13:02 Przemek K. ubuntu: status New Incomplete
2010-05-27 21:02:26 Pedro Villavicencio ubuntu: status Incomplete Invalid
2010-05-28 21:20:41 Richard Laager ubuntu: status Invalid Confirmed
2016-04-25 19:03:49 Richard Laager affects ubuntu debian-installer (Ubuntu)
2016-04-25 19:04:04 Richard Laager summary Installer manual partitioner doesn't properly clear labels debian-installer partitioner doesn't properly clear labels
2016-04-25 19:26:32 Richard Laager description During a Jaunty install, I ran into a bug with the manual partitioner. Here are the steps to reproduce: 1. Create a partition. Leave the type as ext3. Set the label, for example: /srv 2. Go back to the partition listing. 3. (In real use, you then realize you made a mistake in step one.) Edit the first partition. Change the type to swap. 4. Create a second partition. Leave the type as ext3. Set the label to the same thing used in step one, for example: /srv 5. Confirm that you're done edition partitions. Actual result: Error message about duplicate labels. Expected result: No error. I further tried deleting the first partition and re-creating it as swap again. That still failed. I had to change it back to ext3 so I'd see the label (still /srv), clear the label, and then set it back to swap. The partitioner should clear the stored label whenever you change the type to something where the label field goes away. (It can't save it to disk anyway with something like swap, which is why it isn't shown.) It should also clear the label when you delete a partition. Here are the steps to reproduce: 1. Create a partition. Leave the type as ext4. Set the label, for example: /srv 2. Go back to the partition listing. (In real use, you then realize you made a mistake in step one.) 3. Edit the first partition. Change the type to swap. 4. Create a second partition. Leave the type as ext4. Set the label to the same thing used in step one, for example: /srv 5. Confirm that you're done edition partitions. Actual result: Error message about duplicate labels. Expected result: No error. I further tried deleting the first partition and re-creating it as swap again. That still failed. I had to change it back to ext4 so I'd see the label (still /srv), clear the label, and then set it back to swap. The partitioner should clear the stored label whenever you change the type to something where the label field goes away. (It can't save it to disk anyway with something like swap, which is why it isn't shown.) It should also clear the label when you delete a partition.