From: Samuel Just Date: Fri, 15 Nov 2013 21:05:24 +0000 (-0800) Subject: release-notes: clarify that the osd data directory needs to be mounted X-Git-Tag: v0.74~85 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f0c89311f60818cbb4f82cede52aa55c25e6fab3;p=ceph.git release-notes: clarify that the osd data directory needs to be mounted Signed-off-by: Samuel Just Reviewed-by: Greg Farnum --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 7ca2e2dc25b2..f4e9c3e0a590 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -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= --journal-path= #. 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= --journal-path=