Search results

  1. VictorSTS

    Proxmox VE - Support Lifecycle

    FWIW, you can get the roadmap with changes and intended features on [1] and get detailed changelog of every component checking the debian/changelog file in each git repo, i.e. for pve-manager check [2]. Keep in mind that newest packages might not be present in any repo yet, just be patient ;)...
  2. VictorSTS

    Proxmox VE 8.4 released!

    Thanks team! Would have loved to see ZFS 2.3.x as I have a few cases were raid-z expansion would be useful.
  3. VictorSTS

    [SOLVED] Configure ballooning threshhold?

    Online docs are still 8.3.1 and that feature seems to be on pve-manager 8.3.6 [1] [1] https://git.proxmox.com/?p=pve-manager.git;a=blob;f=debian/changelog;hb=HEAD#l61
  4. VictorSTS

    社区版在线更新到企业版

    Keep in mind that usually packages in enterprise repo are older than those in no-subscription because enterprise uses the most stable ones. After activating the subscription and running apt update you will probably see no package ready to update if your system is already up to date with the...
  5. VictorSTS

    [SOLVED] Configure ballooning threshhold?

    Thanks for the heads up! Even if I prefer the good old KSM, ballooning has it's uses if it could be parametrized. The link you posted doesn't seem to load properly nor I can find mentions to "ballooning" in it. Maybe I'm seeing some older version?
  6. VictorSTS

    VirGL hardware accelerated h264/h265

    Please, post the link to the bug report. I can't find it and would like to follow it. Thanks!
  7. VictorSTS

    Default Startup Delay

    This is an area that is very lacking in PVE, unfortunately. If not using HA, simply setting startup delay and some ordering will suit your use case. I mean, it's just 7 VMs, its doable. But once HA quicks in, currently there is no way to easily such order. Not even mention cluster wide...
  8. VictorSTS

    Default Startup Delay

    @Gavino What are you trying to archive exactly? Don't know what is the behavior of that vSphere delay setting you mention. Remember that those order and start/shutdown delays aren't honored if the VMs are under HA and that those order and delays only apply to each node separately (i.e. you...
  9. VictorSTS

    Migrate to a new cluster

    I've done this a few times already without issues regarding the storage. You must be absolutely careful that the VM isn't started in both clusters at the same time, though. Make sure no "start on boot" or HA configs are in place, so the VM doesn't start automatically for some reason. Also that...
  10. VictorSTS

    VirGL hardware accelerated h264/h265

    Would be very nice if you could post this in the devel list [1] or at the very least post a feature request in bugzilla [2] to get this compiled by default, as it is a nice feature and this kind of modifications will be overwritten on updates and are quite hard to maintain at scale. Thanks...
  11. VictorSTS

    GeForce RTX™ 5090 as vGPU

    L40S seems to be supported by current driver version 18, so it should work. You can use it without licenses, i.e. to try if it works for you, but performance will be limited by the driver unless a Nvidia license is activated [1] [1]...
  12. VictorSTS

    GeForce RTX™ 5090 as vGPU

    AFAIK, you need a different, non-gaming, card to use Nvidia vGPU feature: https://docs.nvidia.com/vgpu/gpus-supported-by-vgpu.html
  13. VictorSTS

    Can I stop pvestatd service ?

    XY problem... IMHO you should ask / investigate why it you are suffering from that load from pvestatd instead of asking how to disable it, which can't be done while keeping PVE working as expected. First time I've heard about this issue, so can't really help much without details about the...
  14. VictorSTS

    Optimal Ceph Configuration

    Ceph cluster network is used for replication traffic only. All traffic from clients, MON, MDS, OSD flows through the public network. I would bond both 2.5 nics in an LACP LAG to two stacked/MLAG switches and set both public and cluster networks as vlans through the bond. That would get you the...
  15. VictorSTS

    Can I stop pvestatd service ?

    Why would anyone want to stop an essential PVE service?
  16. VictorSTS

    DELL, EEE, Proxmox, HA and Restarting servers

    What exactly happend on the network and pve hosts when the VM did not move to another host in the cluster? Remember that PVE HA will only try to restart VMs configured for HA if the host loses quorum, and for that all corosync links have to fail. It will not move a VM if just "a network" fails...
  17. VictorSTS

    Nested ESXi 8.0U2 on PVE 8.2-1

    It's fine! I somehow understood that you where to install vCenter in the same host of PVE, not in a VM. Sorry, seems I had a shortcircuit in my brain.
  18. VictorSTS

    Nested ESXi 8.0U2 on PVE 8.2-1

    Had no idea about that. I used good old BIOS for the PVE VM I used to install ESXi. I strongly advise against installing anything in the PVE host itself. Use another VM to get vCenter running.
  19. VictorSTS

    Multipath Ceph storage network

    That depends on your corosync configuration and which interfaces are used for corosync and Ceph. Corosync networks are completely different thing than Ceph networks. In fact, you may even have quorum in PVE and not in Ceph and vice versa. Also remember that Ceph public network is used for all...
  20. VictorSTS

    How to use intel eth0 and eth1 nic passthrough to mikrotik vm

    Only the PCI device. Remember that any passed through device can't be used in the host once the VM has started, don't pass through the one that you used for your vmbr0 or vmbr1!