Latest activity

  • fba
    fba replied to the thread Restoring node, pinned nics.
    Well for same node, either copy them over or use the mentioned command, whatever is easier for you to do.
  • V
    Hello all, I am a very green linux/home NAS user and am having a reset issue on windows 10 VM on Proxmox 9.1.9 with my 5700 XT. I am running my system with a single GPU headless and want the ability to access my NAS (contained within the same...
  • jsterr
    Im not much into windows and do not have a vm currently available, does someone have a comparision between Windows-VM with Host and nested-virt "on" or "+" VS Windows-VM with Host but nested-virt disabled "-"? If not I will do some testing in the...
  • N
    ns33 replied to the thread Restoring node, pinned nics.
    Should've stated, its the same node
  • J
    Johannes S reacted to dcsapak's post in the thread Current vGPU status with Like Like.
    just fyi: we have a table of tested driver versions with kernel compatibility in our wiki: https://pve.proxmox.com/wiki/NVIDIA_vGPU_on_Proxmox_VE
  • J
    Johannes S reacted to Cookiefamily's post in the thread Questions about the dynamic CRS with Like Like.
    Hi Daniel, thanks for the reply! not right now, no. I was just thinking ahead to the future :D Right now it is only active on two small 3-node test clusters, one of which has some Nvidia GPUs with NVAIE (yes, works the same as "normal" vGPUs...
  • J
    Johannes S reacted to jsterr's post in the thread Questions about the dynamic CRS with Like Like.
    Thanks! Done: https://bugzilla.proxmox.com/show_bug.cgi?id=7557
  • J
    Johannes S reacted to leesteken's post in the thread MEMORY PROXMOX 9.0 with Like Like.
    It depends, and it depends what you look at in the Proxmox web GUI. Total and Host Memory Usage are now at least 100% in the graphs for VMs with passthrough. The Used (and the Memory usage bar at the top) depends on what the ballooning driver...
  • J
    Johannes S reacted to leesteken's post in the thread MEMORY PROXMOX 9.0 with Like Like.
    PCI(e) passthrough requires all VM memory (which can be a little over 100%) to be pinned into actual host RAM (due to device DMA). Ballooning cannot give memory back to the Proxmox host, but the ballooning device can (for some operating systems)...
  • C
    Hi Daniel, thanks for the reply! not right now, no. I was just thinking ahead to the future :D Right now it is only active on two small 3-node test clusters, one of which has some Nvidia GPUs with NVAIE (yes, works the same as "normal" vGPUs...
  • fba
    fba replied to the thread Restoring node, pinned nics.
    If it is a new node it will have different mac addresses for the nics and these files won't help without updating the mac addresses they refer to. Might be easier to run the pve-network-interface-pinning generate command instead.
  • N
    I need to restore a node; copying what I need from rescue mode. I have all my nics pinned, do I need to backup/restore the .link files under /usr/local/lib/systemd/network? The interface files lists the pinned names so I'm guessing I need to...
  • jsterr
    jsterr reacted to leesteken's post in the thread MEMORY PROXMOX 9.0 with Like Like.
    It depends, and it depends what you look at in the Proxmox web GUI. Total and Host Memory Usage are now at least 100% in the graphs for VMs with passthrough. The Used (and the Memory usage bar at the top) depends on what the ballooning driver...
  • L
    An old post of Stoïko said to pass by smtpd:10025 ; trying...
  • jsterr
    jsterr replied to the thread MEMORY PROXMOX 9.0.
    Thanks! Pinned to actual host-ram means the vm also uses 100% on vm-summary? Or is it "only" reserved on host summary, so vm could theoretically only show 50% memory usage, although it reserves 100% on hypervisor-level?
  • jsterr
    jsterr reacted to leesteken's post in the thread MEMORY PROXMOX 9.0 with Like Like.
    PCI(e) passthrough requires all VM memory (which can be a little over 100%) to be pinned into actual host RAM (due to device DMA). Ballooning cannot give memory back to the Proxmox host, but the ballooning device can (for some operating systems)...
  • T
    @martin_comp Yes, the issue affects IO delay (the name for iowait in the UI) too. A fix was applied in git master and the new pve-qemu-kvm=10.2.1-2 package is currently going through internal testing.
  • jsterr
    jsterr replied to the thread MEMORY PROXMOX 9.0.
    Hello Impact. Do you know if Balloon = 1 is ok, when memory max and min memory have the same value (so no actual "ballooning" is done) regarding PCI-PT? https://pve.proxmox.com/wiki/Dynamic_Memory_Management#Ballooning says Ballooning should...
  • T
    ToeiRei replied to the thread Cloud-Init.
    Ich hab' mal bisschen debugged: Debian verwendet keinen Netplan sondern einfach das Traditionelle ifupdown system (/etc/network/interfaces) oder via NetworkManager (nmcli oder Profile). Doof dabei ist nur, dass cloud-init halt selbst bei Debian...
  • fireon
    fireon replied to the thread Cloud-Init.
    Konnte ich so noch nicht beobachten, aber ich habe auch noch kein Debian damit getestet. Vielleicht hilft dir da was weiter: https://forum.proxmox.com/threads/cloud-init-f%C3%BCr-linuxvms-ganze-einfach-unter-proxmox-ve.181926/ Was verwendest du...