Project

General

Profile

Actions

Documentation #4568

closed

FAQ entry for changing journal size/moving journal

Added by Dan Mick about 11 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

It's easy if you know how: prevent the cluster from rebalancing on missing
OSD with 'noout', stop the OSD, flush his journal to the filestore, change the journal config,
initialize the new journal, restart the OSD and reset 'noout':

ceph osd set noout
<stop osd.N...perhaps service ceph stop osd.N>
ceph-osd -i N --flush-journal
<reconfigure, resize>
ceph-osd -i N --mkjournal
<restart osd.N>
ceph osd unset noout

ref: http://lists.ceph.com/pipermail/ceph-users-ceph.com/2013-March/000730.html et. seq.


Related issues 1 (0 open1 closed)

Has duplicate Ceph - Documentation #3334: doc: Explain how to choose journal size, when does the journal get flushedDuplicate10/16/2012

Actions
Actions #1

Updated by John Wilkins over 10 years ago

  • Assignee set to John Wilkins
Actions #2

Updated by Patrick Donnelly over 5 years ago

  • Project changed from Ceph to RADOS
  • Assignee deleted (John Wilkins)
  • Start date deleted (03/27/2013)
Actions #3

Updated by Patrick Donnelly over 5 years ago

  • Has duplicate Documentation #3334: doc: Explain how to choose journal size, when does the journal get flushed added
Actions #4

Updated by Zac Dover over 4 years ago

  • Status changed from New to Closed

This bug has been judged too old to fix. This is because either it is either 1) raised against a version of Ceph prior to Luminous, or 2) just really old, and untouched for so long that it is unlikely nowadays to represent a live documentation concern.

If you think that the closing of this bug is an error, raise another bug of a similar kind. If you think that the matter requires urgent attention, please let Zac Dover know at .

Actions

Also available in: Atom PDF