Sorry to revive an old thread, but I've come here looking for the same answer. Here is is how you can do an online resize with multipath.
1. Extend LUN on your SAN.
Then, do on every host in a cluster and extend multipath device (this steps are...
Hi @markosoftfl , welcome to the forum.
I believe you need to switch to using Virtual SCSI Single controller. In this case a controller per disk will be created.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
I'm new to proxmox and I Imported my linux vm that has 17 disk and 3 SCSI Controllers in Vmware. It fails to boot no matter what I do saying dirves are missing and I only see 1 SCSI controller in the VM in proxmox and the others weren't imported...
When VMs and containers are off, you may use lsof | grep /mnt
(or some more specific option of lsof to avoid grep ).
If some file there is open by some process, lsof will show it.
Of course there might be a situation that a file is not open all...
just like @uzumo said, edid emulator is the way to go. i bought a 10 pack of those things cheap on aliexpress for such occasions (like 1.50 euro or so per piece).
they work wonders when you have issues like black screen, 640x480 resultion when...
jau, erst mal ein bisschen Erfahrungen sammeln wäre ganz OK :-) Ich habe viele Erklärvideos angeschaut und die Anleitungen gelesen.
Jetzt habe ich mal mein Tapelaufwerk eingerichtet und ein Media Set erstellt. Aufgrund der Grösse der Daten von...
The vendor has stated that this is a specification.
It has no relation to PVE.
You simply purchased something that doesn't work in a headless environment. Considering a product that doesn't function in a headless environment as a PVE issue is...
I solved it by removing the kernel pinning, removing all Nvidia drivers on both host and all LXCs to then move to 6.17 and 580 drivers.
Everything works again, including ZFS scrubbing.
Swap always exists on disk in some way. A VM's disk storage is literally on a disk somewhere, whether it's a NAS, SAN, Ceph cluster, or even local LVM. All of that storage is backed by SSD, HDD, NVMe, or some sort of physical medium, because that...
When VMs and containers are off, you may use lsof | grep /mnt
(or some more specific option of lsof to avoid grep ).
If some file there is open by some process, lsof will show it.
Of course there might be a situation that a file is not open all...
This seems to be a bug with Linux kernel >=6.16 - as documented here.
As indicated above it has been patched/fixed in davfs2 1.7.2-1.
It would seem that for older versions, it can be "fixed" with:
set buf_size to 64 in
/etc/davfs2/davfs2.conf
In my experience I have found disk (partition?) based swapping to be less than ideal. I don't mean in a performance perspective, more a systems administration perspective. I've generally converted all my systems that were partition/disk to...
In my exhaustive testing over the decades, both Windows and Linux does not reliably swap _out_ data back into RAM. This is one of the important details why I not only monitor for any usage of swap at all on anything I care about (and alert if...
Welcome, @ephoenix
Try to find what is the last place (in the network path) the packets are still present and what is the first place they aren't reaching. For instance with tcpdump
This can give a hint what drops them.
Thank you for the suggestion on checking the ARP tables, I did see they were different between the two machines. Flushing the ARP cache didn't seem to help, so I just moved PVE to a new IP and now I can connect on the other machines. The MAC...
The disk even so named as img is actually a qcow2-file. I assume it is treated as raw-file in your import command, which then gets converted to qcow2. Just rename file ending to qcow2 before import and it should work, at least it did in my quick...
Hi Leute,
ich habe noch eine SSD mit einer PVE Installation herumliegen und wollte eine dort befindliche VM auf einen anderen Host transferieren.. Habe die Platte einfach mal mit einem USB Adapter angeschlossen, es passiert folgendes:
Er hat...