projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c0224c
)
Consider smb3 as remote filesystem
author
Kenneth D'souza
<kdsouza@redhat.com>
Mon, 30 Sep 2019 10:31:21 +0000
(16:01 +0530)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 10 Oct 2019 12:47:06 +0000
(14:47 +0200)
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
)
src/basic/mountpoint-util.c
patch
|
blob
|
history
diff --git
a/src/basic/mountpoint-util.c
b/src/basic/mountpoint-util.c
index cb8ddccecde63304d55f9bf4b8a040002651977b..74cf139aaf52de64ffcd5924ddf35659d1daa92f 100644
(file)
--- a/
src/basic/mountpoint-util.c
+++ b/
src/basic/mountpoint-util.c
@@
-298,6
+298,7
@@
bool fstype_is_network(const char *fstype) {
return STR_IN_SET(fstype,
"afs",
"cifs",
+ "smb3",
"smbfs",
"sshfs",
"ncpfs",