Final name is Vitastor

This commit is contained in:
Vitaliy Filippov
2020-08-03 23:50:59 +03:00
parent 6022f28dc9
commit 95ebfad283
9 changed files with 109 additions and 104 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void etcd_state_client_t::parse_config(json11::Json & config)
this->etcd_prefix = config["etcd_prefix"].string_value();
if (this->etcd_prefix == "")
{
this->etcd_prefix = "/microceph";
this->etcd_prefix = "/vitastor";
}
else if (this->etcd_prefix[0] != '/')
{