Project

General

Profile

Rbd journal » History » Version 1

Josh Durgin, 07/01/2015 12:05 AM

1 1 Josh Durgin
h1. RBD journalling
2
3
*Summary*
4
This is the next step towards disaster recovery for rbd. The idea is to record all writes (data and metadata changes) to a journal of rados objects, preserving a consistent point-in-time stream that can be mirrored to other sites.
5
6
*Owners*
7
Jason Dillaman (Red Hat)
8
9
10
*Interested Parties*
11
Josh Durgin (Red Hat)
12
13
*Current Status*
14
A new feature bit is added for enabling journalling for an image, and a general journaling mechanism is almost ready.
15
16
*Detailed Description*
17
See http://comments.gmane.org/gmane.comp.file-systems.ceph.devel/25331
18
19
Updates since then: active sets of objects are switched out wholesale once any current object becomes full, so that replay is bounded to an active set of objects as a maximum necessary amount of data to read at once.