Update volume size from GB to GiB

Change-Id: I090b9a3d46511061811bdaffda219a662497b61f
Partial-Bug: #1456631
This commit is contained in:
Diane Fleming 2015-05-19 21:34:33 -05:00
parent 36a63f387f
commit b32caadc5d
3 changed files with 11 additions and 8 deletions

View File

@ -334,7 +334,7 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>Maximum total amount of volumes (GB).</para></wadl:doc>
<para>Maximum total amount of volumes, in gibibytes (GiB).</para></wadl:doc>
</param>
<param name="totalGigabytesUsed" style="plain" required="true"
xmlns="http://wadl.dev.java.net/2009/02"
@ -342,7 +342,7 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>Total number of GBs used.</para></wadl:doc>
<para>Total number of gibibytes (GiB) used.</para></wadl:doc>
</param>
<param name="maxTotalSnapshots" style="plain" required="true"
xmlns="http://wadl.dev.java.net/2009/02"
@ -414,7 +414,7 @@
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>The size of the volume, in
GBs.</para></wadl:doc>
gibibytes (GiB).</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="name" style="plain"
@ -576,5 +576,5 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>The size of the volume, in GBs.</para></wadl:doc>
<para>The size of the volume, in gibibytes (GiB).</para></wadl:doc>
</param>' >

View File

@ -125,7 +125,7 @@
create API call. The size of the volume is chosen
by inspecting the size of the existing storage
volume and rounding up to the next
gigabyte.</para>
gibibyte (GiB).</para>
<xsdxt:code
href="api_samples/os-manage-existing/manage_existing_response.json"
/>

View File

@ -456,7 +456,10 @@
<method name="POST" id="extendVolume">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
title="Extend volume">
<para role="shortdesc">Extends the size of a specified volume to a new size requested in GB.</para>
<para role="shortdesc">
Extends the size of a specified volume to a new size requested
in gibibytes (GiB).
</para>
<para>Preconditions</para>
<itemizedlist>
<listitem><para>Volume status must be <code>available</code>.</para></listitem>
@ -485,7 +488,7 @@
<param name="new_size" style="plain"
type="xsd:int" required="true">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>The new size (in GB) of the volume.</para></wadl:doc>
xml:lang="EN"><para>The new size, in gibibytes (GiB), of the volume.</para></wadl:doc>
</param>
</representation>
</request>
@ -739,7 +742,7 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<para>The size of the volume, in
GBs.</para></wadl:doc>
gibibytes (GiB).</para></wadl:doc>
</param>
<representation mediaType="application/xml">
<wadl:doc xmlns="http://docbook.org/ns/docbook"