Troubleshoot

TroubleshootΒΆ

This section provides solutions to the issues that may occur while installing Mirantis Cloud Platform.

Troubleshooting of an MCP installation usually requires the salt command usage. The following options may be helpful if you run into an error:

  • -l LOG_LEVEL, --log-level=LOG_LEVEL

    Console logging log level. One of all, garbage, trace, debug, info, warning, error, or quiet. Default is warning

  • --state-output=STATE_OUTPUT

    Override the configured STATE_OUTPUT value for minion output. One of full, terse, mixed, changes, or filter. Default is full.

To synchronize all of the dynamic modules from the file server for a specific environment, use the saltutil.sync_all module. For example:

salt '*' saltutil.sync_all