Clear the default value for osd-devices

Using /dev/vdb as default can go in conflict when using juju storage to
attach devices dynamically as OSD and journal, because juju may be
attaching as the first disk a volume that's meant to be used as a
journal and making the list of devices overlap.

Change-Id: I97c7657a82ea463aa090fc6266a4988c8c6bfeb4
Closes-Bug: #1946504
This commit is contained in:
Felipe Reyes 2021-10-08 15:35:30 -03:00
parent a4e7e82119
commit c5a2f2f776
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.
.