Search results

  1. V

    Guest hangs when halt / shutdown issued (OpenMediaVault 5.x)?

    Thank you for looking into this further with me. I will need to wait until some off hours to do the actual shutdown to reproduce the issue, but here is the pveversion -v output in the meantime: proxmox-ve: 7.0-2 (running kernel: 5.11.22-2-pve) pve-manager: 7.0-10 (running version...
  2. V

    Guest hangs when halt / shutdown issued (OpenMediaVault 5.x)?

    This is a real headache and I've found no solution for this as of yet. I can reboot the system and then just stop it, but that's clearly unnatural and bulky. There must be a better way to make guest vms shut down more correctly, no?
  3. V

    Install error on Dell R710: ACPI Error

    That's really fantastic to hear. Please be sure to mark this thread as [SOLVED] by editing the original post. Also if you need help on IOMMU / PCI passthrough on the R710 you might see this: https://forum.proxmox.com/threads/r710-pci-passthrough-for-hba-card-with-x5675-processors.93489/ You'll...
  4. V

    Guest hangs when halt / shutdown issued (OpenMediaVault 5.x)?

    Attempting to halt an OpenMediaVault 5 guest running on Proxmox 7, but the guest vm seems to hang after issuing halt directly on the guest. When on PVE I see, qm list: VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID 111 OpenMediaVault running 24000...
  5. V

    [SOLVED] R710 PCI passthrough for HBA card with X5675 processors?

    Appreciate your pointing that out @avw. Not sure if this has any bearing, but I am booting to a ZFS RAID-1 mirror arrangement from a PCI card. Couldn't quite tell where the boot sectors are kept (probably both drives), so I didn't isolate the bootloader being used initially and made an...
  6. V

    [SOLVED] R710 PCI passthrough for HBA card with X5675 processors?

    Very interesting @avw thank you for making this observation. So far while I have found maybe a couple people talking about it, each one hasn't seemed to be the actual problem with the R710. I'll keep digging and researching. It does sound similar though, but strange nonetheless, since I am...
  7. V

    [TUTORIAL] USB Automount

    @fireon again, thank you for your work with this. ❤️ Does this map to the GUID of the USB devices so as to always mount it as the same name? If not, could you extend it to do so? I simply want reliability in naming for certain drives. Also could you please extend its functionality to 1)...
  8. V

    [SOLVED] R710 PCI passthrough for HBA card with X5675 processors?

    EDIT + SOLUTION: if you are having trouble with PCI passthrough on your system and know/believe it should work, be sure to know if you are using GRUB or Systemd-boot first. If you are using UEFI you are probably on Systemd-boot and need to edit /etc/kernel/cmdline and issue pve-efiboot-tool...
  9. V

    [TUTORIAL] USB Automount

    It appears Proxmox 7 support is available: apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2FAB19E7CCB7F415 echo "deb https://apt.iteas.at/iteas bullseye main" > /etc/apt/sources.list.d/iteas.list apt update apt install pve7-usb-automount Thank you! I would suggest always modifying...
  10. V

    CIFS storage activation errors

    I am having a similar issue. When I attempt to mount a SMB (CIFS) share from a macOS file server on Proxmox 7, I get the error: create storage failed: storage 'name_of_server_and_share' is not online The command that produces this is: pvesm add cifs name_of_server_and_share --server...
  11. V

    Performance differential between a VM vs LXC?

    I certainly understand, but it would still be interesting to get some metrics for better comprehension. I've done a good bit of digging and everyone SAYS stuff about what we already understand, but I don't see any actual measurements to see real differentials between the two. Really a shame...
  12. V

    Performance differential between a VM vs LXC?

    Curious: has anyone done an analysis of what the memory and processors utilization differentials are between a virtual machine and an LXC container? I think it would be interesting to see how much more RAM a large and small virtual machine may use compared to both a large and small a container...
  13. V

    Proxmox 7 fast reboot with kexec?

    @juliokele thank you - am I missing something? I diff'd the code you shared above but it is no diff from the one I originally posted. Was there supposed to be a change? I think something must be missing. Thank you for the last three lines that apparently will cause it to use this instead of...
  14. V

    Proxmox 7 fast reboot with kexec?

    Ah I see. That seems to have worked I believe! So we need to start kexec-load.service at system start. The process is also labeled as making reboot also initiate this fast restart. Are you aware of how to make this work? From my impression normal-reboot and a halt and then starting the server...
  15. V

    [SOLVED] corosync questions - edit voting values

    I am also having trouble with this situation and would like to understand this better. I have a home / small office scenario where I run 4 Proxmox servers. 2 of the 4 servers are usually off and 1 of those that is on needs to be really flexible. The main thing I'm looking to achieve with a...
  16. V

    Proxmox 7 fast reboot with kexec?

    Thanks for calling that out @juliokele for direct exec, here is the output: systemctl kexec No kexec kernel loaded and autodetection failed. Cannot automatically load kernel: ESP partition mount point not found.
  17. V

    Install error on Dell R710: ACPI Error

    I managed to get an R710 working with BIOS 6.6.0. I set it to boot to UEFI instead of BIOS/MBR and used F11 to get into the UEFI boot manager. Once there I selected the USB flash drive (I prepared with Ventoy and a copy of the most recent Proxmox ISO on it) and after installation everything...
  18. V

    [Tip] fast reboots with kexec

    Working on updating this for Proxmox 7: https://forum.proxmox.com/threads/proxmox-7-fast-reboot-with-kexec.93422/ Thank you for the input and links!
  19. V

    Proxmox 7 fast reboot with kexec?

    I'm attempting to synthesize the instructions found here with this as mentioned previously in order to get kexec to work with Proxmox 7 for fast reboots. Some servers I work with have just insane reboot times and this would help dramatically in some situations. I ended up taking the following...
  20. V

    error: unknown filesystem Booting from USB

    Thank you very much for letting us know about Ventoy! I was testing a Dell R710 booting to UEFI and couldn't get it to work as it has with other servers. Rufus and Etcher would not produce a bootable USB flash drive with proxmox-ve_7.0-1.iso, but Ventoy did the job!!! Very nice and so much...