Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions