Changes

stoney cloud: Resetting your Test-Environment

270 bytes added, 12:42, 12 February 2015
/* Clean up the Firewall Rules */
<source lang="bash">
svn up /usr/local/scripts/netfilter/local/chains/vms/
</source>
 
== Remove libvirtd State ==
We need to remove all existing libvirtd states on all Master-Nodes and normal VM-Nodes:
<source lang="bash">
/etc/init.d/libvirtd stop
rm /etc/libvirt/qemu/*.xml
rm /var/lib/libvirt/qemu/channel/target/*
/etc/init.d/libvirtd start
</source>
SLB, editor, reviewer
3,368
edits