Fix online PG count change bugs

This commit is contained in:
Vitaliy Filippov
2021-02-25 23:59:33 +03:00
parent 69c87009e9
commit 2d73b19a6c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -840,7 +840,7 @@ class Mon
this.save_new_pgs_txn(etcd_request, pool_id, up_osds, prev_pgs, optimize_result.int_pgs, pg_history);
}
this.state.config.pgs.hash = tree_hash;
await this.save_pg_config();
await this.save_pg_config(etcd_request);
}
else
{