ceph is a network filesystem

This commit is contained in:
Jonas Jelten 2019-10-17 12:10:13 +02:00 committed by Yu Watanabe
parent a7ab6b7e6b
commit c4742de6d8

View file

@ -297,6 +297,7 @@ bool fstype_is_network(const char *fstype) {
return STR_IN_SET(fstype,
"afs",
"ceph",
"cifs",
"smb3",
"smbfs",