Allow to specify etcd URLs for OSDs with http://, do not die with a strange error if -etcd option is missing for fio

This commit is contained in:
Vitaliy Filippov
2021-03-16 12:48:26 +03:00
parent 88671cf745
commit 9ac7e75178
5 changed files with 32 additions and 16 deletions
+3
View File
@@ -54,6 +54,9 @@ struct pool_config_t
struct etcd_state_client_t
{
protected:
void add_etcd_url(std::string);
public:
std::vector<std::string> etcd_addresses;
std::string etcd_prefix;
int log_level = 0;