Commit 0ec0003
Clarify PVC resize behavior for mounted vs unmounted volumes
Update the LVMS snapshot size fix procedure to accurately reflect that:
- Mounted PVCs (pods running): Resize happens automatically via CSI
online resize, no pod restart required
- Unmounted PVCs (no pods): Resize is applied when PVC is next mounted,
may need to trigger backup job manually
Tested with Glance PVCs (running pods) - confirmed automatic resize.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 5a20f1e commit 0ec0003
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
437 | 442 | | |
438 | 443 | | |
439 | 444 | | |
| |||
0 commit comments