Skip to content

Commit

Permalink
Merge pull request #1004 from andreascian/ubifs-support
Browse files Browse the repository at this point in the history
client/shared/utils.py: add ubifs support
  • Loading branch information
lmr committed Jun 7, 2016
2 parents fe45e14 + 359e901 commit 888233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/shared/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3164,7 +3164,7 @@ def is_mounted(src, mount_point, fstype, perm=None, verbose=True,
fstype_mtab = fstype

mount_point = os.path.realpath(mount_point)
if fstype not in ['nfs', 'smbfs', 'glusterfs', 'hugetlbfs']:
if fstype not in ['nfs', 'smbfs', 'glusterfs', 'hugetlbfs', 'ubifs']:
if src:
src = os.path.realpath(src)
else:
Expand Down

0 comments on commit 888233f

Please sign in to comment.