Backing up from PVE is better if you are planning on doing an immediate restore, like migrating from one host to another. Otherwise take regular snapshots of your PBS data store and back up the snapshots. I do ZFS send of my snapshots to another...
I wouldn't do this for multiple reasons:
First you need to be careful to ensure the consistency of your datastore. People tried stunts like using rclone to backup their datastore contents to cloud providers ending in broken backups...
Hi @alexinux ,
I think you are misunderstanding the mechanics of CIFS&NFS storage pool purpose in PVE. If we were to compare the PVE pool to your Server/Client infrastructure - PVE is the client. PVE does not serve storage but rather connects to...
I would strongy recommend NOT to add a third node if it's just for quorum. First a real node also needs a dedicated corosync network adapter which a qdevice doesn't need...
I recall one reddit thread where somebody run an infrastrucuture with around 30 nodes. They mentioned that their Proxmox partner and proxmox support also recommended splliting up their cluster. Different to Maximilianos post the recommendation...
There are a number of things in your set up that are suboptimal. First and foremost, if you can get the Nextcloud database off of NFS and on to any kind of local storage, you will see a massive improvement. Running databases over NFS is really...
Instead of complaining and just rejecting any responsibility for your own actions of installing an opt-in kernel marked as experimental, that was moved to no-subscriptions to make it easier to test without pulling in other updates for less...
ZFS is not about preventing failures. It is more about building things in a way that they can be easily reparied as soon something will break. If your concern is losing one disk use a mirror of two. If your scenario is losing two disks then use a...
Der neue Controller (im IT/HBA-Modus) hat vermutlich die Partitionstabelle auf den Platten verändert oder gelöscht – manche Controller im IR-Modus schreiben Metadaten auf die Platten. Das erklärt warum part1 verschwunden ist.
Schau dir die...
Hi,
I have quite a lot of experience running proxmox on Dell servers from 13th to 17th gen. Generally speaking all of the hardware I know (including all the raid controllers, boss cards, idracs, etc) work natively with no issues on any modern...
Da hast du mich falsch verstanden. Ich wollte lediglich darauf hinaus, dass Proxmox selbst nur eine Kapselung der darunterliegenden Techniken ist. KVM-VMs sind ihrerseits eine vollständige Kapselung eines fast beliebigen Betriebssystems...
Hi,
This is for yubico key only (s. https://pve.proxmox.com/pve-docs/pveum.1.html):
Use an api call like this instead:
pvesh create /access/tfa/<userid>@<realm> \
--type totp \
--description "Added-via-CLI" \
--totp...