This may be worse than I thought.
It seems that any command that I try to run from the GUI results in a "connection error - Timeout", and then the node goes into the down state again
I noticed a red node this morning.
This is after some things went haywire with NFS shares failing in the middle of backups. The solution posted here works.
http://forum.proxmox.com/threads/10013-Cluster-Nodes-become-red-without-any-reason-once-a-week
The server was running properly, and all of...
Just running this as a CRON
qm rollback <vmid> <snapname>
Rollback VM state to specified snapshot.
<vmid> integer (1 - N)
The (unique) ID of the VM.
<snapname> string
The name of the snapshot.
fdisk is limited to the partition size it can create.
You have to use parted.
fdisk is good to see which disk is label which in the /dev/sdx
use parted to create your partition.
Normally I use the following sequence of commands
# parted
select /dev/sdx
mklabel gpt
mkpart primary 1 -1
exit...
This should help some
http://forum.proxmox.com/threads/18575-ho-w-do-i-get-proxmox-to-see-MegaRaid-lsi-8888elp
Good talking points regarding formatting an additional "Drive" and mounting it so that it becomes available for Proxmox.
Proxmox setup is normal. Nothing special or tagged. Tags are added on bridge creation for vm. Pfsense is non the wiser. Standard nics from pfsense's perspective.
3.
Bonded storage Nic for clustering and storage traffic, and single eth2 for standard LAN.
All vmbr bridges are tagged. I didn't set any tags in /etc/network/interfaces.
I just add tag when I add Nic to vm. Only add eth2 to vm's
Vlan 2, 5, 6, 40, 60, 70
All run dhcp except for number 2, which is my vlan for public modem. Also, all have snort, havp, and squidguard filtering. Vlan 60 is my dmz for developers. Only traffic in and out. No access to other networks
I run something similar right now.
I have pfSense managing all of my VLANS
Tagged on vmbr1
Then I have 3 internal vmbr networks without physical nics for DMZing.
Other than that, all 6 VLAN networks are run over the pfSense. Everything is tagged. Don't know what would happen with additional...
When you have a contained filesystem on the guest, like QCOW, expanding the qcow size will not automatically increase the Guest disk usage.
Similar to what spirit said, you can utilize raw filesystems and gain the functionality, but you lose the cluster/migration functionality of QCOW.
With...
Be sure those backup entries are for that VMID.
When you go to a specific VM and click the "Backup Tab", you will have a drop down of all your possible Backup Storages available in the top right corner of the tabbed windows.
Once you select a backup repository, all of your backups from all VM's...
Had a similar issue trying to figure this out.Main issue, you cannot resize a partition while it is mounted. The problem is you can't unmount a root filesystem.
Which leaves a problem. How do you increase LVM without the partition increase
I have three solutions
1. Create a new "Hard Drive"...
You say VM, do you mean CT?
http://forum.proxmox.com/threads/11347-HowTo-Enable-console-login-for-OpenVZ-Debian-containers-(V2-2-and-later)?p=65988#post65988
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.