Skip to content

Commit

Permalink
Skip blockdevice check
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Feb 8, 2018
1 parent e9c460e commit 6494e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/Filesystem
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ determine_blockdevice() {
# Get the current real device name, if possible.
# (specified devname could be -L or -U...)
case "$FSTYPE" in
nfs4|nfs|smbfs|cifs|glusterfs|ceph|tmpfs|overlay|overlayfs|rozofs|zfs|none)
nfs4|nfs|smbfs|cifs|glusterfs|ceph|tmpfs|overlay|overlayfs|rozofs|zfs|cvfs|none)
: ;;
*)
DEVICE=`list_mounts | grep " $MOUNTPOINT " | cut -d' ' -f1`
Expand Down

0 comments on commit 6494e90

Please sign in to comment.