Browse Source

Update FAQ.md

Signed-off-by: cgoveas <cassandra.goveas@dell.com>
cgoveas 3 years ago
parent
commit
9e3b3e5577
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/Troubleshooting/FAQ.md

+ 1 - 1
docs/Troubleshooting/FAQ.md

@@ -60,7 +60,7 @@ Resolution:<br>
 Potential Cause: <br>
 Lack of space in the root partition (/) causes Linux to clear files automatically (Use `df -h` to diagnose the issue).<br>
 Resolution:
-* Delete large, unused files to clear the root partition. Before running Omnia Control Plane, it is recommended to have a minimum of 50% free space in the root partition.
+* Delete large, unused files to clear the root partition (Use the command `find / -xdev -size +5M | xargs ls -lh | sort -n -k5` to identify these files). Before running Omnia Control Plane, it is recommended to have a minimum of 50% free space in the root partition.
 * Once the partition is cleared, run `kubeadm reset -f`
 * Re-run `control_plane.yml`