diff options
author | Sage Weil <sage@inktank.com> | 2013-03-20 22:11:15 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-03-20 22:11:15 -0700 |
commit | 17d4a7c457de67e3dd953959eca41be8318be4e3 (patch) | |
tree | f1201ffa6529ff1bc3a074809a81143f18cf4f26 /PendingReleaseNotes | |
parent | f21411423b088f52d180082cc208243b15ac9035 (diff) | |
download | ceph-17d4a7c457de67e3dd953959eca41be8318be4e3.tar.gz |
doc/release-notes: v0.59
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 6a05b46743d..e69de29bb2d 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,21 +0,0 @@ - - -* 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 that rely on these functions zapping data - without confirmation need to be adjusted accordingly. - -* ceph-mon now requires the creation of its data directory prior to - --mkfs, similarly to what happens on ceph-osd. This directory is - no longer automatically created, and custom scripts should be - adjusted to reflect just that. |