Loading src/client/preload_util.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,10 @@ void load_hosts() { for (const auto& id: host_ids) { const auto& hostname = hosts.at(id).first; const auto& uri = hosts.at(id).second; if (gkfs::config::ignore_self) { if (hostname == local_hostname) break; } if (!local_host_found && hostname == local_hostname) { LOG(DEBUG, "Found local host: {}", hostname); Loading Loading
src/client/preload_util.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -239,6 +239,10 @@ void load_hosts() { for (const auto& id: host_ids) { const auto& hostname = hosts.at(id).first; const auto& uri = hosts.at(id).second; if (gkfs::config::ignore_self) { if (hostname == local_hostname) break; } if (!local_host_found && hostname == local_hostname) { LOG(DEBUG, "Found local host: {}", hostname); Loading