Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
If this is not available, then the fab install contrail fails and generates the following error message: ERROR: Minimum disk space(256GB) for analytics db is not met in nodes If you defined multiple database nodes in the testbed.py file, the error message provides you with the IP addresses for all of the affected nodes. You define the minimum disk space setting in the testbed.py file: minimum diskGB = 256 Depending on the space available in the /opt/contrail/utils/fabfile/testbeds/testbed.py . file, change this to a number less than 256 GB, for example, 150 GB: minimum diskGB = 150 After changing the minimum diskGB value, save and quit the testbed.py file, and then re-run fab install contrail . #LVM #How-To #testbed.py #fabinstall contrail #troubleshooting