Skip to content

Commit

Permalink
release-notes: clarify that the osd data directory needs to be mounted
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Just <[email protected]>
Reviewed-by: Greg Farnum <[email protected]>
  • Loading branch information
Samuel Just committed Nov 15, 2013
1 parent ba67b9f commit f0c8931
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit f0c8931

Please sign in to comment.