Tidy configuration options

Update descriptions and align metadata-pool configuration option
with codebase. Metadata pools are used by CephFS for both replicated
and erasure-coded data pools.

Change-Id: Iee6ee64e7bd672f9932037bf91670d8f59083aa4
This commit is contained in:
James Page 2020-08-27 11:15:41 +01:00
parent f347a37d69
commit 513da36a16
1 changed files with 9 additions and 9 deletions

View File

@ -76,7 +76,15 @@ options:
default:
type: string
description: |
Optionally specify an existing rbd pool that cinder should map to.
Name of the data pool to be created/used. If not defined a data pool name
will be generated based on the name of the application.
metadata-pool:
type: string
default:
description: |
Name of the metadata pool to be created/used. If not defined a metadata
pool name will be generated based on the name of the application.
The metadata pool is always replicated, not erasure coded.
pool-type:
type: string
default: replicated
@ -90,14 +98,6 @@ options:
Name for the EC profile to be created for the EC pools. If not defined
a profile name will be generated based on the name of the pool used by
the application.
ec-rbd-metadata-pool:
type: string
default:
description: |
Name of the metadata pool to be created (for RBD use-cases). If not
defined a metadata pool name will be generated based on the name of
the data pool used by the application. The metadata pool is always
replicated, not erasure coded.
ec-profile-k:
type: int
default: 1