@@ -70,6 +70,7 @@ var checkListForDistros = []checkListForDistro{
7070 {check : checkSupportedCPUArch },
7171 {check : checkCrcSymlink },
7272 {configKeySuffix : "check-ram" },
73+ {configKeySuffix : "check-disk-space" },
7374 {cleanup : removeCRCMachinesDir },
7475 {cleanup : removeAllLogs },
7576 {cleanup : cluster .ForgetPullSecret },
@@ -110,6 +111,7 @@ var checkListForDistros = []checkListForDistro{
110111 {check : checkSupportedCPUArch },
111112 {check : checkCrcSymlink },
112113 {configKeySuffix : "check-ram" },
114+ {configKeySuffix : "check-disk-space" },
113115 {cleanup : removeCRCMachinesDir },
114116 {cleanup : removeAllLogs },
115117 {cleanup : cluster .ForgetPullSecret },
@@ -149,6 +151,7 @@ var checkListForDistros = []checkListForDistro{
149151 {check : checkSupportedCPUArch },
150152 {check : checkCrcSymlink },
151153 {configKeySuffix : "check-ram" },
154+ {configKeySuffix : "check-disk-space" },
152155 {cleanup : removeCRCMachinesDir },
153156 {cleanup : removeAllLogs },
154157 {cleanup : cluster .ForgetPullSecret },
@@ -182,6 +185,7 @@ var checkListForDistros = []checkListForDistro{
182185 {check : checkSupportedCPUArch },
183186 {check : checkCrcSymlink },
184187 {configKeySuffix : "check-ram" },
188+ {configKeySuffix : "check-disk-space" },
185189 {cleanup : removeCRCMachinesDir },
186190 {cleanup : removeAllLogs },
187191 {cleanup : cluster .ForgetPullSecret },
@@ -222,6 +226,7 @@ var checkListForDistros = []checkListForDistro{
222226 {check : checkSupportedCPUArch },
223227 {check : checkCrcSymlink },
224228 {configKeySuffix : "check-ram" },
229+ {configKeySuffix : "check-disk-space" },
225230 {cleanup : removeCRCMachinesDir },
226231 {cleanup : removeAllLogs },
227232 {cleanup : cluster .ForgetPullSecret },
@@ -261,6 +266,7 @@ var checkListForDistros = []checkListForDistro{
261266 {check : checkSupportedCPUArch },
262267 {check : checkCrcSymlink },
263268 {configKeySuffix : "check-ram" },
269+ {configKeySuffix : "check-disk-space" },
264270 {cleanup : removeCRCMachinesDir },
265271 {cleanup : removeAllLogs },
266272 {cleanup : cluster .ForgetPullSecret },
@@ -294,6 +300,7 @@ var checkListForDistros = []checkListForDistro{
294300 {check : checkSupportedCPUArch },
295301 {check : checkCrcSymlink },
296302 {configKeySuffix : "check-ram" },
303+ {configKeySuffix : "check-disk-space" },
297304 {cleanup : removeCRCMachinesDir },
298305 {cleanup : removeAllLogs },
299306 {cleanup : cluster .ForgetPullSecret },
@@ -334,6 +341,7 @@ var checkListForDistros = []checkListForDistro{
334341 {check : checkSupportedCPUArch },
335342 {check : checkCrcSymlink },
336343 {configKeySuffix : "check-ram" },
344+ {configKeySuffix : "check-disk-space" },
337345 {cleanup : removeCRCMachinesDir },
338346 {cleanup : removeAllLogs },
339347 {cleanup : cluster .ForgetPullSecret },
@@ -373,6 +381,7 @@ var checkListForDistros = []checkListForDistro{
373381 {check : checkSupportedCPUArch },
374382 {check : checkCrcSymlink },
375383 {configKeySuffix : "check-ram" },
384+ {configKeySuffix : "check-disk-space" },
376385 {cleanup : removeCRCMachinesDir },
377386 {cleanup : removeAllLogs },
378387 {cleanup : cluster .ForgetPullSecret },
@@ -406,6 +415,7 @@ var checkListForDistros = []checkListForDistro{
406415 {check : checkSupportedCPUArch },
407416 {check : checkCrcSymlink },
408417 {configKeySuffix : "check-ram" },
418+ {configKeySuffix : "check-disk-space" },
409419 {cleanup : removeCRCMachinesDir },
410420 {cleanup : removeAllLogs },
411421 {cleanup : cluster .ForgetPullSecret },
@@ -447,6 +457,7 @@ var checkListForDistros = []checkListForDistro{
447457 {check : checkSupportedCPUArch },
448458 {check : checkCrcSymlink },
449459 {configKeySuffix : "check-ram" },
460+ {configKeySuffix : "check-disk-space" },
450461 {cleanup : removeCRCMachinesDir },
451462 {cleanup : removeAllLogs },
452463 {cleanup : cluster .ForgetPullSecret },
@@ -487,6 +498,7 @@ var checkListForDistros = []checkListForDistro{
487498 {check : checkSupportedCPUArch },
488499 {check : checkCrcSymlink },
489500 {configKeySuffix : "check-ram" },
501+ {configKeySuffix : "check-disk-space" },
490502 {cleanup : removeCRCMachinesDir },
491503 {cleanup : removeAllLogs },
492504 {cleanup : cluster .ForgetPullSecret },
0 commit comments