Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / librados / test_common.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*
2 // vim: ts=8 sw=2 smarttab
3
4 #include "include/rados/librados.h"
5
6 std::string set_pg_num(
7     rados_t *cluster, const std::string &pool_name, uint32_t pg_num);