We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320cfd6 commit 894e769Copy full SHA for 894e769
agent/src/main/java/com/cloud/agent/properties/AgentProperties.java
@@ -704,7 +704,7 @@ public class AgentProperties{
704
* stopped VMs. Experimental, requires agent restart.
705
* Default value: <code>false</code>
706
*/
707
- public static final Property<Boolean> LIBVIRT_EVENTS_ENABLED = new Property<>("libvirt.events.enabled", false);
+ public static final Property<Boolean> LIBVIRT_EVENTS_ENABLED = new Property<>("libvirt.events.enabled", true);
708
709
/**
710
* Can only be used if developer = true. This property is used to define the local bridge name and private network name.<br>
0 commit comments