9.6 Infrastructure Services Fails to Come Up After Cleaning Up the Disk Space in HA Node

After cleaning up all the container data on the infrastructure HA nodes where there was no free disk space available, the infrastructure services on that node still does not come up. This is because the docker services are not running.

To resolve this issue, perform the following on all HA nodes where the issue occurs:

  1. Open a terminal console, then log in as a root user.

  2. Cleanup the old container data using the following command:

    docker system prune -a -f

  3. On any HA node, execute the following command:

    sh /opt/novell/cis/bin/cis_ext_service.sh prepare

For more information on this issue, see https://github.com/moby/moby/issues/31254.