HI i have the same problem. I have a 800 GB image qcow2 file, and I can't mount it to see the content.
I mounted the drive (Sata SSD) to /mnt/data so:
/dev/sda1 916G 101G 770G 12% /mnt/data
root@pve:/mnt/data/images/501# df -h...
There was a bug in the ChunkStream that was fixed [1] in version 4.1.5. I'm not sure if it could have caused this particular crash, but there is a chance that your issue was actually resolved by a client update.
[1]...
I compiled AutoVirt on a virtual machine with Debian 13 and copied the /opt/AutoVirt folder to the host.
What am I doing wrong?
root@pve1:~/cqemu# apt install ./qemu-server_9.5.0-jaminmc_amd64.deb
Note, selecting 'qemu-server' instead of...
HI i have the same problem. I have a 800 GB image qcow2 file, and I can't mount it to see the content.
I mounted the drive (Sata SSD) to /mnt/data so:
/dev/sda1 916G 101G 770G 12% /mnt/data
root@pve:/mnt/data/images/501# ls -lh...
Und für den nächsten Profi, der immerhin versucht die Frage über die Suche im Forum zu lösen:
https://www.proxmox.com/de/produkte/proxmox-virtual-environment/erste-schritte
Wie die disks benannt werden ist vollkommen egal.
Zuerst musst du die multipath-tools installieren.
Multipathing aktivieren und dann das multipath Device für LVM nutzen.
https://pve.proxmox.com/wiki/Multipath
Das stimmt - Du hast recht. Ich habe das gestern mal umgestellt und wenn ich "nestet-virt" auf "Off" stelle, funktioniert es genauso gut über "host" wie über "x86-64-v3".
Danke für den Hinweis!
Naja er wird warscheinlich beim Booten schauen ob er etwas findet und wenn nicht das Gerät nicht "laden". Ich meine auch dass der Gen10Pro kein HotPlugging hat über Onboard Sata aber bin mir nicht sicher...
Ist aber sicherlich kein ideales...
I do realize that the per-architecture setup may not be necessary, as you are specifying a custom binary for a specific VM, but the Proxmox code does have logic that varies per architecture, so keeping it helps avoid breaking things.
Before mounting the NFS share inside your PBS VM you may want to set a immutable flag to the mount directory with chattr +i <directory>
If you don't do that and your NFS share is not mounted for whatever reason PBS may write data to this...
The specific pool member (sdb9?) gets (logically) destroyed because the partition table on the "<new device>" get overwritten. From that moment on there is no redundancy. Of course you should update your backups first.
You need to follow the...
Hi!
My root zfs is on consumer SSDs and these are only good to produce massive IO backdraws. So, I am going to switch them out with server rated Intel drives.
These two new SSDs are a bit smaller then the original three ones, so I have to...
I've gone the :-
echo "options vfio-pci ids=197b:0585" > /etc/modprobe.d/vfio.conf
update-initramfs -u
modprobe.d more or less empty , just vifo.conf and blacklist nvidiafb
So
The problem is in the guest OS (Pop!_OS 22). Try booting the VM without iGPU passthrough. Then enable the SSH server, shut it down, and boot again using legacy mode with iGPU passthrough. SSH into it from another machine, run lspci -nnk -s...