Skip to content

Commit c7b7ff9

Browse files
Updated both aci-preupgrade-validation-script.py docs/docs/validations.md
1 parent 300a70f commit c7b7ff9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aci-preupgrade-validation-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6415,7 +6415,7 @@ def stale_epg_summary_task_check(tversion, **kwargs):
64156415
result = PASS
64166416
headers = ["DN", "Start Time"]
64176417
data = []
6418-
recommended_action = "Delete the listed stale dbgacEpgSummaryTask objects before the upgrade to prevent policymgr crash."
6418+
recommended_action = "Delete the listed stale dbgacEpgSummaryTask objects before the upgrade to prevent policymgr from crashing."
64196419
doc_url = "https://datacenter.github.io/ACI-Pre-Upgrade-Validation-Script/validations/#stale-dbgacepgsummarytask-objects"
64206420

64216421
if not tversion:

docs/docs/validations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@ This check will verify the count of the `svccoreCtrlr` Managed Object and raise
28032803

28042804
Due to [CSCwt69100][70], a stale `dbgacEpgSummaryTask` object stuck in `processing` state with empty content can cause the policymgr process to crash on all APICs during an upgrade or process restart.
28052805

2806-
Delete any stale `dbgacEpgSummaryTask` objects before proceeding with the upgrade to prevent policymgr from crashing on restart.
2806+
Delete any stale `dbgacEpgSummaryTask` objects before proceeding with the upgrade to prevent policymgr from crashing.
28072807

28082808

28092809
[0]: https://github.com/datacenter/ACI-Pre-Upgrade-Validation-Script

0 commit comments

Comments
 (0)