You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[reconfigurator] rewrite zones_currently_updating to be clearer (#8594)
This is semantically the same as the prior implementation but is
hopefully easier to understand.
Both @jgallagher and I were a bit confused about the previous
implementation, which is a sign that a rewrite might help.
Copy file name to clipboardExpand all lines: dev-tools/reconfigurator-cli/tests/output/cmds-example-stdout
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -506,7 +506,7 @@ INFO sufficient ExternalDns zones exist in plan, desired_count: 0, current_count
506
506
WARN failed to place all new desired Nexus zones, placed: 0, wanted_to_place: 3
507
507
INFO sufficient Oximeter zones exist in plan, desired_count: 0, current_count: 0
508
508
WARN cannot issue more SP updates (no current artifacts)
509
-
INFO some zones not yet up-to-date, sled_id: 89d02b1b-478c-401a-8e28-7a26f74fa41b, zones_currently_updating: [(b3c9c041-d2f0-4767-bdaf-0e52e9d7a013 (service), InternalNtp)]
509
+
INFO some zones not yet up-to-date, sled_id: 89d02b1b-478c-401a-8e28-7a26f74fa41b, zones_currently_updating: [ZoneCurrentlyUpdating { zone_id: b3c9c041-d2f0-4767-bdaf-0e52e9d7a013 (service), zone_kind: InternalNtp, reason: MissingInInventory { bp_image_source: InstallDataset } }]
510
510
INFO will ensure cockroachdb setting, setting: cluster.preserve_downgrade_option, value: DoNotModify
511
511
generated blueprint 86db3308-f817-4626-8838-4085949a6a41 based on parent blueprint ade5749d-bdf3-4fab-a8ae-00bea01b3a5a
Copy file name to clipboardExpand all lines: dev-tools/reconfigurator-cli/tests/output/cmds-expunge-newly-added-external-dns-stdout
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -981,7 +981,7 @@ INFO added zone to sled, sled_id: 711ac7f8-d19e-4572-bdb9-e9b50f6e362a, kind: Ex
981
981
INFO sufficient Nexus zones exist in plan, desired_count: 3, current_count: 3
982
982
INFO sufficient Oximeter zones exist in plan, desired_count: 0, current_count: 0
983
983
WARN cannot issue more SP updates (no current artifacts)
984
-
INFO some zones not yet up-to-date, sled_id: 711ac7f8-d19e-4572-bdb9-e9b50f6e362a, zones_currently_updating: [(fe2d5287-24e3-4071-b214-2640b097a759 (service), ExternalDns)]
984
+
INFO some zones not yet up-to-date, sled_id: 711ac7f8-d19e-4572-bdb9-e9b50f6e362a, zones_currently_updating: [ZoneCurrentlyUpdating { zone_id: fe2d5287-24e3-4071-b214-2640b097a759 (service), zone_kind: ExternalDns, reason: MissingInInventory { bp_image_source: InstallDataset } }]
985
985
INFO will ensure cockroachdb setting, setting: cluster.preserve_downgrade_option, value: DoNotModify
986
986
generated blueprint 9c998c1d-1a7b-440a-ae0c-40f781dea6e2 based on parent blueprint 366b0b68-d80e-4bc1-abd3-dc69837847e0
Copy file name to clipboardExpand all lines: dev-tools/reconfigurator-cli/tests/output/cmds-expunge-newly-added-internal-dns-stdout
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1014,7 +1014,7 @@ INFO sufficient ExternalDns zones exist in plan, desired_count: 3, current_count
1014
1014
INFO sufficient Nexus zones exist in plan, desired_count: 3, current_count: 3
1015
1015
INFO sufficient Oximeter zones exist in plan, desired_count: 0, current_count: 0
1016
1016
WARN cannot issue more SP updates (no current artifacts)
1017
-
INFO some zones not yet up-to-date, sled_id: 2b8f0cb3-0295-4b3c-bc58-4fe88b57112c, zones_currently_updating: [(e375dd21-320b-43b7-bc92-a2c3dac9d9e1 (service), InternalDns)]
1017
+
INFO some zones not yet up-to-date, sled_id: 2b8f0cb3-0295-4b3c-bc58-4fe88b57112c, zones_currently_updating: [ZoneCurrentlyUpdating { zone_id: e375dd21-320b-43b7-bc92-a2c3dac9d9e1 (service), zone_kind: InternalDns, reason: MissingInInventory { bp_image_source: InstallDataset } }]
1018
1018
INFO will ensure cockroachdb setting, setting: cluster.preserve_downgrade_option, value: DoNotModify
1019
1019
generated blueprint af934083-59b5-4bf6-8966-6fb5292c29e1 based on parent blueprint 58d5e830-0884-47d8-a7cd-b2b3751adeb4
0 commit comments