Fix lint errors with the latest lint packages

This change fixes the following lint errors discovered since we removed
pin of lint packages.

manifests/profile/params.pp:78:WARNING: No matching class parameter for
documentation of ceph::profile::params::mon_osd_nearfull_ratio
manifests/profile/params.pp:73:WARNING: No matching class parameter for
documentation of ceph::profile::params::mon_osd_full_ratio
manifests/profile/params.pp:65:WARNING: No matching class parameter for
documentation of ceph::profile::params::osd_pool_default_crush_rule

Change-Id: Ic36884535341a8349c2ac91638d339ecde9923ba
This commit is contained in:
Takashi Kajinami 2021-05-12 10:43:30 +09:00
parent 8283dc47c1
commit 2960cfa6b6
1 changed files with 0 additions and 14 deletions

View File

@ -62,24 +62,10 @@
# [*osd_pool_default_min_size*] The default minimum num of replicas.
# Optional. Integer. Default provided by Ceph.
#
# [*osd_pool_default_crush_rule*] The default CRUSH ruleset to use
# when creating a pool.
# Optional. Integer. Default provided by Ceph.
#
# [*osd_crush_update_on_start*] The default OSDs behaviour on start when
# it comes to registering their location in the CRUSH map.
# Optional. Boolean. Defaults to undef.
#
# [*mon_osd_full_ratio*] Percentage of disk space used before
# an OSD considered full
# Optional. Integer e.g. 95, NOTE: ends in config as .95
# Default provided by Ceph.
#
# [*mon_osd_nearfull_ratio*] Percentage of disk space used before
# an OSD considered nearfull
# Optional. Float e.g. 90, NOTE: ends in config as .90
# Default provided by Ceph.
#
# [*cluster_network*] The address of the cluster network.
# Optional. {cluster-network-ip/netmask}
#