]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Update docs for recently added physical adjustments
authorJohn Ferlan <jferlan@redhat.com>
Thu, 22 Dec 2016 14:44:14 +0000 (09:44 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 22 Dec 2016 23:33:32 +0000 (18:33 -0500)
Add the description for <physical>... One is a new feature - the API
and the other is an improvement for the volume xml output.

docs/news.html.in

index c06153e18a4b88db84a5cdcc7d7388639b702d64..36c7d3d663a94618e2faee0ca0e8f6f2a1fc12c0 100644 (file)
           adjusted during runtime using the admin interface without the
           necessity of the daemon's restart
           </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>
       </li>
       <li><strong>Improvements</strong>
           cpu cycles, stalled backend cpu cycles, and ref cpu
           cycles by applications running on the platform
           </li>
+          <li>conf: Display &lt;physical&gt; for volume xml<br/>
+          Add a display of the &lt;physical&gt; size of a disk
+          volume in the output of the volume XML
+          </li>
         </ul>
       </li>
       <li><strong>Bug fixes</strong>