mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 14:04:05 +08:00
fs_wait_for_mount.cpp
This commit is contained in:
parent
9340281455
commit
fb4dd0e92e
@ -151,9 +151,6 @@ _wait_for_mount(const struct stat &src_st_,
|
||||
|
||||
for(auto const &path : failures)
|
||||
syslog_notice("%s not mounted within timeout",path.string().c_str());
|
||||
if(!failures.empty())
|
||||
syslog_warning("Continuing to mount mergerfs despite %u branches not "
|
||||
"being different from the mountpoint filesystem",
|
||||
failures.size());
|
||||
return failures.size();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user