diff options
author | Sage Weil <sage@inktank.com> | 2013-01-24 03:50:57 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-01-24 03:50:57 +0100 |
commit | 67c77577bdfe4985aa50e91986677c742b7cc85f (patch) | |
tree | 12e1fcbb1809860590e1346d69d2743ec35bb846 /PendingReleaseNotes | |
parent | Merge remote-tracking branch 'gh/wip-rm-pool' (diff) | |
download | ceph-67c77577bdfe4985aa50e91986677c742b7cc85f.tar.xz ceph-67c77577bdfe4985aa50e91986677c742b7cc85f.zip |
PendingReleaseNotes: pool removal cli changes
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0f1f761b9f3..a914f114b7e 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -8,4 +8,10 @@ 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.
\ No newline at end of file + 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. +
\ No newline at end of file |