Well, you can try stopping the VM, unmounting the HDD500GB partition and undeleting the file:
http://extundelete.sourceforge.net/
I'd suggesting copying all information that you want to keep that's running inside the VM to another computer first. It's very likely that your disk image won't be...
Cesar,
Looking at our documentation we can't use ALB. Our servers shared NIC Port-1 with out IMM module. When using ALB we aren't able to access the IMM module at all, so we went with XOR instead.
Is the guest OS Linux? If so, are the mounted partitions managed by LVM?
If the data inside the VM is accessible, I'd create an LVM snapshot inside the VM, then use dd to make an image of the snapshot and transfer it over the network to another box, then restore it on a fresh VM and test...
I'm pretty sure that in XOR the bonding module does MAC address matching, so that only one NIC is used when communicating to any specific destination MAC. When I did my testing with multiple streams I didn't get full transfer speeds with XOR, I got around 140MB/s, but I was topping out at...
This is pretty much what I'm running in production.
In my environment everything is on 1gb ethernet, the storage servers (Gluster) have 8x 1gb bonded connections in LACP (server and switch need configuration), the Proxmox servers have 2x 1gb bonded in XOR and things run pretty well.
If I were...
I'm using Gluster in my production environment for storage.
My Gluster cluster consists of 6 nodes, 4x 1TB bricks in each server, in distribute-replicate. The Gluster nodes replicate on private 10GB network (2 nic bond, active-passive) and clients connect on a 1GB network (2 nic, XOR...
Looking at the documentation, you don't have the vlan aliases or vlan specific bridges in your /etc/network/interfaces configuration:
http://pve.proxmox.com/wiki/Vlans
I haven't had any issue with it. My test cluster was made up of 4 old IBM servers and 2 old Dell servers with an old fibre channel storage array.
Haven't seen any issues, even migrating VMs between the different CPUs (Dual-Core AMD Opterons and Xeon 5110s).
According to the wiki you just need to change the network entry:
http://pve.proxmox.com/wiki/Vlan
I would have through you'd need to create vlan eth and bridge aliases...
I don't have a test environment to play around with this to test, if the wiki method doesn't work this is a really...
You'll need to mount the storage or create an LVM group on the storage.
If you've mounted the storage, click the datacenter folder and select the storage tab, then click the add drop-down and select directory. You can select what you want to store in the drive (content). If you have...
The easiest thing would be to just change the setting in /etc/network/interfaces (through a shell connection), then change the route yourself:
route del default gw X.X.X.X {bridge interface}
route add default gw X.X.X.X {bridge interface}
If/when you reboot, or trip over the power cable, when...
If you're able to boot off a linux (any distro) USB stick or DVD you can chroot into the environment and re-install mdadm:
1) Boot to the live-distro
2) If the packages aren't already there, install mdadm
3) Mount your Proxmox partitions (I assume you're mounting the proxmox root partition at...
I took the interfaces out of their bonding and it works now, interfaces config:
# network interface settingsauto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto vmbr0
iface vmbr0 inet static
address...
When running VMs I'm having issues getting connectivity to the outside network.
My end goal is to have a private VM network on 192.168.100.* and an external facing network on 172.16.10.*, and both will be physically connected on separate switches but for testing right now everything is...
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.