Activity log for bug #1718860

Date Who What changed Old value New value Message
2017-09-22 07:25:12 Alfonso Sanchez-Beato bug added bug
2017-09-22 07:31:00 Alfonso Sanchez-Beato description When the size of the system data partition is specified in the gadget snap, like in: https://github.com/alfonsosanchezbeato/pc-amd64-gadget-cpc/blob/master/gadget.yaml It turns out that this is really respected: "parted" actually shows the right size, but when mounting the partition, "df -h ." reveals that the size is much less. This is because the partition is properly created, but the filesystem inside the partition is not filling the partition. A workaround for this is running these commands on the partition: # e2fsck -fy <part> # resize2fs <part> But this should not be necessary indeed. When the size of the system data partition is specified in the gadget snap, like in: https://github.com/alfonsosanchezbeato/pc-amd64-gadget-cpc/blob/master/gadget.yaml It turns out that this is not fully respected: "parted" actually shows the right size, but when mounting the partition, "df -h ." reveals that the size is much less. This is because the partition is properly created, but the filesystem inside the partition is not filling the partition. A workaround for this is running these commands on the partition: # e2fsck -fy <part> # resize2fs <part> But this should not be necessary indeed.
2017-09-22 07:37:15 Alfonso Sanchez-Beato description When the size of the system data partition is specified in the gadget snap, like in: https://github.com/alfonsosanchezbeato/pc-amd64-gadget-cpc/blob/master/gadget.yaml It turns out that this is not fully respected: "parted" actually shows the right size, but when mounting the partition, "df -h ." reveals that the size is much less. This is because the partition is properly created, but the filesystem inside the partition is not filling the partition. A workaround for this is running these commands on the partition: # e2fsck -fy <part> # resize2fs <part> But this should not be necessary indeed. When the size of the system data partition is specified in the gadget snap, like in: https://github.com/alfonsosanchezbeato/pc-amd64-gadget-cpc/blob/master/gadget.yaml It turns out that this is not fully respected: "parted" actually shows the right size, but when mounting the partition, "df -h ." reveals that the size is much less. This is because the partition is properly created, but the filesystem inside the partition is not filling the partition. A workaround for this is running these commands on the partition: # e2fsck -fy <part> # resize2fs <part> But this should not be necessary indeed. This is for 17.04, I am under the impression of this being relevant.
2024-06-20 07:21:07 Paul Mars ubuntu-image: status New Triaged
2024-06-20 07:21:09 Paul Mars ubuntu-image: assignee Paul Mars (upils)
2024-06-20 07:21:11 Paul Mars ubuntu-image: importance Undecided High