weizhouapache commented on code in PR #8282:
URL: https://github.com/apache/cloudstack/pull/8282#discussion_r1475776970
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java:
##########
@@ -2157,7 +2157,7 @@ public String toString() {
public static class WatchDogDef {
enum WatchDogModel {
- I6300ESB("i6300esb"), IB700("ib700"), DIAG288("diag288");
+ I6300ESB("i6300esb"), IB700("ib700"), DIAG288("diag288"),
ITCO("¨itco");
Review Comment:
```suggestion
I6300ESB("i6300esb"), IB700("ib700"), DIAG288("diag288"),
ITCO("itco");
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]