Commit 758694d
committed
backup: check
Currently, `ResolveBackupManifests` will check for the existence of an
index before checking if `backup.index.read.enabled` is `false`. From a
semantic standpoint, the cluster setting should be checked first.
Additionally, this caused a suite of roachtests to fail because checking
for the existence of the backup index requires `subdir` to be formatted
correctly, which some of our older tests do not do.
Epic: None
Release note: Nonebackup.index.read cluster setting before checking index1 parent 3082fc2 commit 758694d
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
584 | 592 | | |
585 | 593 | | |
586 | 594 | | |
587 | 595 | | |
588 | 596 | | |
589 | | - | |
| 597 | + | |
590 | 598 | | |
591 | 599 | | |
592 | 600 | | |
| |||
0 commit comments