1
0
Fork 0

Fix pool deletion

hier-failure-domains
Vitaliy Filippov 2023-05-17 00:45:59 +03:00
parent 629999f789
commit 120e3fa7bc
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ class Mon
save_new_pgs_txn(save_to, request, pool_id, up_osds, osd_tree, prev_pgs, new_pgs, pg_history)
{
const aff_osds = this.get_affinity_osds(this.state.config.pools[pool_id], up_osds, osd_tree);
const aff_osds = this.get_affinity_osds(this.state.config.pools[pool_id] || {}, up_osds, osd_tree);
const pg_items = {};
this.reset_rng();
new_pgs.map((osd_set, i) =>