]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
release-notes: clarify that the osd data directory needs to be mounted
authorSamuel Just <sam.just@inktank.com>
Fri, 15 Nov 2013 21:05:24 +0000 (13:05 -0800)
committerSamuel Just <sam.just@inktank.com>
Fri, 15 Nov 2013 21:08:45 +0000 (13:08 -0800)
Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: Greg Farnum <greg@inktank.com>
doc/release-notes.rst

index 7ca2e2dc25b2dfd22a6dfb91c07686b3774fbd0d..f4e9c3e0a5905bc8ab6b4719e9bc8b08dfe73629 100644 (file)
@@ -21,12 +21,13 @@ To repair a cluster affected by this bug:
 #. Upgrade all osd machines to v0.72.1
 #. Install the ceph-test package on each osd machine to get ceph_filestore_tool
 #. Stop all osd processes
-#. To see all lost objects, run the following on each osd with the osd stopped::
+#. To see all lost objects, run the following on each osd with the osd stopped and
+   the osd data directory mounted::
 
      ceph_filestore_tool --list-lost-objects=true --filestore-path=<path-to-osd-filestore> --journal-path=<path-to-osd-journal>
 
 #. To fix all lost objects, run the following on each osd with the
-   osd stopped::
+   osd stopped and the osd data directory mounted::
 
      ceph_filestore_tool --fix-lost-objects=true --list-lost-objects=true --filestore-path=<path-to-osd-filestore> --journal-path=<path-to-osd-journal>