fix: add escape
Some checks are pending
test-build / build (push) Successful in 1m15s
test-build / guarddog (push) Successful in 4m39s
release-image / release-harbor (push) Blocked by required conditions
release-image / release-gitea (push) Blocked by required conditions
release-image / build (push) Successful in 53s
release-image / guarddog (push) Successful in 1m22s
release-image / semantic-release (push) Successful in 3m48s

This commit was merged in pull request #250.
This commit is contained in:
2026-04-27 17:07:26 -05:00
parent 33e887348b
commit 990eb62c75

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