summaryrefslogtreecommitdiff
path: root/libraries/libvirt/rc.libvirt
Commit message (Collapse)AuthorAge
* libraries/libvirt: Unhardcoded verbose logging in rc.libvirtRobby Workman2018-12-09
| | | | | | | | | | The "-v" switch where it was overrides anything set in the environment or config files and as the default logging level is INFO, log files grow rapidly. Thanks to mickski56. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: (Really) properly initialize $count in rc.libvirtAndrzej Telszewski2018-03-17
| | | | | | This fixes commit e4dec7aaf730638a9c85b3999fb3f8cb8d8848eb Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: Properly initialize $count in rc.libvirtSebastian Arcus2018-03-10
| | | | | | This commit also contains some other minor fixups. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: Bugfix to net-destroy in rc.libvirtAndrzej Telszewski2018-01-10
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: Added soft_restart() to rc.libvirtErik Hanson2017-06-15
| | | | | | | | | With this patch, "rc.libvirt soft_restart" will kill and restart the libvirt services without affecting any running virtual machines. This has been a necessity for the SBo infrastructure given our recent struggles with libvirt losing dbus connectivity without explanation. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: managesave running VMs on shutdown by defaultSebastian Arcus2017-06-10
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/virt-manager: Fix rc.libvirt.Willy Sudiarto Raharjo2016-01-23
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* libraries/libvirt: Updated for version 1.3.0.Matteo Bernardini2016-01-17
| | | | | | | | rc.libvirt massaging for the new loggers Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* libraries/libvirt: Make rc.libvirt more robustRobby Workman2014-12-25
| | | | | | | | | Detecting running domains by grepping for "running" isn't very effective for non-english strings, so let's fix that. Since I was already there, I cleaned up a few more nits. Thanks to Mathieu Bouillaguet for the report and solution. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: Updated for version 1.2.11.Robby Workman2014-12-20
| | | | | | | | | | | This commit also modifies start() rc.libvirtd to be more consistent with how Slackware's stock init scripts start daemons, and a 2>/dev/null was added to the modprobe -r command in stop() to hide useless errors when e.g. tun module can't be removed because it's (still) in use (by other processes). Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: Fix network destruction on shutdownRichard Cranium2014-06-18
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: Updated for version 1.1.4.Robby Workman2013-11-12
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* libraries/libvirt: Updated for version 0.10.1.Matteo Bernardini2012-09-05
| | | | | | Also modified rc.libvirt; some refactoring and cleanups. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
* libraries/libvirt: Updated for version 0.9.13.ponce2012-08-21
This commit also adds some configure options parameters (disabled debug too), some details in the README, and an rc.libvirt init script... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>