From 4586200f84efb2abcb7836f8c046dfe58ba836ba Mon Sep 17 00:00:00 2001 From: Liping Xue Date: Mon, 24 Jul 2023 13:23:50 -0700 Subject: [PATCH] Update Snapshot and upload CRD status in doc. Signed-off-by: Liping Xue lipingx@vmware.com --- docs/vanilla.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/vanilla.md b/docs/vanilla.md index c4e69fda..6d4fbb11 100644 --- a/docs/vanilla.md +++ b/docs/vanilla.md @@ -281,6 +281,7 @@ Snapshot CRD has a number of phases for the `.status.phase` field: * Canceling: the upload of snapshot is being cancelled * Canceled: the upload of snapshot is cancelled * CleanupAfterUploadFailed: the Cleanup of local snapshot after the upload of snapshot was failed +* UploadFailedAfterRetry: the snapshot is failed to be uploaded after retries, and local snapshot is deleted #### Uploads @@ -331,6 +332,7 @@ Upload CRD has a number of phases for the `.status.phase` field: * CleanupFailed: delete local snapshot failed after the upload, this case will also be retried * Canceling: upload is being cancelled. It would happen if `velero backup delete` is called while the upload of snapshot is in progress. * Canceled: upload is cancelled. +* UploadFailedAfterRetry: Upload failed after retries and local snapshot is deleted. UploadError uploads will be periodically retried. At that point their phase will return to InProgress. After an upload has been successfully completed, its record will remain for a period of time and eventually be removed.