Reconsidering ProxMox
-
Since I normally using Debian or Ubuntu LTS has a container. I discovered an issue with using fedora 31 container image. After creating the container, the network of that container will not work anymore because of the systemd version. Need to add
lxc.mount.auto: sys
to/etc/pve/lxc/<vm-id>.conf
.Also when you use fedora 31 container image SELinux is disabled and there's no firewalld or iptables. Not exactly a big deal since you can use Proxmox firewall to manage VMs and containers.
-
@black3dynamite said in Reconsidering ProxMox:
Since I normally using Debian or Ubuntu LTS has a container. I discovered an issue with using fedora 31 container image. After creating the container, the network of that container will not work anymore because of the systemd version. Need to add
lxc.mount.auto: sys
to/etc/pve/lxc/<vm-id>.conf
.Also when you use fedora 31 container image SELinux is disabled and there's no firewalld or iptables. Not exactly a big deal since you can use Proxmox firewall to manage VMs and containers.
Yeah that's the same with their cloud image. It's been like that for a while. They are probably assuming you're using the providers security groups to stop network access.
-
After reading Proxmox documentation, I now know why my swap is more than my RAM when using a container image.
If you assign your container 1GiB of RAM and 512 MiB of swap. The total swap is 1.5 GiB.
SWAP (1.5 GiB) = RAM (1 GiB) + SWAP (512 MiB)
-
Spun up a nested Proxmox instance.
Really liking the built-in backup & the fact that I can snapshot a UEFI vm! -
@FATeknollogee said in Reconsidering ProxMox:
Spun up a nested Proxmox instance.
Really liking the built-in backup & the fact that I can snapshot a UEFI vm!I think its only possible because of using LVM snapshot.
-
When using UEFI, it will add a EFI disk too.
-
Proxmox full backup is not bad when your lxc containers is small.
-
@black3dynamite What if you have massive containers though?
-
@DustinB3403 said in Reconsidering ProxMox:
@black3dynamite What if you have massive containers though?
I don't know since I don't use a lot of containers.
-
@DustinB3403 said in Reconsidering ProxMox:
@black3dynamite What if you have massive containers though?
Who has that? What's a use case for massive containers?
-
@stacksofplates said in Reconsidering ProxMox:
@DustinB3403 said in Reconsidering ProxMox:
@black3dynamite What if you have massive containers though?
Who has that? What's a use case for massive containers?
We do, for example. Not often, but when we need storage, containers are still better than a full VM if you don't need the extra overhead.
-
After adjusting the updates to the pve-no-subscription repo and updating (full-upgrade), I had an issue where no templates for Containers were available on the host, to "Download" (under pve -> local (pve) -> "Content" -> "Templates").
Apparently the list of available templates is updated daily through the "pve-daily-update timer".
I triggered and update manually (cause i'm impatient) via:
root@pve:~# pveam update
...you can then check the list via:
root@pve:~# pveam available
And then I had templates to use under pve -> local (pve) -> "Content" -> "Templates".
Just spinning up a Debian 10 CT and VM now.
-
PROXMOX with LIZARD FS? ANYONE SUCCESSFULLY COMPLETED IT.
-
@mroth911 said in Reconsidering ProxMox:
PROXMOX with LIZARD FS? ANYONE SUCCESSFULLY COMPLETED IT.
I have not (but haven't tried). It doesn't appear to be a supported thing from ProxMox. They don't reference it anywhere, only LizardFS does. It's all CLI driven it looks like. Doesn't look like you get any GUI control like with Ceph.
LizardFS mentions in their documentation that they run the chunk server on the ProxMox nodes in functional testing, developemnt, and "some private setups" using LXC containers as the chunk server. So it doesn't sound like it's a recommended thing to do. I'm not sure in the other setup whether they have the chunk servers as completely separate physical machines or if it's a VM with QoS for the disks or something else. Not much out there on it.
-
We've been deploying more and more Proxmox and so far, knock on wood, we are remaining happy.
-
I'm quite happy with it as well, I've deployed a couple of production servers using proxmox and all good so far as well
-
@scottalanmiller said in Reconsidering ProxMox:
We've been deploying more and more Proxmox and so far, knock on wood, we are remaining happy.
Are you deploying multi-node setups or just single nodes?
-
@coliver said in Reconsidering ProxMox:
@scottalanmiller said in Reconsidering ProxMox:
We've been deploying more and more Proxmox and so far, knock on wood, we are remaining happy.
Are you deploying multi-node setups or just single nodes?
Single node. It's a rare customer that would need more than one node.
-
@scottalanmiller said in Reconsidering ProxMox:
@coliver said in Reconsidering ProxMox:
@scottalanmiller said in Reconsidering ProxMox:
We've been deploying more and more Proxmox and so far, knock on wood, we are remaining happy.
Are you deploying multi-node setups or just single nodes?
Single node. It's a rare customer that would need more than one node.
Got it.
-
@black3dynamite said in Reconsidering ProxMox:
To get rid of the no subscription message pop up
https://johnscs.com/remove-proxmox51-subscription-notice/
sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
Clear your browser cache.
Just did this today, still working. TYVM