Skip to content

Commit 9d0d657

Browse files
Added clarification comment for /tmp snapshot handling
1 parent ccd0f7f commit 9d0d657

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aci-preupgrade-validation-script.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2982,13 +2982,14 @@ def scalability_faults_check(**kwargs):
29822982

29832983

29842984
@check_wrapper(check_title="APIC Disk Space Usage (F1527, F1528, F1529 equipment-full)")
2985-
def apic_disk_space_faults_check(cversion, tversion,**kwargs):
2985+
def apic_disk_space_faults_check(cversion, tversion, **kwargs):
29862986
result = FAIL_UF
29872987
headers = ['Fault', 'Pod', 'Node', 'Mount Point', 'Current Usage %', 'Recommended Action']
29882988
data = []
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.
29922993
recommended_action = {
29932994
'/firmware': 'Remove unneeded images',
29942995
'/techsupport': 'Remove unneeded techsupports/cores',

0 commit comments

Comments
 (0)