Commit 73bde2f6 authored by Ramon Nou's avatar Ramon Nou
Browse files

README update

parent a8dc9c3c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>`
+1 −1
Original line number Diff line number Diff line
@@ -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()))
+1 −1
Original line number Diff line number Diff line
@@ -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]" ) {