From 990eb62c75c2c0460a18410b8c2abff920fdffe2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 27 Apr 2026 17:07:26 -0500 Subject: [PATCH] fix: add escape --- .../docs/applications/democratic-csi-synology-iscsi.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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