commands to <file> [default: - for stdout]
--upmap <file> calculate pg upmap entries to balance pg layout
writing commands to <file> [default: - for stdout]
- --upmap-max <max-count> set max upmap entries to calculate [default: 100]
+ --upmap-max <max-count> set max upmap entries to calculate [default: 10]
--upmap-deviation <max-deviation>
max deviation from target [default: .01]
--upmap-pool <poolname> restrict upmap balancing to 1 or more pools
cout << " commands to <file> [default: - for stdout]" << std::endl;
cout << " --upmap <file> calculate pg upmap entries to balance pg layout" << std::endl;
cout << " writing commands to <file> [default: - for stdout]" << std::endl;
- cout << " --upmap-max <max-count> set max upmap entries to calculate [default: 100]" << std::endl;
+ cout << " --upmap-max <max-count> set max upmap entries to calculate [default: 10]" << std::endl;
cout << " --upmap-deviation <max-deviation>" << std::endl;
cout << " max deviation from target [default: .01]" << std::endl;
cout << " --upmap-pool <poolname> restrict upmap balancing to 1 or more pools" << std::endl;
bool upmap_save = false;
bool health = false;
std::string upmap_file = "-";
- int upmap_max = 100;
+ int upmap_max = 10;
float upmap_deviation = .01;
std::set<std::string> upmap_pools;
int64_t pg_num = -1;