Yes, you don't need encryption keys when you don't use (client-side) encryption.
I also don't know the tool you use, but since the encryption is done on the client it should have the encryption keyfile somewhere.
Also, make separate (paper)...
PBS IP - check
User/Pwd - check
Enc key - ?
Fingerprint - check
Datastore - check
So the encryption key is missing, but I assume that this is only for encrypted backups, so if I choose not to encrypt it, it should not be required, right?
Admission control gets you part of the way. Here's what I found when I looked into this.
CPU and memory are workable. Hook pre-start and pre-migrate, read a per-pool quota, sum the allocations of the running VMs in that pool, and fail the start...
I don't use ProxMenuX, but the normal proxmox-backup-client. You need the following settings in order to use the restore:
PBS IP
Username / Password / Token
Encryption Key
optional fingerprint if you don't use properly signed certificates with...
Maybe during a boot-up, the network storage is now unavailable longer than previously or some similar reason.
You haven't shown your /etc/fstab so we don't know if possibly you already have this option there...
I would add _netdev option...
Did you already file this request on bigzilla.proxmox.com? This is the community forum. Although some developers participate here the bugzilla is more likely to get noticed. I'm not sure but there might even be a similiar request where one...
Exakt – Ich betreibe das hauptsächliche Backup noch lokal auf Platte, weil extrem schnell, extrem billig.
Das reduziert die Schreibleistung auch in der Praxis auf ca. 10% ggü. vma.zstd sofern man bis zu 15 Diff-Backups je Fuil-Backup macht.
Es...
Thank you for this additional information.
This is a new topic for us, and I’m currently evaluating the solution to see if it meets our needs as part of a VMware migration, so I haven’t done any further work on this yet.
Currently, we’re...
I don't use ProxMenuX, but the normal proxmox-backup-client. You need the following settings in order to use the restore:
PBS IP
Username / Password / Token
Encryption Key
optional fingerprint if you don't use properly signed certificates with...
I'm also running PBS behind PocketID and my config looks almost the same.
I'm using "preferred_username" for the claim though, and "profile" instead of "email profile" for the scopes.
Also, this is probably a very stupid question, but do you...
I'm also running both PVE and PBS behind PocketID, works fine-ish. Did you check the PocketID logs and see if there's any error in there?
The only issue with PVE and PBS behind an OpenID connect authentication is that there's still no way to...
Thanks that seems to have worked! Boots up immediately now with no error. So this is what the fstab line looks like now:
nas.localdomain:/volumes/raid2/pve_pbs /network/pve_pbs nfs,vers=3 async,_netdev 2 0
Hello everyone,
So this is a windows 10 VM with random freezes. Only stopping and startingt fixes it. This started to happen in the last 2 or 3 weeks. I have changed cpu type, raised memory and cores. Even changed the display options. Same...
@Casulo thank you for your answer. The VM-Config should work. If the freezes occur again, try disabling SplitLock to see if that helps. If that doesn't change the behavior, here are some other options:
Remove "hv-tlbflush" for the CPU
change...
@Casulo Did you ever find the solution to this one? I have exactly the same issue, hesitant to turn off splitlock at this stage.
I have Win Server 2025 and several Ubuntu 26.04 instances running without issue. Win11 25h2 installed has constant...
Hopefully the attached picture offers the details you need to help me figure this out.
Recovering journal... Maybe the file system is corrupted.
Also, I installed USB HDDs but they are no longer available. How do I remove the commands to mount...
I am seeing what appears to be a similar issue on my local Proxmox (PVE 9.2.4, kernel 7.0.14-5-pve) host running a 5950X (microcode: 0xa201211).
kernel: [Hardware Error]: System Fatal error.
kernel: [Hardware Error]: CPU:1 (19:21:2)...
Hey, thanks for all the advice! Update: Yesterday I commented out the line ("/dev/pve/rootu/dev/pve/root / ext4 errors=remount-ro 0 1") in fstab.
So:
------
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=2E4E-A2B4 /boot/efi...
In the "options" (fourth) field (see the description in the first line of your file), i.e.:
nas.localdomain:/volumes/raid2/pve_pbs /network/pve_pbs nfs,vers=3 async,_netdev 0 0
(fields are separated by tabs or spaces).
BTW: probably not...