It is helpful when looking at qa run logs to see what version of the
tester is running.
Signed-off-by: Sage Weil <sage@inktank.com>
#include "common/Mutex.h"
#include "common/Cond.h"
#include "common/errno.h"
+#include "common/version.h"
#include <iostream>
#include <sstream>
#include "test/osd/RadosModel.h"
+
using namespace std;
class WeightedTestGenerator : public TestOpGenerator
if (max_stride_size < 0)
max_stride_size = size / 5;
+ cout << pretty_version_to_str() << std::endl;
cout << "Configuration:" << std::endl
<< "\tNumber of operations: " << ops << std::endl
<< "\tNumber of objects: " << objects << std::endl