Skip to content

Commit

Permalink
pb-4519: removing disabled status for BL
Browse files Browse the repository at this point in the history
Signed-off-by: kgarg-px <[email protected]>
  • Loading branch information
kgarg-px committed May 16, 2024
1 parent 0324ec9 commit 202a6c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
12 changes: 4 additions & 8 deletions pkg/apis/v1/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pkg/apis/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,8 @@ message BackupLocationInfo {
DeletePending = 2;
ValidationInProgress = 3;
ValidationFailed = 4;
// If a BL is unusable due to failure, mark it as Disabled.
Disabled = 5;
// If a BL is being used for partial backup, mark it as LimitedAvailability.
LimitedAvailability = 6;
LimitedAvailability = 5;
}
}

Expand Down
3 changes: 1 addition & 2 deletions pkg/apis/v1/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3545,11 +3545,10 @@
"DeletePending",
"ValidationInProgress",
"ValidationFailed",
"Disabled",
"LimitedAvailability"
],
"default": "Invalid",
"description": " - Disabled: If a BL is unusable due to failure, mark it as Disabled.\n - LimitedAvailability: If a BL is being used for partial backup, mark it as LimitedAvailability."
"description": " - LimitedAvailability: If a BL is being used for partial backup, mark it as LimitedAvailability."
},
"BackupLocationInfoType": {
"type": "string",
Expand Down

0 comments on commit 202a6c7

Please sign in to comment.