Fix ordered list

Change-Id: Iffef8787165dfbda35df0ad047f59e4a38288a39
This commit is contained in:
Peter Matulis 2020-08-26 09:17:37 -04:00
parent cabeb9b784
commit 05c9f0c70c
1 changed files with 14 additions and 14 deletions

View File

@ -52,31 +52,31 @@ A storage device is destined as an OSD (Object Storage Device). There can be
multiple OSDs per storage node (ceph-osd unit). multiple OSDs per storage node (ceph-osd unit).
The list of all possible storage devices for the cluster is defined by the The list of all possible storage devices for the cluster is defined by the
`osd-devices` option (default value is '/dev/vdb'). The following examples can `osd-devices` option (default value is '/dev/vdb'). The below examples can be
be used in the `ceph-osd.yaml` configuration file: used in the `ceph-osd.yaml` configuration file.
1. Block devices (regular) Block devices (regular),
ceph-osd: ceph-osd:
options: options:
osd-devices: /dev/vdb /dev/vdc /dev/vdd osd-devices: /dev/vdb /dev/vdc /dev/vdd
Each regular block device must be an absolute path to a device node. Each regular block device must be an absolute path to a device node.
2. Block devices (Juju storage) Block devices (Juju storage),
ceph-osd: ceph-osd:
storage: storage:
osd-devices: cinder,20G osd-devices: cinder,20G
See the [Juju documentation][juju-docs-storage] for guidance on implementing See the [Juju documentation][juju-docs-storage] for guidance on implementing
Juju storage. Juju storage.
3. Directory-backed OSDs Directory-backed OSDs,
ceph-osd: ceph-osd:
storage: storage:
osd-devices: /var/tmp/osd-1 osd-devices: /var/tmp/osd-1
> **Note**: OSD directories can no longer be created starting with Ceph > **Note**: OSD directories can no longer be created starting with Ceph
Nautilus. Existing OSD directories will continue to function after an upgrade Nautilus. Existing OSD directories will continue to function after an upgrade