Skip to content

Commit c26882d

Browse files
refactor:updated recommended action
1 parent bbc3ee3 commit c26882d

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
@@ -6031,7 +6031,7 @@ def svccoreCtrlr_or_svccoreNode_excessive_entries_check(**kwargs):
60316031
result = PASS
60326032
headers = ['svccoreCtrlr Object Count','svccoreNode Object Count']
60336033
data = []
6034-
recommended_action = "Contact Cisco TAC for Support before upgrade"
6034+
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."
60356035
doc_url = "https://datacenter.github.io/ACI-Pre-Upgrade-Validation-Script/validations/#svccoreCtrlr-or-svccoreNode-excessive-entries-check"
60366036
svccore_classes = icurl('class', 'svccoreCtrlr.json')
60376037
svccoreNode_classes = icurl('class', 'svccoreNode.json')

0 commit comments

Comments
 (0)