VictorSTS's latest activity

  • VictorSTS
    There is now a newer pve-manager with version 9.2.12 available on the pve-test repo and a backport of that as 8.4.22 for PVE 8's pvetest repo, matching our respective test repo of the ceph-squid and ceph-tentacle releases. There is some better...
  • VictorSTS
    VictorSTS reacted to dakralex's post in the thread Questions about the dynamic CRS with Like Like.
    This should be the same for VMs and CTs as the HA Manager handles affinity rules the same for both. In a quick test, the migration blocker with the same node affinity rule as above was shown to me for both VMs and CTs, so I couldn't move either...
  • VictorSTS
    VictorSTS reacted to jsterr's post in the thread Questions about the dynamic CRS with Like Like.
    Hallo Daniel! Done https://bugzilla.proxmox.com/show_bug.cgi?id=7893 https://bugzilla.proxmox.com/show_bug.cgi?id=6593 (this ones already existing but also useful) https://bugzilla.proxmox.com/show_bug.cgi?id=6960 (already existed, commented on...
  • VictorSTS
    It should not let you migrate neither the CT nor the VM. If it did, once you migrate a VM from pve-4 to pve-2, in the next ha cycle (~10 seconds) HA would say "this VM on pve-2 has another node with higher priority and the node is up, let's...
  • VictorSTS
    This can be done gradually, but needs a bit of care. We're currently in the process of finishing a migration helper tool and providing documentation for how to do this.
  • VictorSTS
    @yangsm AFAIK, Ceph 20.2.4 / 19.2.6 packages are only available in Test repository, you should avoid using it unless for testing. Proxmox is working on the process to rotate the keys [1], although we still don't know the details, on paper it...
  • VictorSTS
    I'm not aware of a bug that won't allow install, mind posting a link to some reference?
  • VictorSTS
    You right, somehow I understood that there are SSD for OS but not SSD to dedicate to SD, so imagined that OP wanted to devote some space on those SSD for SD.
  • VictorSTS
    VictorSTS reacted to UdoB's post in the thread PBS on RAIDZ2+HDD, no special file with Like Like.
    This is only HDD, zero SSD. (As of #1) Having a "separate" Special Device on the very same spindles makes no sense. Actually we know not much at all. What actual drives are available? How many? How many (unused) connectors has the controller...
  • VictorSTS
    I would put the RAID controller in JBOD / IT mode to convert it to an HBA, the use ZFS for both the OS and special device. Remember that ZFS isn't supported on RAID controllers/LUNs. When installing PVE/PBS, set the disk size to ~50G, should be...
  • VictorSTS
    Yes, but not every single time. Depends essentially on the size of the datastore, how much work PBS has to do (i.e. backup once a day vs once an hour, many replicas, many verify, etc), and how much time you have to run GC, which is the task that...
  • VictorSTS
    VictorSTS reacted to atatury's post in the thread Upgrade from Proxmox 9.1 to 9.2 with Like Like.
    Yes that's true; I removed some lines because of posting limitations. Also only no-subscription repository is enabled (besides debian repos of course)..
  • VictorSTS
    Yes, but there should be a "Hit:" line for every repo. Maybe OP didn't post the whole apt update output. Edit: we posted at once :)
  • VictorSTS
    In the apt update output above I'm missing a line referencing Proxmox repositories, although the apt list --upgradable does indeed show upgradable Proxmox packages. Are you sure the Proxmox repositories are correctly configured?
  • VictorSTS
    Check this point of view: there's no ZFS without ARC: it's and inherent part of ZFS architecture and ZFS performance is designed around it, so you do relay on it and expect it to behave correctly to get the most of your ZFS. Like why not raise...
  • VictorSTS
    Finally got a chance to check on this. The problem seems to be related to a recently reported bug [1] that causes ARC to evict all/most of it's contents erroneously, even when there's plenty of RAM available. This causes ARC to almost never...
    • 1787140488849.png
    • 1787141429277.png
  • VictorSTS
    That's good news, but remember that you are using an unsupported storage stack that will sooner or later give you some issue that no one will be willing to investigate / fix. Take your time to rebuild your storage to a proper ZFS setup, which...
  • VictorSTS
    We kinda know why the problem happens, more or less... if the VM tries to access a memory zone that the host has currently swapped a PF will be generated so that the guest kernel can do something else on that vCPU while waiting, this behavior is...
  • VictorSTS
    My option is: Install PVE using ~50G with a mirror of SSD. Leave the rest unused. Coinstall PBS (add repo, add package) [1]. From PVE, add a RAIDz/RAID10 (capacity vs performance decision, although on that hardware won't be too relevant). Could...
  • VictorSTS
    VictorSTS reacted to fiona's post in the thread Proxmox and CVE-2026-64561 with Like Like.
    Fixed versions are available in the enterprise repositories as well now.