I have 32 gb of memory which I shared in two CT's:
1. 2gb of RAM - Centos 6 for haproxy and nginx.
2. 29 gb of RAM - Centos 7 for Percona Cluster database.
I've noticed high swapping on 29 gb VM in decided to stop it. And then I completely removed it from the system.
When I SSH'ed into the...
When installing I can only select ZFS Raid type and what disks to use. I can't select how much disk space should be used (I assume that the installer uses the whole pool). Or are you talking about something else here?
Yep, that's what I've read by now as well.
Do you think that making a cron job that would issue a TRIM command directly to the disks that run the ZFS Raid every week would solve the problem?
Hi!
I want to install proxmox on a group of SSD disks. I have a few questions.
Does ZFS Raid support TRIM in Proxmox?
I want to pool my 4 SSD drives into a Raid 0 pool. Is it possible to do "over-provisioning" (partition the space lower than the actual size of the drives)? From what I saw, the...
I am installing on a SSD drive and trying to save up every GB I can. I tried 3, 5 gigabytes and it tells me that space is not enough AFTER I fill out all other information. I have to restart the server and go through the installation again.
It's such a frustration.
First of all, why do you say...
I am transferring a LXC between proxmox nodes.
When I run "pct restore ..." on the new node the process fails at the end with "unable to open file /etc/pve/firewall/103.fw.tmp.11828' - No such file or directory" and the restore is cancelled.
The solution is simple - run "mkdir...
Got it. "system_lvms" was the name for my lvm storage set in proxmox.
pct restore 103 vzdump-lxc-103-2016_03_15-06_09_03.tar.lzo --storage system_lvms
Logical volume "vm-103-disk-1" created.
Thank you.
Hello,
I am moving a LXC from one Proxmox node to another. I keep my LXCs in LVM instead of raw images.
Backup was fine. But when I did a "pct restore" on the new node it tried to restore my backup to a raw image file in /var/lib/vz/images instead.
How can I properly restore a .lzo lxc backup...
I found a solution how to do a clean start of openvpn inside LXC.
First, in proxmox, alter /etc/pve/lxc/[ID].conf where ID is the ID of your LXC
cat >> /etc/pve/lxc/[ID].conf << EOL
lxc.cgroup.devices.allow = c 10:200 rwm
EOL
OR!!! If you want to set this option automatically for ALL LXC...
I found a solution, how to start openvpn inside the lxc container without crashing proxmox: https://forum.proxmox.com/threads/tun-devices-in-ve-4-lxc.23473/#post-132999
Warning!!! Do not use this solution - it will cause your proxmox to break - you will loose SSH access to your system.
For some reason using autodev causes a bug to appear: https://forum.proxmox.com/threads/pct-start-killed-my-whole-proxmox-server-again.26468/
Warning!!! Do not use this solution - it will cause your proxmox to break - you will loose SSH access to your system.
For some reason using autodev causes a bug to appear: https://forum.proxmox.com/threads/pct-start-killed-my-whole-proxmox-server-again.26468/
Here is what I tried to do (and what actually caused the problem). Looks like there is a bug with autodev and LXC:
cat > /usr/share/lxc/config/common.conf.d/02-openvpn-auto-tun.conf << EOL
lxc.hook.autodev = /usr/share/lxc/hooks/openvpn-auto-tun
EOL
cat > /usr/share/lxc/hooks/openvpn-auto-tun...
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.