I'll try.
We run own ASNUM with 2+ gbps IPT connection and 10gbps backbone, so 1 gbps is not a problem :)
I expect to get 1gps at least between internal networks. In the same subnet there is gigabit doable. No limits for that subnet where this VM is (checked twice). From Internet I expect to...
traceroute -s <eth0 IP> some host
look what will happen.
p.s. it would be easier with schemes. Always use traceroute and tcpdump as debuging tool.
Also, as ip forwarding is allowed in iptables, why it would not try to forwawrd eth0 packets via eth1? remember the default network rule? If I...
I get 1 gbps from the VE host where this VM is running from.
Same problem from VM to other internal network segments.
So the 1 gbps is working within the same segment only. I wish I could know the reason why.
Re: Proxmox and GlusterFS
If someone ever will find himself in the same situation:
answer is:
gluster volume set <volname> cluster.self-heal-daemon off on the volume, where your VM disks are.
BTW, don't test VMs with files generated from /dev/zero. Some kind of bug, files remain unsynced and...
Hi,
VM to other servers in same network performance is around 30-50 MB /sec
VM to internet performance is strictly 10 MB /s
So inside one subnet gigabit network is working, but outside is not.
Using virtio drivers.
Any ideas?
Re: Proxmox and GlusterFS
Hey,
I've almost broke my brains.
Have anyone ever managed to set up glusterfs replicated storage that way, so it works with automatic failover ?
I mean this situation:
1. installed replicated storage
2. mounted it in proxmox
3. create a VM on this storage
4. shut...
hehe. It's Ubuntu template. Don't use Ubuntu as VZ container. Don't know why, but they are always halfdone or smth. I had same problem far way ago, check this thread out. There are some solutions.
http://forum.proxmox.com/threads/3738-OpenVZ-container-networking-trouble
If you want to use...
sure. your interface is not up.
set it up in
/etc/network/interfaces like you wold do it in usual physical machine.
in example:
auto eth0
interface eth0 inet static
address 192.168.3.12
netmask 255.255.255.0
gateway 192.168.3.1
save and run
ifup eth0
I think, that he just didn't know that IP addresses are visible on screenshots and wanted to hide or be more abstracted from the numbers. Look at the SS with bridge. there is 192.168.3.0/24 configured. Or may be tehre are multiple interfaces.
If you are using containers, it is not that easy to use console to connect to them. Look for solution on Proxmox Wiki.
If you want to go inside the container, just login via ssh in Proxmox VE and use these commands:
vzllist -a
this will show all containers running under OpenVZ
vzctl enter...
Re: Proxmox and GlusterFS
So two things are running out from my tests:
1. glusterfs and kvm = no go for live failover. VMs keep locking FS to readonly after one of GlusterFS nodes is down / the one from VM was booted / (workaround: errors=continue in fstab, but it is dangerous). To get them...
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.