That does not work, ZFS-Quota is an upper limit, not a (possibly artificial) occupied space which can be deleted in the discussed problem area.
You mean "reservation", which is mentioned in #2 :-)
Da hast du völlig Recht. Mir ging es hier aber in einer Heimumgebung um die Nutzung mit den vorhandenen Resourcen. Und da es bei anderen ja auch schon funktioniert hat, wollte ich das halt auch ausprobieren.
Das werde ich jetzt auch erstmal...
I had to restart the installation of Proxmox yesterday, because our network has no fixed IPs, but only via DHCP (which is not optimal, but not the topic here). I therefore restarted to the pre-installed Windows to find out the IP that the DHCP...
IMHO this is a good warning on why you should not use complex setups and instead KISS.
I assume you used the passtrough for TrueNAS?
Proxmox is a great Hypervisor, TrueNAS is a great NAS. Both have different hardware needs and it is often times...
If there is only PVE on the disk, you may only need an additional backup of relevant files in /etc and /etc/pve, reinstall and copy back the files. Your VMs can just start again. Reinstalling without the /etc/pve files and you will have to do...
No, I've never used that.
So you use that file to have "something" to delete if ENOSPC happens?
This seems like a vaild idea :-)
(( Sidenote for any random reader: for that approach no Veeam .iso is required, I would just use dd...
@UdoB
I was wrong, my reservation for the backup dataset did not work.
My reservations for the root dataset DID work.
Disk configs vary, and I lack detail on exactly _how_ they didn't work.
I went on vacation for 2 weeks.
The company moved a...
PBS hat nun einmal gewisse Ansprüche, die du alle nicht erfüllen magst - https://pbs.proxmox.com/docs/installation.html#recommended-server-system-requirements.
Verwende also einfach das normale "vzdump"-basierte Backup und speichere diese auf...
Hi acfreema:
For safty, you can do the VM backup from PVE 6.2 cluster and then transfer the backup file (gzip or gzip) into your new PVE 8 cluster then restore it. That method will cause longer downtime because your VM will required be shut down...
I agree but the helper script (see https://community-scripts.github.io/ProxmoxVE/scripts?id=vaultwarden ) is for an lxc and since running docker containers inside lxc is not without possible problems I can understand why the developer of the...
I think for that low amount of money it costs to get the smallest subscription, you could buy that...... else be proud of the proxmox team that they keep the community spirit as high as the free software spirit and take the non-sub-badge as a...
Du sagst nix über die Anzahl der OSDs und vor allem nichts zum Netzwerk.
Ich hatte im Laufe eines Jahres - im Homelab mit kleiner Hardware, nicht im Job - festgestellt, dass Ceph bei "produktiver" Nutzung durchaus mehr "Dinge" braucht, als das...
you are correct, @Johannes S . It is about most common use of the term. An SQL server could be doing a brief internal Snapshot of its Journal for an internal batch run. Yet this would not be something that most people mean when they say : I took...
To clear possible missunderstandings: PBS uses qemus/kvm (the hypervisor of the Linux kernel) level snapshots for backups. They are storage-agnostic and thus fine to ensure conistency for backups. If one don't need snapshots but arefine with...
You have to enable promiscous mode on the bridge too. The guest does not control promiscuous mode on the host.
https://docs.openvswitch.org/en/latest/faq/configuration/
https://forum.proxmox.com/threads/proxmox-security-onion-without-ovs.128473/
I really have no personal experience in a corporate environment since the vmware cluster at work is run by a different team (I'm just using ProxmoxVE at home) but in this case and if you can live without thin-provisoning it might be worth a shot...
You're amazing! Thanks so much, that worked perfectly. I'm trying to learn it and appreciate the benefits, just a new ballgame for me so I know I'll probably ask a few dumb questions here and there before I learn.
Thanks!!
Your backup is writing all its data to the destination and somewhere a Write-Cache is involved. After writing 100% to the logical destination it waits for the destination to actually write the data to the destination device. (Probably...
One thing I forgot: If your synology allows hosting of VMs or docker containers you could also use the NAS as qdevice.
For generic information on qdevice:
https://pve.proxmox.com/wiki/Cluster_Manager#_corosync_external_vote_support
And on...