From ac6def1fc2dcb6aa3adb242a9a2df54a8088d0bb Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Thu, 6 Apr 2017 11:03:22 +0800 Subject: [PATCH] [api-ref] Add backing-up to snapshot statuses Now snapshot contains a new status called backing-up Change-Id: I523c329682a22606eb323ef6537568d23e037185 Cloese-bug: #1676885 --- api-ref/source/v3/volumes-v3-snapshots.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-ref/source/v3/volumes-v3-snapshots.inc b/api-ref/source/v3/volumes-v3-snapshots.inc index cc3ef05f792..9da347edb87 100644 --- a/api-ref/source/v3/volumes-v3-snapshots.inc +++ b/api-ref/source/v3/volumes-v3-snapshots.inc @@ -18,6 +18,8 @@ possible: +----------------+-------------------------------------+ | available | The snapshot is ready to use. | +----------------+-------------------------------------+ +| backing-up | The snapshot is being backed up. | ++----------------+-------------------------------------+ | deleting | The snapshot is being deleted. | +----------------+-------------------------------------+ | error | A snapshot creation error occurred. |