-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PB-9264: Add isBackupReady_for_PXDLocalSnapshotRestore flag to the … #275
Conversation
…BackupInfo message
OSS Scan Results:
Total issues: 91 |
License Evaluation Results:
Total License Issues: 0 |
pkg/apis/v1/api.proto
Outdated
@@ -592,6 +592,8 @@ message BackupInfo { | |||
bool parallel_backup = 42; | |||
// option to enable to keep the CR status of the resources in the backup. | |||
bool keep_cr_status = 43; | |||
// This will be set when all volumes are PXD and their local snapshots are completed. | |||
bool are_all_PXDvolumes_localsnapshots_completed = 44; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should name it as local_pxd_restore_enabled / local_pxd_restrore_possible?
cc @prashanthpx
OSS Scan Results:
Total issues: 91 |
License Evaluation Results:
Total License Issues: 0 |
pkg/apis/v1/api.proto
Outdated
@@ -592,6 +592,8 @@ message BackupInfo { | |||
bool parallel_backup = 42; | |||
// option to enable to keep the CR status of the resources in the backup. | |||
bool keep_cr_status = 43; | |||
// This will be set when all volumes are PXD and their local snapshots are completed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: This will be set when all volumes are PXD and their local snapshots are completed. ---> This will be set when all volumes are only PXD and their local snapshots are completed and backup is ready for restore from local snapshot.
OSS Scan Results:
Total issues: 91 |
License Evaluation Results:
Total License Issues: 0 |
…275) * PB-9264: Add isBackupReady_for_PXDLocalSnapshotRestore flag in BackupInfo message
…275) * PB-9264: Add isBackupReady_for_PXDLocalSnapshotRestore flag in BackupInfo message
…BackupInfo message
What this PR does / why we need it:
BackupInfo includes a new field isBackupReady_for_PXDLocalSnapshotRestore
Which issue(s) this PR fixes (optional)
Closes #PB-9264
Special notes for your reviewer:


