Skip to content

Commit e4eae4a

Browse files
committed
need to activate blueprint loader after inserting initial blueprint
1 parent 363445f commit e4eae4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nexus/src/app/rack.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,14 +740,16 @@ impl super::Nexus {
740740

741741
// We've potentially updated the list of DNS servers and the DNS
742742
// configuration for both internal and external DNS, plus the Silo
743-
// certificates. Activate the relevant background tasks.
743+
// certificates and target blueprint. Activate the relevant background
744+
// tasks.
744745
for task in &[
745746
&self.background_tasks.task_internal_dns_config,
746747
&self.background_tasks.task_internal_dns_servers,
747748
&self.background_tasks.task_external_dns_config,
748749
&self.background_tasks.task_external_dns_servers,
749750
&self.background_tasks.task_external_endpoints,
750751
&self.background_tasks.task_inventory_collection,
752+
&self.background_tasks.task_blueprint_loader,
751753
] {
752754
self.background_tasks.activate(task);
753755
}

0 commit comments

Comments
 (0)