We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28a04d7 + 57601f8 commit 1c2a2a5Copy full SHA for 1c2a2a5
doc/source/operations/rocky-linux-9.rst
@@ -748,12 +748,13 @@ Full procedure
748
sudo mkdir /var/lib/libvirt/images-backup
749
sudo cp -r /var/lib/libvirt/images /var/lib/libvirt/images-backup
750
751
-9. Delete the seed root volume (check the structure & naming
752
- conventions first)
+9. Delete the seed root volume and the configdrive (check the structure &
+ naming conventions first)
753
754
.. code:: console
755
756
sudo virsh vol-delete seed-root --pool default
757
+ sudo virsh vol-delete seed-configdrive --pool default
758
759
10. Reprovision the seed
760
0 commit comments