From: Daniel P. Berrangé Date: Mon, 5 Jan 2026 17:35:39 +0000 (+0000) Subject: docs: fix broken UUID example X-Git-Tag: v12.0.0-rc1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d65cdeba87520b4efd6553dc42b63a9f8d3cea5;p=thirdparty%2Flibvirt.git docs: fix broken UUID example The UUID had only 11 characters in the last component, instead of the required 12. Add the missing trailing '2' which is present in all the other matching example UUIDs. Reviewed-by: Arun Menon Signed-off-by: Daniel P. Berrangé --- diff --git a/docs/formatsecret.rst b/docs/formatsecret.rst index d4e0cb9ddb..1b1c64bdc4 100644 --- a/docs/formatsecret.rst +++ b/docs/formatsecret.rst @@ -73,14 +73,14 @@ passphrase to decrypt the volume, :since:`since 2.1.0`. An example follows: # cat luks-secret.xml LUKS Sample Secret - f52a81b2-424e-490c-823d-6bd4235bc57 + f52a81b2-424e-490c-823d-6bd4235bc572 /var/lib/libvirt/images/luks-sample.img # virsh secret-define luks-secret.xml - Secret f52a81b2-424e-490c-823d-6bd4235bc57 created + Secret f52a81b2-424e-490c-823d-6bd4235bc572 created See `Setting secret values in virsh`_ on how to set the value of the secret using ``virsh secret-set-value``. @@ -91,7 +91,7 @@ The volume type secret can be supplied in domain XML for a luks storage volume :: - + Usage type "ceph"