summaryrefslogtreecommitdiffstats
path: root/PendingReleaseNotes
blob: a914f114b7e03a37f482ef0b60dd2e9a093d00e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* The meaning of 'osd scrub max interval' has been changed: it is now
  the amount of time after which a PG will be scrubbed regardless of
  the system load.  The option 'osd scrub min interval' now has the
  previous meaning: the amount of time before a PG is scrubbed if the
  load is low.  The defaults have been adjusted such that the only
  change in behavior is that PGs will now be scrubbed after a week
  even if the system load remains high.  However, if either of these
  options have been changed in ceph.conf, those settings should be
  reviewed in light of their adjusted meanings.

* The 'ceph osd pool delete <poolname>' and 'rados rmpool <poolname>'
  now have safety interlocks with loud warnings that make you confirm
  pool removal.  Any scripts curenty rely on these functions zapping
  data without confirmation need to be adjusted accordingly.