Skip to content

Commit 1c2a2a5

Browse files
authored
Merge pull request #1053 from stackhpc/rl9-also-delete-configdrive
RL9: delete configdrive for seed during migration
2 parents 28a04d7 + 57601f8 commit 1c2a2a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/operations/rocky-linux-9.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,12 +748,13 @@ Full procedure
748748
sudo mkdir /var/lib/libvirt/images-backup
749749
sudo cp -r /var/lib/libvirt/images /var/lib/libvirt/images-backup
750750
751-
9. Delete the seed root volume (check the structure & naming
752-
conventions first)
751+
9. Delete the seed root volume and the configdrive (check the structure &
752+
naming conventions first)
753753

754754
.. code:: console
755755
756756
sudo virsh vol-delete seed-root --pool default
757+
sudo virsh vol-delete seed-configdrive --pool default
757758
758759
10. Reprovision the seed
759760

0 commit comments

Comments
 (0)