Skip to content

Many examples how works with libvirt ruby library

Notifications You must be signed in to change notification settings

touch-dev-null/libvirt_kvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All examples with comments and links to some documentation pages.

Gems for CP described on Gemfile
please use bundler

*Hypervisor requirements*

 bridge-utils
 module-init-tools
 iproute
 dnsmasq >= 2.41
 radvd (if using IPv6)
 iptables
 iptables-ipv6 (if using IPv6)
 ebtables (if using libvirt's nwfilter)


*Configure libvirtd on HV*

file /etc/libvirt/libvirtd.conf
# Disable CA authorization
listen_tls = 0


file /etc/sysconfig/libvirtd
#uncomment this line
LIBVIRTD_ARGS="--listen"

service libvird restart



# libvirt 0.9.10
Resize LV - is not presented in ruby-wrapper
virStorageVolResize() API (Zeeshan Ali (Khattak))

*TODO*
Add examples how libvirt jons is works

About

Many examples how works with libvirt ruby library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%