summaryrefslogtreecommitdiffstats
path: root/libraries/libvirt/rc.libvirt
AgeCommit message (Collapse)Author
2018-12-09libraries/libvirt: Unhardcoded verbose logging in rc.libvirt Robby Workman
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>
2018-03-17libraries/libvirt: (Really) properly initialize $count in rc.libvirt Andrzej Telszewski
This fixes commit e4dec7aaf730638a9c85b3999fb3f8cb8d8848eb Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2018-03-10libraries/libvirt: Properly initialize $count in rc.libvirt Sebastian Arcus
This commit also contains some other minor fixups. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2018-01-10libraries/libvirt: Bugfix to net-destroy in rc.libvirt Andrzej Telszewski
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2017-06-15libraries/libvirt: Added soft_restart() to rc.libvirt Erik Hanson
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>
2017-06-10libraries/libvirt: managesave running VMs on shutdown by default Sebastian Arcus
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-23system/virt-manager: Fix rc.libvirt. Willy Sudiarto Raharjo
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-01-17libraries/libvirt: Updated for version 1.3.0. Matteo Bernardini
rc.libvirt massaging for the new loggers Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-25libraries/libvirt: Make rc.libvirt more robust Robby Workman
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>
2014-12-20libraries/libvirt: Updated for version 1.2.11. Robby Workman
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>
2014-06-18libraries/libvirt: Fix network destruction on shutdown Richard Cranium
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-12libraries/libvirt: Updated for version 1.1.4. Robby Workman
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-09-06libraries/libvirt: Updated for version 0.10.1. Matteo Bernardini
Also modified rc.libvirt; some refactoring and cleanups. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-08-21libraries/libvirt: Updated for version 0.9.13. ponce
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>