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:
@ -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'
|
||||
)
|
||||
|
Reference in New Issue
Block a user