mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
docs: Update docs for recently added physical adjustments
Add the description for <physical>... One is a new feature - the API and the other is an improvement for the volume xml output.
This commit is contained in:
parent
e4aa80dfde
commit
67882e56d1
@ -32,6 +32,13 @@
|
|||||||
adjusted during runtime using the admin interface without the
|
adjusted during runtime using the admin interface without the
|
||||||
necessity of the daemon's restart
|
necessity of the daemon's restart
|
||||||
</li>
|
</li>
|
||||||
|
<li>storage: Add virStorageVolInfoFlags API<br/>
|
||||||
|
Add the API to support using the VIR_STORAGE_VOL_GET_PHYSICAL
|
||||||
|
flag in order to return the host physical size in bytes
|
||||||
|
of the image container in the allocation field of the
|
||||||
|
_virStorageVolInfo structure. The --physical flag has been
|
||||||
|
added to the virsh vol-info command to access the data
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><strong>Improvements</strong>
|
<li><strong>Improvements</strong>
|
||||||
@ -42,6 +49,10 @@
|
|||||||
cpu cycles, stalled backend cpu cycles, and ref cpu
|
cpu cycles, stalled backend cpu cycles, and ref cpu
|
||||||
cycles by applications running on the platform
|
cycles by applications running on the platform
|
||||||
</li>
|
</li>
|
||||||
|
<li>conf: Display <physical> for volume xml<br/>
|
||||||
|
Add a display of the <physical> size of a disk
|
||||||
|
volume in the output of the volume XML
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><strong>Bug fixes</strong>
|
<li><strong>Bug fixes</strong>
|
||||||
|
Loading…
Reference in New Issue
Block a user