Fix 32-bit build warnings and one error again :-)

This commit is contained in:
Vitaliy Filippov
2024-04-11 22:49:33 +03:00
parent ff4414d37e
commit 266d038b11
7 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ resume_1:
{ "raw_to_usable", pool_stats[pool_cfg.id]["raw_to_usable"].number_value() },
{ "space_efficiency", pool_stats[pool_cfg.id]["space_efficiency"].number_value() },
{ "pg_real_size", pool_stats[pool_cfg.id]["pg_real_size"].uint64_value() },
{ "osd_count", pg_per_osd.size() },
{ "osd_count", (uint64_t)pg_per_osd.size() },
};
}
// Include full pool config