api: document default for ceph service start/stop/restart
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6140c3c815
commit
b24080c0ee
@ -1351,6 +1351,7 @@ __PACKAGE__->register_method ({
|
||||
description => 'Ceph service name.',
|
||||
type => 'string',
|
||||
optional => 1,
|
||||
default => 'ceph.target',
|
||||
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
||||
},
|
||||
},
|
||||
@ -1401,6 +1402,7 @@ __PACKAGE__->register_method ({
|
||||
description => 'Ceph service name.',
|
||||
type => 'string',
|
||||
optional => 1,
|
||||
default => 'ceph.target',
|
||||
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
||||
},
|
||||
},
|
||||
@ -1451,6 +1453,7 @@ __PACKAGE__->register_method ({
|
||||
description => 'Ceph service name.',
|
||||
type => 'string',
|
||||
optional => 1,
|
||||
default => 'ceph.target',
|
||||
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user