mirror of
https://github.com/systemd/systemd.git
synced 2026-08-08 00:51:19 +00:00
Consider smb3 as remote filesystem
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>
This commit is contained in:
committed by
Yu Watanabe
parent
28e68bb235
commit
ff7d6a740b
@@ -298,6 +298,7 @@ bool fstype_is_network(const char *fstype) {
|
||||
return STR_IN_SET(fstype,
|
||||
"afs",
|
||||
"cifs",
|
||||
"smb3",
|
||||
"smbfs",
|
||||
"sshfs",
|
||||
"ncpfs",
|
||||
|
||||
Reference in New Issue
Block a user