Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Caveat: KVM stops working after this workaround. Any help from community on fixing KVM support as well is needed.

4) Problem: CloudStack not starting system VMs on local storage

By default system.vm.use.local.storage is set to false. If you want to use local storage, set it to true using the GUI. Alternatively, use the database command below:

Code Block

use cloud;
update configuration set value='true' where name='system.vm.use.local.storage';

You will have to restart the management server if it is running.

5) Problem: Server will not start with Exception in thread Timer-2, Exception in thread Timer-1.

export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=800m -Xmx2g -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"

56) Problem: Eclipse becomes unresponsive with high resource utilization:

...