Skip to content

Commit d2ae537

Browse files
committed
Updated the validation.md file for APIC inode check
1 parent a1c844d commit d2ae537

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/docs/validations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,8 @@ If a Cisco APIC is running low on inode capacity for any reason, the Cisco APIC
15631563

15641564
* **F4390**: A critical level fault for Cisco APIC storage inode utilization. This is raised when utilization is greater than 90%.
15651565

1566+
Although the storage space for the filesystem might be adequate we might still see issues with inode usage, this happens when we have more number of files or directories created with lower file sizes.
1567+
15661568
Recommended Action:
15671569

15681570
To recover from this fault, try the following action

tests/checks/apic_storage_inode_full_check/test_apic_storage_inode_full_check.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88

99
log = logging.getLogger(__name__)
1010
dir = os.path.dirname(os.path.abspath(__file__))
11-
1211
test_function = "apic_storage_inode_check"
13-
14-
# icurl queries
1512
faultInst_api = 'faultInst.json'
1613
faultInst_api += '?query-target-filter=or(eq(faultInst.code,"F4388"),eq(faultInst.code,"F4389"),eq(faultInst.code,"F4390"))'
1714

0 commit comments

Comments
 (0)