]> git.proxmox.com Git - qemu.git/commit
qemu-ga: sample fsfreeze hooks
authorTomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
Wed, 12 Dec 2012 03:55:57 +0000 (12:55 +0900)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 8 Jan 2013 22:38:12 +0000 (16:38 -0600)
commit96610da210697a1f33669d8bec0cb7b944d3a516
tree31e4ceadbe793dbd1e1f2f8af1f5b60aa0d3ef2e
parentec0f694c11e8e0958d727e40e0759ab99e5908d6
qemu-ga: sample fsfreeze hooks

Adds sample hook scripts for --fsfreeze-hook option of qemu-ga.
  - fsfreeze-hook : execute scripts in fsfreeze-hook.d/
  - fsfreeze-hook.d/mysql-flush.sh.sample : quiesce MySQL before snapshot

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
.gitignore
Makefile
scripts/qemu-guest-agent/fsfreeze-hook [new file with mode: 0755]
scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample [new file with mode: 0755]