Implement Ceph volume resize and rename

Includes a simple implementation of a zookeeper "rename" facility,
allowing a key and all data to be replaced by a new key with a different
name but containing all the same child elements and data.

[2/2] Implements #44
This commit is contained in:
2019-07-26 14:53:27 -04:00
parent d5f263bdd6
commit 35363671a0
3 changed files with 155 additions and 2 deletions

View File

@ -1506,7 +1506,7 @@ def ceph_volume_resize(pool, name, size):
###############################################################################
# pvc storage ceph volume rename
###############################################################################
@click.command(name='rename', short_help'Rename RBD volume.')
@click.command(name='rename', short_help='Rename RBD volume.')
@click.argument(
'pool'
)