[Ocfs2-devel] [PATCH 0/2] Parallel Journal Replay

Goldwyn Rodrigues rgoldwyn at gmail.com
Thu Nov 11 17:01:30 PST 2010


Parallel Journal replay allows faster recovery by replaying journal in
parallel. The ocfs2rec thread spawns a new thread for each node which
needs recovery and the thread is reponsible for performing the journal
replay.

To achieve this, the recovery map has been converted into a list and an
element of the list are passed to the per-node recovery thread.

-- 
Goldwyn



More information about the Ocfs2-devel mailing list