Backup jobs have failed with the message:
ERROR: Backup of VM 104 failed - VM 104 qmp command 'backup' failed - Node 'drive-scsi1' is busy: block device is in use by block job: mirror
So I did the following:
qm monitor 104
qm> info block-jobs...
@Red Squirrel
Glad I helped you :)
BTW, I wrote you that "the 6th field ("pass") in that line should be 2, not 0". The 6th is the last.
Then you "corrected" the 5th field instead of the 6th :cool: .
We are excited to announce the release of Proxmox Virtual Environment 9.2. This release focuses heavily on platform refinement, stability, and core optimization.
Proxmox VE 9.2 is built on the robust Debian 13.5 "Trixie" and ships with Linux...
Thanks, I'll take a look ! We're still trying to avoid using too much "homemade or license" software however with Proxmox Manager or Pegaprox, I think we'll be able to handle cluster management.
OpenStack was within our scope, but the technical...
Hello Proxmox community,
I’d like to share an open-source project I maintain: Proxbox, a NetBox plugin for synchronizing Proxmox VE infrastructure data into NetBox.
The goal is simple: keep NetBox updated with inventory data from real Proxmox...
Never used or even tested it but maybe this covers your needs?
https://multiportal.io/ is a third-party software which aims to provide multi-tenant support to ProxmoxVE.
Despite that your scale might be that large that Openstack ( no personal...
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