From 67882e56d1591402c292964960b3a80bd996ee69 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Thu, 22 Dec 2016 09:44:14 -0500 Subject: [PATCH] docs: Update docs for recently added physical adjustments Add the description for ... One is a new feature - the API and the other is an improvement for the volume xml output. --- docs/news.html.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.html.in b/docs/news.html.in index c06153e18a..36c7d3d663 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -32,6 +32,13 @@ adjusted during runtime using the admin interface without the necessity of the daemon's restart +
  • storage: Add virStorageVolInfoFlags API
    + 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 +
  • Improvements @@ -42,6 +49,10 @@ cpu cycles, stalled backend cpu cycles, and ref cpu cycles by applications running on the platform
  • +
  • conf: Display <physical> for volume xml
    + Add a display of the <physical> size of a disk + volume in the output of the volume XML +
  • Bug fixes -- GitLab