Signed-off-by: songweibin <song.weibin@zte.com.cn>
actual image. The remote cluster will read from this associated journal and
replay the updates to its local copy of the image. Since each write to the
RBD image will result in two writes to the Ceph cluster, expect write
- latencies to nearly double when using the RBD jouranling image feature.
+ latencies to nearly double when using the RBD journaling image feature.
* **Snapshot-based**: This mode uses periodically scheduled or manually
created RBD image mirror-snapshots to replicate crash-consistent RBD images
image, this will help to speed up the read process on one host, as well as
to save the client to cluster network traffic.
RBD shared read-only parent image cache requires explicitly enabling in
-``ceph.conf``. The ``ceph-immmutable-object-cache`` daemon is responsible for
+``ceph.conf``. The ``ceph-immutable-object-cache`` daemon is responsible for
caching the parent content on the local disk, and future reads on that data
will be serviced from the local cache.