Skip to content

Commit 4f5ff88

Browse files
refactor:updated recommended action
1 parent b244587 commit 4f5ff88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aci-preupgrade-validation-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6035,7 +6035,7 @@ def svccoreCtrlr_or_svccoreNode_excessive_entries_check(**kwargs):
60356035
result = PASS
60366036
headers = ['svccoreCtrlr Object Count','svccoreNode Object Count']
60376037
data = []
6038-
recommended_action = "Contact Cisco TAC for Support before upgrade"
6038+
recommended_action = "Delete the core files before proceeding with upgrade. Please refer to the document linked below and contact Cisco TAC for assistance if needed."
60396039
doc_url = "https://datacenter.github.io/ACI-Pre-Upgrade-Validation-Script/validations/#svccoreCtrlr-or-svccoreNode-excessive-entries-check"
60406040
svccore_classes = icurl('class', 'svccoreCtrlr.json')
60416041
svccoreNode_classes = icurl('class', 'svccoreNode.json')

0 commit comments

Comments
 (0)