Reviewed-by: Aline Manera <alinefm(a)linux.vnet.ibm.com>
On 02/10/2014 07:52 PM, Daniel Barboza wrote:
From: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
Adding documentation about the new 'disks' update parameter,
pool type 'logical' only.
Signed-off-by: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
---
docs/API.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/API.md b/docs/API.md
index 580728c..48a293f 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -319,7 +319,10 @@ A interface represents available network interface on VM.
* path: export path of this storage pool(for 'netfs' pool)
* **PUT**: Set whether the Storage Pool should be enabled automatically when the
system boots
- * autostart: Toggle the autostart flag of the VM
+ * autostart: Toggle the autostart flag of the VM. This flag sets whether
+ the Storage Pool should be enabled automatically when the
+ system boots
+ * disks: Adds one or more disks to the pool (for 'logical' pool only)
* **DELETE**: Remove the Storage Pool
* **POST**: *See Storage Pool Actions*