Search results

  1. R

    PureStorage FlashArray + Proxmox VA + Multipath

    @amulet Should we still use your fork as of today? Thanks
  2. R

    PVE Cluster with Netapp storage

    How are things progressing, anything interesting to share yet? Thanks :)
  3. R

    [SOLVED] Install Proxmox 8.1 on Boss-N1 and using Dell PERC H965i Controller

    What brand/model of nvme drives did you end up putting in your server? Thanks
  4. R

    Why does downloading image to storage from an URL require Sys.Audit/Sys.Modify permissions?

    I still don`t understand why I need to give out Sys.Config to have the node download an iso to it`s datastore. There`s: Datastore.AllocateTemplate: allocate/upload templates and ISO images And you don't need the power to modify the host network to do that task afaik... can someone try to...
  5. R

    How does the WEB-Console work?

    Unfortunetly the /cluster/status page is not string match friendly, not for my use case anyways. Wondering if everyone is simply using / and don't care if they reach an isolated node. Could you point me in the general direction to extend pveproxy to add a /health/ready endpoint? I'll try to do...
  6. R

    How does the WEB-Console work?

    Having multiple proxmox instances (in various state) behind a load balancer and wanting to pass API request to live and ready instances only, I need a simple endpoint (return 200 OK) to show that the required services on each instance is in a good state. A proxmox instance that has no (or lost)...
  7. R

    PROXMOX Cluster GUI behind HA Layer 4 Loadbalancer and Reverse Proxy

    Probably the same answer as here: https://forum.proxmox.com/threads/proxmox-ui-caddy-and-reverse-proxy.83198/ You need to deal with the self-signed certificate proxmox generated or add a valide certificate. And you most likely will need ip_hash instead of least_conn for the load balancing...
  8. R

    proxmox UI, Caddy and reverse proxy

    Health_uri being simply /, does it exclude hosts in maintenance or perhaps not part of the cluster? I'm searching for a /live and /ready endpoint on the api but not finding anything close to that... ref. https://testfully.io/blog/api-health-check-monitoring/#api-health-check-endpoint-types
  9. R

    How does the WEB-Console work?

    What endpoint should be used as health-check for the proxmox servers? I'm looking for something like /live and /ready in the API but I got nothing...
  10. R

    Hyper-converged PVE and CEPH, Single PVE cluster with multiple CEPH clusters?

    Yes, got it working simply using the GUI The catch is in the "key" field where you don't paste juste the key but the whole block like: [client.admin] key = ..... And make sure to put all the ceph mon space delimited. Thanks
  11. R

    Hyper-converged PVE and CEPH, Single PVE cluster with multiple CEPH clusters?

    I would also like to connect proxmox to 2 external ceph clusters so I can do live storage migration between them for example. Thanks.
  12. R

    GPU unavailable / stuck

    Any update to share yet? :-)
  13. R

    Intel CAS/Open CAS Linux and Proxmox/ceph

    Any update/progress @Ruklaw ? Would like to go that that path as well based on your results.
  14. R

    New Storage Setup Advise

    The SNV3400 do not have power loss protection so may not be ideal for write caching. Ref: https://www.synology.com/en-ca/products/solid_state_drives/SNV3000#specs Anyone has recommendations for m.2 nvme good to use, I know of Micron 7300 and Samsung DCT 983... what else?
  15. R

    Set MTU on Guest

    What's your version of pve-manager?
  16. R

    Set MTU on Guest

    Your latest patch works on pve-manager >= 6.1-8 ? If so, could you also paste a link here I'd like to manually patch in the mean time... worried about staying pinned to 6.1-7 while the rest of proxmox is updated frequently. Thanks
  17. R

    Set MTU on Guest

    It seems the last update to pve-manager (6.1-8) don't work proper even after re-applying the patches. I now get a "Unable to parse network options" in the GUI trying to open Hardware -> Network Device (net0). [edit] Reverted pve-manager to 6.1-7 and applied your patch for pvemanagerlib.js and...
  18. R

    List all VMID's from command line?

    Didn't expect the output format to change content, very good to know. Thanks.
  19. R

    List all VMID's from command line?

    The pvesh list doesn't tell use the name of the vm and there's no way to tell which are template. I've been searching around and cannot find how to list all vm in the cluster but also have their names and whether it's a template or not. qm list isn't working either as no cpu info nor template or...