Finish setup of Ceph OSD addition and basic management

This commit is contained in:
2018-10-29 17:51:08 -04:00
parent 59472ae374
commit bfbe9188ce
6 changed files with 363 additions and 51 deletions

View File

@ -964,7 +964,7 @@ def ceph_osd_add(node, device):
@click.argument(
'osdid'
)
def ceph_osd_remove(node, device):
def ceph_osd_remove(osdid):
"""
Remove a Ceph OSD with ID OSDID from the cluster.
"""
@ -1113,7 +1113,7 @@ net_acl.add_command(net_acl_remove)
net_acl.add_command(net_acl_list)
ceph_osd.add_command(ceph_osd_add)
#ceph_osd.add_command(ceph_osd_remove)
ceph_osd.add_command(ceph_osd_remove)
#ceph_osd.add_command(ceph_osd_in)
#ceph_osd.add_command(ceph_osd_out)
#ceph_osd.add_command(ceph_osd_set)