From 57601f824b54befd622b837c4d151a701ba6d392 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Thu, 25 Apr 2024 12:26:21 +0100 Subject: [PATCH] RL9: delete configdrive for seed during migration --- doc/source/operations/rocky-linux-9.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/operations/rocky-linux-9.rst b/doc/source/operations/rocky-linux-9.rst index 99c827a87..cc3e45992 100644 --- a/doc/source/operations/rocky-linux-9.rst +++ b/doc/source/operations/rocky-linux-9.rst @@ -748,12 +748,13 @@ Full procedure sudo mkdir /var/lib/libvirt/images-backup sudo cp -r /var/lib/libvirt/images /var/lib/libvirt/images-backup -9. Delete the seed root volume (check the structure & naming - conventions first) +9. Delete the seed root volume and the configdrive (check the structure & + naming conventions first) .. code:: console sudo virsh vol-delete seed-root --pool default + sudo virsh vol-delete seed-configdrive --pool default 10. Reprovision the seed