mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
formatdomain.html.in: mention pSeries NVDIMM 'align down' mechanic
The reason why we align down the guest area (total-size - label-size) is explained in the body of qemuDomainNVDimmAlignSizePseries(). This behavior must also be documented in the user docs. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
3ee423c363
commit
8f474ceea0
@ -9412,8 +9412,10 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
</p>
|
||||
<ol>
|
||||
<li>the minimum label size is 128KiB,</li>
|
||||
<li>the remaining size (total-size - label-size) will be aligned
|
||||
to 4KiB as default.</li>
|
||||
<li>the remaining size (total-size - label-size), also called guest
|
||||
area, will be aligned to 4KiB as default. For pSeries guests, the
|
||||
guest area will be aligned down to 256MiB, and the minimum size
|
||||
of the guest area must be at least 256MiB.</li>
|
||||
</ol>
|
||||
</dd>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user