diff options
author | Joao Eduardo Luis <joao.luis@inktank.com> | 2013-02-26 23:31:33 +0000 |
---|---|---|
committer | Joao Eduardo Luis <joao.luis@inktank.com> | 2013-02-26 23:47:51 +0000 |
commit | b5c9e59f56608758abafa21d650be1d0724a95ad (patch) | |
tree | 8e5702a4cd17f6af3e0914827b3b54ff13c7be2c /PendingReleaseNotes | |
parent | ebf47175c40ee12dda855b0b19517cf988a33353 (diff) | |
download | ceph-b5c9e59f56608758abafa21d650be1d0724a95ad.tar.gz |
PendingReleaseNotes: mention ceph-mon requiring the creation of data dir
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index a914f114b7e..1f112a8d40e 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -14,4 +14,8 @@ 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 + +* 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. |