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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user