Support human-readable biconversion and in volumes

This commit is contained in:
2019-06-21 09:22:24 -04:00
parent 3d3fa1b99f
commit 867ad1fc1b
3 changed files with 107 additions and 91 deletions

View File

@ -1341,7 +1341,7 @@ def ceph_volume():
)
def ceph_volume_add(pool, name, size):
"""
Add a new Ceph RBD volume with name NAME and size SIZE [GiB] to pool POOL.
Add a new Ceph RBD volume with name NAME and size SIZE [in human units, e.g. 1024M, 20G, etc.] to pool POOL.
"""
zk_conn = pvc_common.startZKConnection(zk_host)