diff --git a/src/content/docs/applications/democratic-csi-synology-iscsi.mdx b/src/content/docs/applications/democratic-csi-synology-iscsi.mdx index 8ee7ce0..544cf97 100644 --- a/src/content/docs/applications/democratic-csi-synology-iscsi.mdx +++ b/src/content/docs/applications/democratic-csi-synology-iscsi.mdx @@ -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 -- resize2fs /dev/ +- umount \ +- resize2fs /dev/\ - Receive the error that the filesystem isn't clean, press y to optimize -- fsck -f /dev/ +- fsck -f /dev/\ - Ensure the above comes back clean - resize2fs /dev/sdb - Restart pod that is mounting the disk