blame reboot delay on swap uuid

This commit is contained in:
Randy Bush 2022-01-29 14:37:45 -08:00
parent d3337520fe
commit 73e2fc8ac6

View file

@ -94,7 +94,7 @@ You should now be able to start the VM
gnt-instance reboot rpki.dfw.rg.net gnt-instance reboot rpki.dfw.rg.net
``` ```
and find that it has been resized. It may take a while to restart. I suspect drbd, but really have no idea. and find that it has been resized. It may take a while to restart. Likely this is trying to find the old swap partition by the UUID in `/etc/fstab`.
You will need to fix the sawp partition in `/etc/fstab` You will need to fix the sawp partition in `/etc/fstab`
``` ```
@ -102,7 +102,7 @@ sudo blkid
``` ```
to get it and edit `/etc/fstab` to get it and edit `/etc/fstab`
On older gparteds, once it has booted, you will need tossh in as root and On older gparteds, once it has booted, you will need to ssh in as root and
``` ```
resize2fs resize2fs
@ -110,4 +110,4 @@ resize2fs
--- ---
2021.04.22 2022.01.29