Merge "Clear the default value for osd-devices"

This commit is contained in:
Zuul 2021-11-30 15:12:17 +00:00 committed by Gerrit Code Review
commit aa0405dc94
2 changed files with 3 additions and 3 deletions

View File

@ -69,8 +69,8 @@ A storage device is destined as an OSD (Object Storage Device). There can be
multiple OSDs per storage node (ceph-osd unit).
The list of all possible storage devices for the cluster is defined by the
`osd-devices` option (default value is '/dev/vdb'). The below examples can be
used in the `ceph-osd.yaml` configuration file.
`osd-devices` option. The below examples can be used in the `ceph-osd.yaml`
configuration file.
Block devices (regular),

View File

@ -56,7 +56,7 @@ options:
natively supported config in the charm.
osd-devices:
type: string
default: /dev/vdb
default:
description: |
The devices to format and set up as OSD volumes.
.