Recent content by Cookiefamily

  1. C

    [SOLVED] Can't get mixed mode vGPU to work on NVIDIA A40

    I created a systemd oneshot service for this: /etc/systemd/system/nvidia-shm.service [Unit] Description=Enable NVIDIA Heterogenous Time-Slice Sizes Before=pve-guests.service After=nvidia-vgpud.service nvidia-vgpu-mgr.service [Service] Type=oneshot ExecStart=nvidia-smi vgpu -shm 1 -i 0...
  2. C

    Questions about the dynamic CRS

    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, didn't experience any issues apart from the usual...
  3. C

    Questions about the dynamic CRS

    @dakralex Thank you very much for the answer! That clears things up a lot. As for the modes, I think we will just need to try the modes and see what happens. TOPSIS sounds best for our production clusters as they are usually memory limited. One thing I would have as feedback is that it is way...
  4. C

    Questions about the dynamic CRS

    @EllerholdAG my staging clusters are running no-subscription repos and there the 5.2.0 pve-ha-manager is already available. I have yet to roll it out on the enterprise ones.
  5. C

    Questions about the dynamic CRS

    Hello, I noticed that a dynamic mode was introduced to the CRS (yay! Been waiting for this for so long and it really comes in handy now with us planning our migration away from VMware, thank you so much Team!!!). I enabled it on all my testing environments and it seemed to work pretty well...
  6. C

    Adding HA resources to an existing HA affinity rule and outdated manpages

    Ok, thank you for the reply. Maybe I will need to write a wrapper script to reimplement that functionality to our deploy mechanic in the meantime. For people looking for the bugzilla report: I created the feature request here: https://bugzilla.proxmox.com/show_bug.cgi?id=7260
  7. C

    Adding HA resources to an existing HA affinity rule and outdated manpages

    Thank you @dakralex that makes a lot of sense. That leaves the question: How does one add a single ha resource to an existing rule via the CLI?
  8. C

    Adding HA resources to an existing HA affinity rule and outdated manpages

    Hi, in the past we used ha-manager add $VMID --group $groupname to be able to assign a VM to what then was a "rule" (HA Groups). With PVE 9 HA Groups have been removed in favor of affinity rules which do offer more functionality - But I am wondering how I can add a HA resource (e.g. vm:123) to...
  9. C

    Ceph Squid not availbale in Proxmox Offline Mirror

    Hi, I assume there has not been a new release of pom to publish this patch? I am still on version 0.6.7 from Sep 2024 and can't find a newer version.
  10. C

    Cleanup leftover Ceph OSD services/files after unsuccessful removal of the OSD

    Hello, I had OSD 23 on one of my hosts but the drive failed so we stopped the services and removed it. We did not need to replace it immediately (lots of OSDs in the cluster so not a lot of capacity lost) so I didn't pay much attention to it. Sometime in the last couple of months another disk...
  11. C

    Installing "ceph-exporter" Daemon

    I wanted to set up the same and discovered what is wrong here... I think the Proxmox Team has not adjusted the package to work with their management of ceph and this is the bone-stock default file paths/service names it is trying to use. It is looking for its keyring here...
  12. C

    Proxmox VE 8.1 released!

    Oh and I noticed that on this site https://www.proxmox.com/en/services/videos/proxmox-virtual-environment/what-s-new-in-proxmox-ve-8-1 the links to the PBS and PMG Roadmaps are dead
  13. C

    Proxmox VE 8.1 released!

    The changelog mentions the following: Do I automatically get to enjoy the "Reworked defaults" after upgrading to Reef or how would I apply these on existing Ceph Clusters (as the point above is about new installations)?
  14. C

    Proxmox Offline Mirror released!

    Hi, thank you for your work on this project, looking forward to implementing it over the next weeks. I did notice two things in the docs that are a bit outdated, maybe you could update those: https://pom.proxmox.com/offline-mirror.html#environment-variables This talks about the PBS, not POM...
  15. C

    Proxmox VE 7.4 released!

    Awesome! Does the new maintenance mode use the new CRS to move VMs?