Recently installed a fresh PVE 3 and yum updated it fully to get:
Although the above shows pvemanager to be v3.0-23, the github version has progressed beyond v3.0-31.
A few syntactical errors (missing or extra semicolon, comma, etc) were corrected along the way to 3.0-31.
The js files are plenty but the ones in the pve-manager seem to join them all up to become one.
The js build file is at www/manager/Makefile in the git repo.
Interesting set of links / gist from the forum and elsewhere for PVE3:
http://wiki.openvz.org/VSwap
http://forum.proxmox.com/threads/9577-OpenVZ-VM-exceeding-limits
I have an OpenVZ VM with 1GB of assigned memory, however it is currently consuming 2.22GB.
Is this a new CT or an upgrade from 1.9?
If its an upgraded/restore from 1.9, stop it and set the memory and swap (in 2.x we use vswap).
http://download.swsoft.com/virtuozzo/virtuozzo4.0/docs/en/lin/VzLinuxUG/293.htm
Non Zero value for OpenVZ
http://www.webhostingtalk.nl/virtualisatie-vps/178327-proxmox-vz-quota-ugid-limit.html
Number of user/group IDs allowed for the CT internal disk quota. If set to 0, the UID/GID quota will not be enabled.
https://openvz.org/User_Guide/Managing_Resources#Managing_Disk_Quotas
Webroot is at: /usr/share/pve-manager
Template Lists are in separate files as: /var/lib/pve-manager/apl-info/$host
(earlier they were in the specific file: /var/lib/pve-manager/apl-available)
First Steps:
Since the initial install of PVE 3 recognises only eth0 and in many cases if there are additional daughter boards (PCI, PCIex1, PCIex16, etc), the eth0 will almost certainly be taken as those other than the one on the motherboard. I had to do edit the following to get it done and order the interfaces for my personal liking thus:
The Backups storage folder needed to be created manually:
The Templates had to be downloaded with:
Code:
# pveversion -v
pve-manager: 3.0-23 (pve-manager/3.0/957f0862)
running kernel: 2.6.32-20-pve
proxmox-ve-2.6.32: 3.0-100
pve-kernel-2.6.32-20-pve: 2.6.32-100
lvm2: 2.02.95-pve3
clvm: 2.02.95-pve3
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-4
qemu-server: 3.0-20
pve-firmware: 1.0-22
libpve-common-perl: 3.0-4
libpve-access-control: 3.0-4
libpve-storage-perl: 3.0-8
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-13
ksm-control-daemon: 1.1-1
Although the above shows pvemanager to be v3.0-23, the github version has progressed beyond v3.0-31.
A few syntactical errors (missing or extra semicolon, comma, etc) were corrected along the way to 3.0-31.
The js files are plenty but the ones in the pve-manager seem to join them all up to become one.
The js build file is at www/manager/Makefile in the git repo.
Interesting set of links / gist from the forum and elsewhere for PVE3:
http://wiki.openvz.org/VSwap
http://forum.proxmox.com/threads/9577-OpenVZ-VM-exceeding-limits
I have an OpenVZ VM with 1GB of assigned memory, however it is currently consuming 2.22GB.
Is this a new CT or an upgrade from 1.9?
If its an upgraded/restore from 1.9, stop it and set the memory and swap (in 2.x we use vswap).
http://download.swsoft.com/virtuozzo/virtuozzo4.0/docs/en/lin/VzLinuxUG/293.htm
Non Zero value for OpenVZ
http://www.webhostingtalk.nl/virtualisatie-vps/178327-proxmox-vz-quota-ugid-limit.html
Number of user/group IDs allowed for the CT internal disk quota. If set to 0, the UID/GID quota will not be enabled.
https://openvz.org/User_Guide/Managing_Resources#Managing_Disk_Quotas
Webroot is at: /usr/share/pve-manager
Template Lists are in separate files as: /var/lib/pve-manager/apl-info/$host
(earlier they were in the specific file: /var/lib/pve-manager/apl-available)
First Steps:
Since the initial install of PVE 3 recognises only eth0 and in many cases if there are additional daughter boards (PCI, PCIex1, PCIex16, etc), the eth0 will almost certainly be taken as those other than the one on the motherboard. I had to do edit the following to get it done and order the interfaces for my personal liking thus:
Code:
nano /etc/network/interfaces
nano /etc/udev/rules.d/70-persistent-net.rules
shutdown -r now
apt-get update
apt-get dist-upgrade
cat /var/lib/pve-manager/apl-info/download.proxmox.com
apt-get install screen zip unzip bzip2 dab
# bzip2 may have already been there
# mlocate now comes pre-installed
updatedb
pveam update
The Backups storage folder needed to be created manually:
mkdir -p /var/lib/vz/backups
Storage View -> Datacenter
-> Panel: Storage
-> Panel Menu: Add -> Directory
-> ID: Backups
-> Directory: /var/lib/vz/backups
-> Content: Backups
-> Enable: checked
-> Max Backups: 2
The Templates had to be downloaded with:
Server View -> Datacenter -> Server Name -> Local
-> Panel: Content
-> Panel Menu: Template -> Download templates needed
Last edited: