hadfl / kvmadm

Manage KVM instances under SMF control (supports KVM in zones)
http://www.kvmadm.org
Other
21 stars 6 forks source link

implement a pre_start_cmd property #84

Closed hadfl closed 8 years ago

hadfl commented 8 years ago

when having plenty of kvms it might be useful to cascade the start. pre_start_cmd gives the option to run a script or command before kvmadm starts the qemu process. once pre_start_cmd terminates kvmadm will start the qemu process

hadfl commented 8 years ago

-> https://github.com/hadfl/kvmadm/pull/85