diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-04 16:37:31 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-04 16:37:31 +0000 |
commit | 8cca11e697cc0383fd3fa14ae167e4b37d83397f (patch) | |
tree | 254d39fea984bc18d0ad9429880699e8ecdcd598 /vagrant | |
parent | clipd is finally working (diff) | |
download | scripts-8cca11e697cc0383fd3fa14ae167e4b37d83397f.tar.gz scripts-8cca11e697cc0383fd3fa14ae167e4b37d83397f.zip |
clipd update, dockernuke, virsh
Diffstat (limited to 'vagrant')
-rwxr-xr-x | vagrant/virsh-set-pool.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vagrant/virsh-set-pool.sh b/vagrant/virsh-set-pool.sh new file mode 100755 index 0000000..af280a7 --- /dev/null +++ b/vagrant/virsh-set-pool.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +virsh pool-define-as --name default --type dir --target /home/devi/storage/ssd1/vagrant/libvirt +virsh pool-autostart default +virsh pool-start default +virsh pool-list |