mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-29 17:40:46 +00:00
api: document default for ceph service start/stop/restart
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fa59b32d33
commit
33a9c70a45
@ -1351,6 +1351,7 @@ __PACKAGE__->register_method ({
|
|||||||
description => 'Ceph service name.',
|
description => 'Ceph service name.',
|
||||||
type => 'string',
|
type => 'string',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
default => 'ceph.target',
|
||||||
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -1401,6 +1402,7 @@ __PACKAGE__->register_method ({
|
|||||||
description => 'Ceph service name.',
|
description => 'Ceph service name.',
|
||||||
type => 'string',
|
type => 'string',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
default => 'ceph.target',
|
||||||
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -1451,6 +1453,7 @@ __PACKAGE__->register_method ({
|
|||||||
description => 'Ceph service name.',
|
description => 'Ceph service name.',
|
||||||
type => 'string',
|
type => 'string',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
default => 'ceph.target',
|
||||||
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
pattern => '(mon|mds|osd|mgr)\.[A-Za-z0-9\-]{1,32}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user