doc: add --osdspec-affinity to ceph-osd docs

Signed-off-by: Joshua Schmid <jschmid@suse.de>
This commit is contained in:
Joshua Schmid 2020-05-04 15:37:56 +02:00
parent 1b44b6709d
commit 5c9178b8b5
No known key found for this signature in database
GPG Key ID: 52B53A0A01C98B09

View File

@ -10,7 +10,7 @@ Synopsis
========
| **ceph-osd** -i *osdnum* [ --osd-data *datapath* ] [ --osd-journal
*journal* ] [ --mkfs ] [ --mkjournal ] [--flush-journal] [--check-allows-journal] [--check-wants-journal] [--check-needs-journal] [ --mkkey ]
*journal* ] [ --mkfs ] [ --mkjournal ] [--flush-journal] [--check-allows-journal] [--check-wants-journal] [--check-needs-journal] [ --mkkey ] [ --osdspec-affinity ]
Description
@ -118,6 +118,10 @@ Options
Connect to specified monitor (instead of looking through
``ceph.conf``).
.. option:: --osdspec-affinity
Set an affinity to a certain OSDSpec.
This option can only be used in conjunction with --mkfs.
Availability
============