]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: mention ceph-mon requiring the creation of data dir
authorJoao Eduardo Luis <joao.luis@inktank.com>
Tue, 26 Feb 2013 23:31:33 +0000 (23:31 +0000)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Tue, 26 Feb 2013 23:47:51 +0000 (23:47 +0000)
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
PendingReleaseNotes

index a914f114b7e03a37f482ef0b60dd2e9a093d00e4..1f112a8d40e68024b39d6a4be57541d780b514d3 100644 (file)
@@ -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.