Code review comment for ~paride/autopkgtest-cloud:eary-partition-setup

Revision history for this message
Brian Murray (brian-murray) wrote :

> My testing of this doesn't actually show the btrfs partition being created
> specifically I see no evidence that the following commands ran:
>
> - echo 'mkpart primary btrfs 8495MB 100%\n' | parted /dev/sda
> - for timeout in `seq 10`; do [ -e /dev/sda2 ] && break; sleep 1; done
>
> - mkfs.btrfs -L autopkgtest /dev/sda2
>
> I checked /dev/sda using fdisk and parted.

Oh it actually works with the original sizes, so this is on me.

« Back to merge proposal