Skip to content

Commit ffe706a

Browse files
authored
Add spacing between volumes, fixes kadalu#678 (kadalu#683)
Signed-off-by: hunter86bg <[email protected]>
1 parent da41345 commit ffe706a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csi/heal-info.sh

+1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ for volfile in $(cd /kadalu/volfiles; ls *); do
3030
vol=${volfile%.client.vol}
3131
echo "Giving heal information of volume $vol"
3232
/opt/libexec/glusterfs/glfsheal $vol info-summary volfile-path /kadalu/volfiles/$volfile
33+
echo
3334
done

0 commit comments

Comments
 (0)