Skip to content

Commit 735c379

Browse files
committed
Merge remote-tracking branch 'upstream/main' into instance
2 parents 08d4581 + 98f5663 commit 735c379

File tree

39 files changed

+427
-773
lines changed

39 files changed

+427
-773
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ body:
2626
attributes:
2727
label: problem
2828
value: The long description of your problem
29+
- type: markdown
30+
attributes:
31+
value: "## What versions of cloudstack and any infra components are you using"
32+
- type: textarea
33+
attributes:
34+
label: versions
35+
value: The versions of ACS, hypervisors, storage, network etc..
2936
- type: textarea
3037
attributes:
3138
label: The steps to reproduce the bug

agent/conf/agent.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ hypervisor.type=kvm
286286

287287
# The model of Watchdog timer to present to the Guest.
288288
# For all models refer to the libvirt documentation.
289+
# PLEASE NOTE: to disable the watchdogs definitions, use value: none
289290
#vm.watchdog.model=i6300esb
290291

291292
# Action to take when the Guest/Instance is no longer notifying the Watchdog timer.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ public class AgentProperties{
516516
/**
517517
* The model of Watchdog timer to present to the Guest.<br>
518518
* For all models refer to the libvirt documentation.<br>
519+
* PLEASE NOTE: to disable the watchdogs definitions, use value: none
519520
* Data type: String.<br>
520521
* Default value: <code>i6300esb</code>
521522
*/

0 commit comments

Comments
 (0)