the relevant questions to ask:
1. Would you want the failover to occur automatically, or with user intervention?
2. What is an acceptable outage period?
3. What is acceptable in terms of minimum performance (specifically, disk performance)
IF...
zur Umgebung (alles ZFS):
Grundgerät Supermicro 847 / 36 Slots, pbs v3.x mit viel RAM
schneller Master Storage: 36 SAS HDD im Stripe Mirror mit 2x Micron NVMe Mirror als Special Device (2TB) = nutzbare Backup Kapazität 250TB
Erweiterungsgerät...
What I don't see mentioned here is that just monitoring the swap usage is not as good as monitoring the swap in AND swap out activity. You want to monitor that, because if you only swap in stuff without reading it back soon, that is actually...
Ah super.
So konnte ich die Realtek aktivieren. Dann werde ich diese mal testen. In Foren habe ich allerdings gelesen, dass die wohl auch Probleme macht.
Ich melde mich wieder dazu ;-)
Storage capacity is easy if the underlying storage supports it. In the end you need a storage for each tenant, so that the configured storagr has the quota. There is (at the moment) no way to configure restrictions just based on some logic in...
I’m not going to say I’m an expert on the drive but per https://www.techpowerup.com/ssd-specs/samsung-9100-pro-1-tb.d2318 it does not have PLP. Assuming they’re similar.
The Proxmox disk page shows % wear in the far right column if you’re...
Ich habe es jetzt hinbekommen mit der aus PBS kopierten Zeichenkette aus User, Host und Datastore. Irgendwas war da falsch. Jetzt ist aber noch das Problem, dass die Backups nicht verschlüsselt sind. die config.json scheint nicht sauber zu...
I don't know if this was implied, but also software defined storage is a requirement so that you can quota the used storage for your clients / customers / tenants.
What is missing to turn this into a fully fledged setup are:
RAM restrictions...
I found the issue. pfSense didn't detect that an ip was static assigned and set a dhcp client to the same ip. Proxmox worked fine, more of an issue with the pfSense DHCP Server.
Short answer: yes, Proxmox VE can be used for multi-tenant style setups – but it doesn’t come as an “opinionated multi-tenant product” out of the box.
You normally combine a few native features:
- Pools and roles (RBAC) for separating who can...
If you check the bugtracker, there is a patch available as of today to be code reviewed: https://bugzilla.proxmox.com/show_bug.cgi?id=7271#c6
Once reviewed and applied, it will be part of one of the next versions of the pve-container package...
Short answer: yes, Proxmox VE can be used for multi-tenant style setups – but it doesn’t come as an “opinionated multi-tenant product” out of the box.
You normally combine a few native features:
- Pools and roles (RBAC) for separating who can...
I don't feel like going into detail about eac.
We have not experienced significant performance impacts outside of hypervisor-protected code integrity (HVCI)...
qemu-img check and qemu-img info all end in the same error.
With lvcreate and DD we are able to create a copy of the disk.
On the copy we tried to remove the bitmap with, but it also ends in the same error:
root@hi0s0046:/dev# qemu-img bitmap...
Hi Lucas,
thanks — that’s a very helpful perspective.
I agree that PDM + multiple clusters can be a solid approach when you want to separate tenants at the cluster boundary.
In my case, I’m exploring a different direction: squeezing...