so i better explain it a litte bit more
we have here a huge deployment/monitoring and cloud system where we have determined that every vm belongs to vmbr0 + vlantag
with your configuration i need to make an exception for the vlans that were used by the hv.
or i create for every vlan i use one...
so i have changed the name spaces like https://pve.proxmox.com/wiki/Network_Model#Naming_Conventions
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
bond_mode 802.3ad
bond_miimon 100
bond_downdelay 200
bond_updelay 200
bond_slaves eth2...
so today i have tracked it down to
Without VM:
root@rs0601:~# for ip in $(find /proc/sys/net/ipv6/conf/ -name disable_ipv6); do echo -n "$ip "; cat $ip; done
/proc/sys/net/ipv6/conf/all/disable_ipv6 0
/proc/sys/net/ipv6/conf/bond0/disable_ipv6 1...
Hi there,
im trying to use ipv6 only HVs, cause we are running low on ipv4 addresses.
so the problem is when is start one vm which is using the same vlan here 102 the ipv6 configuration gets flushed from the kernel.
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual...
Hi,
We have a Proxmox 3.0 Cluster Running with Ceph. For each VM Proxmox generates 4 rrd graphs.
CPU, Memory, Network and Disk IO.
My Problem with Disk IO is that at some VMs theres a P to measure the amount of IO, and at others is a T or a k. So what does they mean?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.