Use dash in flush-locks command
This commit is contained in:
parent
2880a761c0
commit
427ef9454a
|
@ -593,9 +593,9 @@ def vm_unmigrate(domain):
|
||||||
cleanup(retcode, retmsg, zk_conn)
|
cleanup(retcode, retmsg, zk_conn)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# pvc vm flush_locks
|
# pvc vm flush-locks
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@click.command(name='flush_locks', short_help='Flush stale RBD locks for a virtual machine.')
|
@click.command(name='flush-locks', short_help='Flush stale RBD locks for a virtual machine.')
|
||||||
@click.argument(
|
@click.argument(
|
||||||
'domain'
|
'domain'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue