File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ determine_blockdevice() {
275
275
# Get the current real device name, if possible.
276
276
# (specified devname could be -L or -U...)
277
277
case " $FSTYPE " in
278
- nfs4|nfs|smbfs|cifs|glusterfs|ceph|tmpfs|overlayfs|none)
278
+ nfs4|nfs|smbfs|cifs|glusterfs|ceph|tmpfs|overlayfs|rozofs| none)
279
279
: ;;
280
280
* )
281
281
DEVICE=` list_mounts | grep " $MOUNTPOINT " | cut -d' ' -f1`
@@ -326,7 +326,7 @@ is_fsck_needed() {
326
326
no) false ;;
327
327
" " |auto)
328
328
case $FSTYPE in
329
- ext4|ext4dev|ext3|reiserfs|reiser4|nss|xfs|jfs|vfat|fat|nfs4|nfs|cifs|smbfs|ocfs2|gfs2|none|lustre|glusterfs|ceph|tmpfs|overlayfs)
329
+ ext4|ext4dev|ext3|reiserfs|reiser4|nss|xfs|jfs|vfat|fat|nfs4|nfs|cifs|smbfs|ocfs2|gfs2|none|lustre|glusterfs|ceph|tmpfs|overlayfs|rozofs )
330
330
false ;;
331
331
* )
332
332
true ;;
@@ -355,7 +355,7 @@ fstype_supported()
355
355
356
356
# support fuse-filesystems (e.g. GlusterFS)
357
357
case $FSTYPE in
358
- glusterfs) support=" fuse" ;;
358
+ fuse. * | glusterfs|rozofs ) support=" fuse" ;;
359
359
esac
360
360
361
361
grep -w " $support " ' $' /proc/filesystems > /dev/null
@@ -724,7 +724,7 @@ set_blockdevice_var() {
724
724
725
725
# these are definitely not block devices
726
726
case $FSTYPE in
727
- nfs4|nfs|smbfs|cifs|none|glusterfs|ceph|overlayfs) return ;;
727
+ nfs4|nfs|smbfs|cifs|none|glusterfs|ceph|overlayfs|rozofs ) return ;;
728
728
esac
729
729
730
730
if ` is_option " loop" ` ; then
You can’t perform that action at this time.
0 commit comments