main #250

Merged
alexlebens merged 2 commits from main into release 2026-04-27 22:29:25 +00:00
Showing only changes of commit 990eb62c75 - Show all commits

View File

@@ -32,10 +32,10 @@ https://github.com/democratic-csi/democratic-csi/issues/491#issuecomment-3778463
- Exec into the iSCSI node pod for the node where the volume is being attached.
- Find the path where the volume is mounted, this should be in the error, and the disk name
- umount <path>
- resize2fs /dev/<disk name>
- umount \<path>
- resize2fs /dev/\<disk name>
- Receive the error that the filesystem isn't clean, press y to optimize
- fsck -f /dev/<disk name>
- fsck -f /dev/\<disk name>
- Ensure the above comes back clean
- resize2fs /dev/sdb
- Restart pod that is mounting the disk