api: document default for ceph service start/stop/restart

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-11-23 12:40:46 +01:00
parent 6140c3c815
commit b24080c0ee

View File

@ -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}',
},
},