From 4a76baceb50c92869a935e5f7f0a2830bba7eeb0 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 2 Nov 2020 11:59:08 +0100 Subject: [PATCH] docs: Fix nvdimm example wrt to On PPC platform it is required that a NVDIMM has an UUID. If none is provided then libvirt generates one during parsing (see v6.2.0-rc1~96 and friends). However, the example provided in our documentation is not valid XML. Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa Reviewed-by: Daniel Henrique Barboza Tested-by: Daniel Henrique Barboza Tested-by: Han Han --- docs/formatdomain.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index ff64996af2..512939679b 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -7159,7 +7159,7 @@ Example: usage of the memory devices - + 9066901e-c90a-46ad-8b55-c18868cf92ae /tmp/nvdimm @@ -7173,7 +7173,7 @@ Example: usage of the memory devices - + e39080c8-7f99-4b12-9c43-d80014e977b8 /dev/dax0.0 2048 @@ -7211,7 +7211,7 @@ Example: usage of the memory devices ``uuid`` For pSeries guests, an uuid can be set to identify the nvdimm module. If - absent, libvirt will generate an uuid. automatically. This attribute is + absent, libvirt will generate an uuid automatically. This attribute is allowed only for ``model='nvdimm'`` for pSeries guests. :since:`Since 6.2.0` ``source``