Skip to content

Commit

Permalink
F #6645: Rename vm_crash to vm_qemu_ping (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
paczerny authored Aug 2, 2024
1 parent 650fb59 commit 274ad4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions share/doc/xsd/vm.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<xs:element name="VCENTER_VMWARETOOLS_VERSION" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_VMWARETOOLS_VERSION_STATUS" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_VM_NAME" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down
2 changes: 1 addition & 1 deletion src/im_mad/remotes/kvm-probes.d/guestagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# The $vm_id substring, if existing, will be replaced by the VM ID when the monitoring probes
# are looping on each of the VMs on the host. Each command will be run once per VM.
:commands:
:vm_crash: "one-$vm_id '{\"execute\":\"guest-ping\"}' --timeout 5"
:vm_qemu_ping: "one-$vm_id '{\"execute\":\"guest-ping\"}' --timeout 5"
2 changes: 1 addition & 1 deletion src/im_mad/remotes/lib/kvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module KVM
QEMU_GA = {
:enabled => false,
:commands => {
:vm_crash => "one-$vm_id \'{\"execute\":\"guest-ping\"}\'"
:vm_qemu_ping => "one-$vm_id \'{\"execute\":\"guest-ping\"}\'"
}
}

Expand Down

0 comments on commit 274ad4f

Please sign in to comment.