• R/O
  • SSH

pm_kvm_tools: List of commits

※ リポジトリは、https://github.com/linux-ha-japan/pm_kvm_tools-1.0 へ移行しました。
仮想環境監視連携機能とSTONITH機能。KVM版。


RSS
Rev. Time Author
4db6c89a4494 tip 2013-04-04 10:31:22 Tomoya NOZAWA

Added tag pm_kvm_tools-1.1-1 for changeset ed8d6a5401fe

ed8d6a5401fe pm_kvm_tools-1.1-1 2012-11-08 11:45:09 Kazunori INOUE

Med: VirtualDomain: honor virsh "in shutdown" state

Using libvirt 0.9.8 / qemu 1.0 / kvm from kernel 3.2.0,
"virsh list" briefly shows the virtual maschine in a
"in shutdown" state during a regular "virsh shutdown"
operation:

Id Name State
----------------------------------
5 testvm1 running
6 testvm2 running

...
5 testvm1 running
5 testvm1 running
...
5 testvm1 in shutdown
5 testvm1 in shutdown
...
- testvm1 shut off
- testvm1 shut off
...

The VirtualDomain resource agent does not recognize this
state and thus issues a "virsh destroy" command.

This patch correctly handles "in shutdown" as a "this virtual
machine is still running" state.

See also: libvirt's tools/virsh.c:
static const char * vshDomainStateToString(int state)


* Ref: https://github.com/ClusterLabs/resource-agents/commit/b116377d4e9c97658ce309cbbac365754286395c

20a37f9988a7 2012-11-07 08:03:58 Kazunori INOUE

Compatibility patch to Pacemaker 1.0.12 or higher

7ec33ab16f96 2011-09-15 16:49:46 Yoshihiko SATO

Added tag pm_kvm_tools-1.0-1 for changeset a9f7a7361f56

a9f7a7361f56 pm_kvm_tools-1.0-1 2011-09-15 16:04:14 Kazunori INOUE

Add README and configure.ac

441a96ed873f 2011-09-15 15:27:04 Kazunori INOUE

Initial commit for pm_kvm_tools - tools of pacemaker for the KVM virtual environment

Show on old repository browser