798010faba
When deploying Manila with Ceph back end you get the following message: "WARNING: Following parameter(s) are deprecated and still defined. Deprecated parameters will be removed soon! ManilaCephFSDataPoolPGNum, ManilaCephFSMetadataPoolPGNum" These have been deprecated since Stein[1], so let's remove them. [1] https://review.opendev.org/#/c/667586/ Change-Id: Id8132d25591768f265b6779d85c5cc14e6838bae
8 lines
300 B
YAML
8 lines
300 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The deprecated``ManilaCephFSDataPoolPGNum`` and ``ManilaCephFSMetadataPoolPGNum``
|
|
parameters have been removed. As with the other Ceph pools, use the
|
|
``CephPoolDefaultPgNum`` parameter for the default value, or ``CephPools``
|
|
to override pg_num for specific pools.
|