Recent content by maxvb

  1. M

    No network after restarting debian-networking

    Hi jbennet, I have found a solution for this. I have removed the bridge when the network interface shuts down. So all interfaces were removed from the bridge. I had to manually add the vm interface to the bridge again to enable the network again. See: $ bridgectl --help
  2. M

    vzdump LVM snapshot size

    Tank you for your answer. I will update Proxmox to use this new feature.
  3. M

    vzdump LVM snapshot size

    Hi, I have noticed that if I have a very small disk (512MB) mounted to an VM and doing an LVM snapshot the COW-Size of the LVM snapshot LV will be as large as defined in my /etc/vzdump.conf (8GB). I think that's pointless, because the snapshot LV will not rise 512MB. Is there a way to set 512MB...
  4. M

    No network after restarting debian-networking

    Hi macday! Thx for your answer. I tried typing ifdown vmbr2 and ifup vmbr2 but it still not works... I had to reboot the VMs agin. /etc/init.d/networking restart shows some warnings, but I think they're not important. hugo:/opt# /etc/init.d/networking restart Reconfiguring network...
  5. M

    No network after restarting debian-networking

    Hi! I set up the VM-network by using this tutorial: http://wiki.hetzner.de/index.php/KVM_mit_Nutzung_aller_IPs_aus_Subnetz (Translation: http://translate.google.com/translate?u=http%3A%2F%2Fwiki.hetzner.de%2Findex.php%2FKVM_mit_Nutzung_aller_IPs_aus_Subnetz&sl=de&tl=en&hl=&ie=UTF-8) But there...