Commit 5abfc90
committed
roachprod: only wait on boot disk
Previously, during the wait for VMs to start we would check both the boot disk
and the data disk. But in order to support VMs that only have a boot disk we
should not be checking the data disk here. This change updates `Wait` to only
check the boot disk.
Epic: None
Release note: None1 parent 20c3c8e commit 5abfc90
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1085 | 1085 | | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | | - | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
1089 | 1092 | | |
1090 | 1093 | | |
1091 | 1094 | | |
| |||
0 commit comments