Skip to content

Commit e930bb9

Browse files
Corrected the typo for snapshot
1 parent 9d0d657 commit e930bb9

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
@@ -2989,7 +2989,7 @@ def apic_disk_space_faults_check(cversion, tversion, **kwargs):
29892989
unformatted_headers = ['Fault', 'Fault DN', 'Recommended Action']
29902990
unformatted_data = []
29912991
doc_url = "https://datacenter.github.io/ACI-Pre-Upgrade-Validation-Script/validations/#apic-disk-space-usage"
2992-
# we are checking /tmp utilization because high usage can lead to snaphsot corruption during an upgrade. After the fix version, snapshot storage location moved to /data.
2992+
# we are checking /tmp utilization because high usage can lead to snaphshot corruption during an upgrade. After the fix version, snapshot storage location moved to /data.
29932993
recommended_action = {
29942994
'/firmware': 'Remove unneeded images',
29952995
'/techsupport': 'Remove unneeded techsupports/cores',

0 commit comments

Comments
 (0)