Nicht vergessen, der PBS ist durch seine Deduplizierung nur mit SSDs optimal, was gerade beim Backup zu delays bei dem VMs führen kann.
Das sollte man auf jeden Fall im Hinterkopf behalten und ist kein Mangel an der Software.
Hallo zusammen,
so, hat leider Arbeitsbedingt ein wenig gedauert, aber hier mal eine kurze Rückmeldung von unserem Testsystem.
Ich habe bei den Platten fürs System und die VMs das Hardware Raid benutzt, die 2x 300 GB fürs System in Raid 1 und...
I have 2 Proxmox hosts configured and an additional QDevice so that I can configure HA. Each host has 4 physical NICS. I have 2 of them configured with static I.Ps, on different subnets, for iSCSI and I have multipathing configured. I have HA...
You can use Rescue Boot from the installation media and inspect the situation.
https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#installation_installer
Yeah, looks like we always keep the file descriptor open during the rename.
Could you open a bugzilla [1] issue about it?
No setting can change this at the moment.
[1] https://bugzilla.proxmox.com/
Hi @bozkalkan
thanks for posting in the forum!
I just tried to reproduce your issue on my end, but in my case it worked perfectly.
Did you change anything in your /etc/lvm/lvm.conf? Especially the parameter thin_pool_zero
Can you also please...
Hallo, wenn das Material vorhanden ist würde ich das über ein NAS harwdareseitig lösen. In der Regel will man die Daten auf so einem share ja nicht verlieren.
Hallo Proxmox Forum,
wir haben aktuell eine Situation bei welchem nach einem Update auf Proxmox 9.2.2 (bzw. vermutlich Kernel 7.0 / QEMU 11) eine Windows 2025 VM spontan mit CPU 100% einfriert und nicht mehr reagiert.
Nach einer gewissen Zeit...
Interesting idea. Having VLAN names synchronized from a network controller could definitely improve usability, especially in environments with many VLANs where remembering IDs becomes difficult.
One challenge I see is that Proxmox supports a...
One can say that this is actually two ideas at once.
The Ability to give VLANs Lables
The Ability to change settings via a script/api.
I think the first is definitely an easy and helpful Feture.
The later is definitely a more complicated one...
Thank you for your help.
We cannot simply run kill -9 on that PID because we verified that that PID actually belongs to a completely different CT.
For reference, the affected CT is unprivileged and has nesting disabled.
In fact, this issue can...
Here is something that might work for you and is easy to expand:
export vmid=$1
newtags=$2
mycluster=$(pvesh get /cluster/resources --output json)
myvm=$(jq -er '.[]|select(.id == "qemu/"+env.vmid)' <<< $mycluster)
mynode=$(jq -r '.node' <<<...
So maybe try:
kill -9 3063837
# replace above '3063837' with the relevant result at the time
pct destroy 101
I must still tell you, I have never seen an LXC (even running) produce such "messy" output on /proc/*/mounts before. This should be...
Thank you @gfngfn256 .
When we stopped CT 101, the system output showed nothing except: grep: /proc/3063837/mounts: Invalid argument.
We believe this issue is highly similar to the one reported in this thread...
Hi together,
is there a possibility to log the matched URLs from "URIBL_BLACK" in the log file?
Currently i see only the spam level in the log file, but not the URI why the rating occours.
> pmg-smtp-filter[929629]: 1809416A27AB11E0C04: SA...
Hi @DerThomasL
thanks for posting in the forum!
Currently this is not a feature integrated into the PDM.
Please feel free to open a Feature Request for that in our Bugzilla [1]
Yours sincerely
Jonas
[1] https://bugzilla.proxmox.com/
Thnx for explaining. Problematic drive is still functionaliteit, even smart says ok but there is a worrying amount (2200+) of growing reallocated sectors. Zfs pool is also online and not degraded.
I assume from the numerous results that the output you have provided, is while the CT101 is active. AFAICT this is still extremely excessive & unusual.
You need to first stop CT101 & then check that output again. After that, you need to kill...