]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Consider smb3 as remote filesystem
authorKenneth D'souza <kdsouza@redhat.com>
Mon, 30 Sep 2019 10:31:21 +0000 (16:01 +0530)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 Sep 2019 17:02:00 +0000 (02:02 +0900)
Currently systemd will treat smb3 as local filesystem and cause
can't boot failures. Add smb3 to the list of remote filesystems
to fix this issue.

Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
src/basic/mountpoint-util.c

index cb8ddccecde63304d55f9bf4b8a040002651977b..74cf139aaf52de64ffcd5924ddf35659d1daa92f 100644 (file)
@@ -298,6 +298,7 @@ bool fstype_is_network(const char *fstype) {
         return STR_IN_SET(fstype,
                           "afs",
                           "cifs",
+                          "smb3",
                           "smbfs",
                           "sshfs",
                           "ncpfs",