diff --git a/heartbeat/Filesystem b/heartbeat/Filesystem index d10e5a714..515a3919d 100755 --- a/heartbeat/Filesystem +++ b/heartbeat/Filesystem @@ -361,8 +361,8 @@ list_mounts() { fi done - # Convert octal \040 to space characters - printf "$mount_list" + # Convert octal \040 to space characters and ignore Vormetric mounts + printf "$mount_list" | grep -v "secfs2$" } determine_blockdevice() {