Loading howto/ganeti.md +8 −4 Original line number Diff line number Diff line Loading @@ -518,7 +518,14 @@ space, in this case, with the magic: Note the `--no-act` here, which you'll need to remove to actually make the change, the above is just a preview to make sure you will do the right thing. Here's a working example: right thing: echo ", +" | sfdisk -N 1 --no-reread /dev/sda TODO: next time, test with `--force` instead of `--no-reread` to see if we still need a reboot. Here's a working example: ``` # echo ", +" | sfdisk -N 1 --no-reread /dev/sda Loading Loading @@ -572,9 +579,6 @@ that guide was destroying and recreating the partition, which seemed too error-prone. The above procedure is more annoying (because of the reboot below) but should be less dangerous. TODO: next time, test with `--force` instead of `--no-reread` to see if we still need a reboot. Now we check the partitions again: ``` Loading Loading
howto/ganeti.md +8 −4 Original line number Diff line number Diff line Loading @@ -518,7 +518,14 @@ space, in this case, with the magic: Note the `--no-act` here, which you'll need to remove to actually make the change, the above is just a preview to make sure you will do the right thing. Here's a working example: right thing: echo ", +" | sfdisk -N 1 --no-reread /dev/sda TODO: next time, test with `--force` instead of `--no-reread` to see if we still need a reboot. Here's a working example: ``` # echo ", +" | sfdisk -N 1 --no-reread /dev/sda Loading Loading @@ -572,9 +579,6 @@ that guide was destroying and recreating the partition, which seemed too error-prone. The above procedure is more annoying (because of the reboot below) but should be less dangerous. TODO: next time, test with `--force` instead of `--no-reread` to see if we still need a reboot. Now we check the partitions again: ``` Loading