From: Jason Dillaman Date: Wed, 29 Jan 2020 01:59:51 +0000 (-0500) Subject: cls/rbd: new temporary MIRROR_IMAGE_STATE_CREATING state X-Git-Tag: v15.1.1~472^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=42274d3018639a2f8f1412dffbc71ad8dd97dc01;p=ceph.git cls/rbd: new temporary MIRROR_IMAGE_STATE_CREATING state This state will be used to track the creation of a snapshot-based mirror image from a remote primary image. Signed-off-by: Jason Dillaman --- diff --git a/src/cls/rbd/cls_rbd_types.h b/src/cls/rbd/cls_rbd_types.h index 6b5dd0c68835..7f14f7472738 100644 --- a/src/cls/rbd/cls_rbd_types.h +++ b/src/cls/rbd/cls_rbd_types.h @@ -140,6 +140,7 @@ enum MirrorImageState { MIRROR_IMAGE_STATE_DISABLING = 0, MIRROR_IMAGE_STATE_ENABLED = 1, MIRROR_IMAGE_STATE_DISABLED = 2, + MIRROR_IMAGE_STATE_CREATING = 3, }; struct MirrorImage {