Skip to content

Commit

Permalink
Update Snapshot and upload CRD status in doc.
Browse files Browse the repository at this point in the history
Signed-off-by: Liping Xue [email protected]
  • Loading branch information
lipingxue committed Jul 24, 2023
1 parent aaefa21 commit 4586200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/vanilla.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4586200

Please sign in to comment.