Search results

  1. D

    data recover after running fio on drive?

    I was trying to figure out the cause of high IO Delay on my server and found the function fio to test the drive. It worked great as I found the cause of the IO delay was the drive was only functioning at 6 IOPS. After a quick reboot, my VM storage was missing. Apparently, fio wiped the drive and...
  2. D

    Hard drive configuration - what do you do?

    Also, it's it normal to have a higher i/o delay (6-10%) when moving data or restoring backups?
  3. D

    Hard drive configuration - what do you do?

    Could you also enlighten me on the connection between snapshots and a Windows VM TPM storage location? For example, I have an NFS share for VM disks. If the TPM storage is located on the share, I can't take a snapshot. But if I move the TPM storage to a local disk, snapshots become available.
  4. D

    Hard drive configuration - what do you do?

    Thanks for the reply! So, 4 disks in Raid10 for VMs. That gives a performance boost + parity.
  5. D

    Hard drive configuration - what do you do?

    I'm looking on recommendations on how you guys have your drives setup. What configuration would I use to enable: redundant drives for VMs that allow snapshots and have fast transfer rates? I currently have 4 SSDs in RaidZ2 for my VMs and then a couple other random SSDs for ISOs and data. Some...
  6. D

    [SOLVED] Network state DOWN after update & reboot

    My Hero! This was the culprit. I used apt to update the system. I guess that is not recommended? Luckily, there was a cached version of ifupdown on the system so a quick reinstall got me back up and running.
  7. D

    [SOLVED] Network state DOWN after update & reboot

    I appreciate the reply. Hopefully you see something in here, cause it's not apparent to me. pveversion -v proxmox-ve: 7.3-1 (running kernel: 6.1.10-1-pve) pve-manager: not correctly installed (running version: 7.3-6/723bb6ec) pve-kernel-6.1: 7.3-4 pve-kernel-helper: 7.3-4 pve-kernel-5.15: 7.3-2...
  8. D

    [SOLVED] Network state DOWN after update & reboot

    My networks seems to be jammed up after I did an update and rebooted. ip a: 1: lo <LOOPBACK, UP, LOWER_UP> mtu 65536 qdisc nonqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever...
  9. D

    GPU passthrough no longer working after update. 7.2.11 + 5.19 kernel

    You were right. Originally, the system was booting Grub and then started using systemd-boot after the update. Systemd-boot The kernel commandline needs to be placed as one line in /etc/kernel/cmdline. To apply your changes, run proxmox-boot-tool refresh, which sets it as the option line for...
  10. D

    GPU passthrough no longer working after update. 7.2.11 + 5.19 kernel

    Does systemd-boot need to be installed separately? I don't seem to have a current .conf file in the /boot/loader/entries/ directory. EDIT: It's installed, but I don't have a loader folder within boot systemd is already the newest version (247.3-7+deb11u1)
  11. D

    GPU passthrough no longer working after update. 7.2.11 + 5.19 kernel

    Thanks for the reply! VT-d is on. cat /proc/cmdline says: initrd=\EFI\proxmox\5.19.7-1-pve\initrd.img-5.19.7-1-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs I did add it to /etc/default/grub though. GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`...
  12. D

    GPU passthrough no longer working after update. 7.2.11 + 5.19 kernel

    I've had GPU passthorugh working on this system with PVE 7.2.3 + 5.13 Kernel. When I updated to 5.15 Kernel, I couldn't get passthrough working without a script posted in the forum. I just updated to PVE 5.2.11 and GPU passthrough stopped working all together. When I try to start the VM, I get...
  13. D

    Can't access PVE GUI after adding PCI card

    As the title says, I'm unable to reach the PVE GUI after I add a PCI card to my system. I believe it has to do with my NIC changing positions but I'm unsure what to do about it. When I run lspci -v without the PCI card, I get: 03:00.0 Ethernet controller: Intel Corporation Ethernet Controller...
  14. D

    [SOLVED] Problem with GPU Passthrough

    Just had this affect my system. After a couple days of pulling my hair out, I found this thread. The remove/rescan script worked for me.
  15. D

    Unsupported video frequency while installation of PVE 7.2

    Same thing happening here on my Supermicro 116-7 Also seeing this. Not sure if it's related
  16. D

    Passthrough Audio PCI-e interface - audio stops within 2 seconds - Disabling IRQ #18

    Have you found a solution to this yet? I'm trying PCI passthrough (unsuccessfully) with MOTU PCIe424 and UAD-2.
  17. D

    MacOS High Sierra install always states ISO is corrupted

    Would you mind sharing some info on the download process and VM settings? I can't seem to download 10.13 on my MacMini.
  18. D

    PCI passthrough of UAD DSP accelerator card

    Additional info: 03:00.0 Multimedia controller: Device 1a00:0001 Subsystem: Device 1a00:0003 Flags: fast devsel, IRQ 11 Memory at 51000000 (32-bit, non-prefetchable) [disabled] [size=16K] Capabilities: [40] Power Management version 3 Capabilities: [48] MSI: Enable- Count=1/1...
  19. D

    PCI passthrough of UAD DSP accelerator card

    I just did a test with XCP-NG and I'm able to successfully virtualize this card in Windows 10. Would that lead to a BIOS setting or maybe memory configuration in Proxmox VM?