Loading README.md +0 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,6 @@ Then, use the `examples/distributors/guided/generate.py` to create the output fi This should work if the nodes are sorted in alphabetical order, which is the usual scenario. Users should take care of multi-server configurations. ``` Finally, enable the distributor using the next compilation flags: * `GKFS_USE_GUIDED_DISTRIBUTION` ON * `GKFS_USE_GUIDED_DISTRIBUTION_PATH` `<full path to guided.txt>` Loading include/daemon/daemon.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ extern "C" { #include <daemon/classes/fs_data.hpp> #include <daemon/classes/rpc_data.hpp> #include <global/rpc/distributor.hpp> #include <common/rpc/distributor.hpp> #define GKFS_DATA \ (static_cast<gkfs::daemon::FsData*>(gkfs::daemon::FsData::getInstance())) Loading tests/unit/test_guided_distributor.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ #include <catch2/catch.hpp> #include <fmt/format.h> #include <global/rpc/distributor.hpp> #include <common/rpc/distributor.hpp> #include <fstream> TEST_CASE( "Guided distributor Testing", "[Distributor]" ) { Loading Loading
README.md +0 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,6 @@ Then, use the `examples/distributors/guided/generate.py` to create the output fi This should work if the nodes are sorted in alphabetical order, which is the usual scenario. Users should take care of multi-server configurations. ``` Finally, enable the distributor using the next compilation flags: * `GKFS_USE_GUIDED_DISTRIBUTION` ON * `GKFS_USE_GUIDED_DISTRIBUTION_PATH` `<full path to guided.txt>` Loading
include/daemon/daemon.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ extern "C" { #include <daemon/classes/fs_data.hpp> #include <daemon/classes/rpc_data.hpp> #include <global/rpc/distributor.hpp> #include <common/rpc/distributor.hpp> #define GKFS_DATA \ (static_cast<gkfs::daemon::FsData*>(gkfs::daemon::FsData::getInstance())) Loading
tests/unit/test_guided_distributor.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ #include <catch2/catch.hpp> #include <fmt/format.h> #include <global/rpc/distributor.hpp> #include <common/rpc/distributor.hpp> #include <fstream> TEST_CASE( "Guided distributor Testing", "[Distributor]" ) { Loading