1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-01 05:47:04 +03: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>
(cherry picked from commit ff7d6a740b0c6fa3be63d3908a0858730a0837c5)
This commit is contained in:
Kenneth D'souza 2019-09-30 16:01:21 +05:30 committed by Zbigniew Jędrzejewski-Szmek
parent 5c0224c7bf
commit 19a43dc38a

View File

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