Skip to content

Commit 894e769

Browse files
committed
agnet.properties "libvirt.events.enabled" : "true" 로 기본값 세팅
1 parent 320cfd6 commit 894e769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/main/java/com/cloud/agent/properties/AgentProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ public class AgentProperties{
704704
* stopped VMs. Experimental, requires agent restart.
705705
* Default value: <code>false</code>
706706
*/
707-
public static final Property<Boolean> LIBVIRT_EVENTS_ENABLED = new Property<>("libvirt.events.enabled", false);
707+
public static final Property<Boolean> LIBVIRT_EVENTS_ENABLED = new Property<>("libvirt.events.enabled", true);
708708

709709
/**
710710
* 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

Comments
 (0)