File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1063,7 +1063,7 @@ mod test {
10631063            physical_disk_adoption.period_secs = 30 
10641064            decommissioned_disk_cleaner.period_secs = 30 
10651065            phantom_disks.period_secs = 30 
1066-             blueprints.disable_planner = false  
1066+             blueprints.disable_planner = true  
10671067            blueprints.period_secs_load = 10 
10681068            blueprints.period_secs_plan = 60 
10691069            blueprints.period_secs_execute = 60 
@@ -1230,7 +1230,7 @@ mod test {
12301230                            period_secs:  Duration :: from_secs( 30 ) , 
12311231                        } , 
12321232                        blueprints:  BlueprintTasksConfig  { 
1233-                             disable_planner:  false , 
1233+                             disable_planner:  true , 
12341234                            period_secs_load:  Duration :: from_secs( 10 ) , 
12351235                            period_secs_plan:  Duration :: from_secs( 60 ) , 
12361236                            period_secs_execute:  Duration :: from_secs( 60 ) , 
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ impl BackgroundTasksInitializer {
479479        // target blueprint. 
480480        let  blueprint_planner = blueprint_planner:: BlueprintPlanner :: new ( 
481481            datastore. clone ( ) , 
482-             false , 
482+             config . blueprints . disable_planner , 
483483            inventory_watcher. clone ( ) , 
484484            rx_blueprint. clone ( ) , 
485485        ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments