Project

General

Profile

Backport #18890

Updated by Nathan Cutler about 7 years ago

In CrushTester::test_with_crushtool: 

 if (ruleset >= 0) { 
   crushtool.add_cmd_args( 
       "--ruleset", 
       stringify(ruleset).c_str(), 
       NULL); 
 } 

 The argument of ruleset is out ouf scope. 
 It may cause make new pool failed. 

 I will fix it on github.

Back