Commit 7c14b12
eve-k: fix node delete if replicas list encounters crd get error
Fix LonghornReplicaList to be more resilient to failure modes.
If the longhorn namespace exists pointing to an intact longhorn install,
but the replica crd is missing, return no replicas and no error.
This allows drain to be skipped and node delete or cluster delete to
continue in a time efficient process.
Fix Node Delete to be more resilient,
defer node delete to run even in all error cases.
Signed-off-by: Andrew Durbin <andrewd@zededa.com>1 parent 82777e4 commit 7c14b12
2 files changed
+23
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | 358 | | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
360 | 375 | | |
361 | 376 | | |
362 | 377 | | |
| |||
414 | 429 | | |
415 | 430 | | |
416 | 431 | | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | 432 | | |
424 | 433 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
399 | 406 | | |
400 | 407 | | |
401 | 408 | | |
| |||
0 commit comments