summaryrefslogtreecommitdiffstats
path: root/puppet/services/time
diff options
context:
space:
mode:
authorKeith Schincke <keith.schincke@gmail.com>2017-05-12 08:12:56 -0400
committerKeith Schincke <keith.schincke@gmail.com>2017-05-22 14:38:52 -0400
commitcdfe03566354b938e94c6863b0d4b1c3e64cc10c (patch)
treeacec9be2315c3819240d525afccf423b6c615d5c /puppet/services/time
parent340dfd4d2f2add386ac92e222023988a529ad96f (diff)
Remove osd_pool_default_min_size to allow Ceph cluster to do the right thing by default
The default value is 0 which has the minimum number be caluclated based on the replica count from osd_pool_defaut_size. The default replica count is 3 and the calculated min_size is 2. If the replica count is 1 then the min_size is 1. ie: min_size = replica - (replica/2) Add CephPoolDefaultSize parameter to ceph-mon.yaml. This parameter defaults to 3 but can be overriden. See puppet-ceph-devel.yaml for an example Change-Id: Ie9bdd9b16bcb9f11107ece614b010e87d3ae98a9
Diffstat (limited to 'puppet/services/time')
0 files changed, 0 insertions, 0 deletions
='#n147'>147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261