https://github.com/monolithprojects/kvmshut
Script which will bring down all running KVM VMs before host reboot/shutdown (if you for some reason don't want to use libvirt-guests service).
https://github.com/monolithprojects/kvmshut
Last synced: over 1 year ago
JSON representation
Script which will bring down all running KVM VMs before host reboot/shutdown (if you for some reason don't want to use libvirt-guests service).
- Host: GitHub
- URL: https://github.com/monolithprojects/kvmshut
- Owner: MonolithProjects
- License: gpl-3.0
- Created: 2016-11-16T18:42:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T15:44:39.000Z (over 7 years ago)
- Last Synced: 2025-01-23T06:45:17.306Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### USAGE:
```
shut [OPTIONS...]
```
##### OPTIONS:
```
If there is no option provided, system will be shutdown
-r Shutdown the VMs and reboot the host
-v, --version Show KVM Shut version
-h, --help This help page
```