Skip to content

do_plan_zone_updates could report if it's blocked on inventory propagation #9047

@smklein

Description

@smklein

if !zones_currently_updating.is_empty() {
info!(
self.log, "some zones not yet up-to-date";
"sled_id" => %sled_id,
"zones_currently_updating" => ?zones_currently_updating,
);
return Ok(report);
}

This looks like it returns, but the report is empty. If we're blocked on this case, we should probably identify "why" in the planning report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions