Closed qkfrksvl closed 3 weeks ago
If you look at this document, snaphost and clone are used twice. It seems like replication is completed just once, so why is it doing it twice?
https://github.com/ceph/ceph-csi/blob/devel/docs/snap-clone.md#clone-rbd-pvc
Flatten operation is affected by IO and there are limits to number of snapshots and parent->child->grand-child rbd image chain.
The intermediate temp image exists to be flattened in case the image chain(clone depth) grows too long.
If you look at this document, snaphost and clone are used twice. It seems like replication is completed just once, so why is it doing it twice?
https://github.com/ceph/ceph-csi/blob/devel/docs/snap-clone.md#clone-rbd-pvc