From f0c89311f60818cbb4f82cede52aa55c25e6fab3 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Fri, 15 Nov 2013 13:05:24 -0800 Subject: [PATCH] release-notes: clarify that the osd data directory needs to be mounted Signed-off-by: Samuel Just Reviewed-by: Greg Farnum --- doc/release-notes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 7ca2e2dc25b2d..f4e9c3e0a5905 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=