Search results

  1. I

    disk API timeout on node with too many disks

    I have a node with an external JBOD enclosure connected through two SAS cables. There are ~80 disks in the enclosure, so they show up as ~160 disks on PVE. When opening the "disks" page for this node, the request to /api2/json/nodes/<node_name>/disks/list?include-partitions=1 times out after 30...
  2. I

    Enabling features by default for specific LXC type

    I'm trying to add support for NixOS LXCs to proxmox. So far I've made a patch for pve-container that adds support for detecting NixOS LXCs, and writing host-managed configs to the container, that will then get applied by a service running inside the container...
  3. I

    Alternative to corosync for large clusters

    We've spent the past 6 months trying to make a 50 node PVE cluster stable. While we managed to identify and report multiple issues with corosync that cause instabilities, at this point it is still far from stable. The issue isn't just keeping the corosync cluster alive. Whenever Corosync has one...
  4. I

    more than 128 cores for LXCs

    There appears to be a cap of 128 cores for LXCs in proxmox. I can manually edit the confs, but not having that restriction on the web interface would be nice. Given the way AMD is going, this cap ought to be raised. I tried modifying the hardcoded limit (and restarting pveproxy/pvedaemon), but...
  5. I

    fstrim fails to free space on thinpool

    I have a few VM and contianer disks on a thinpool. One of the VMs has two disks, 128 and 256 GBs in size. # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 128G 0 disk `-sda1 8:1 0 18.6G 0 part |-turnkey-root 254:0 0 17G 0...
  6. I

    Bug in PVE::Tools::df when adding petabyte scale storage

    I've been seeing these lines on syslog since I added HDFS over an NFS gateway as a storage to proxmox. Nov 12 12:08:40 hostname pvestatd[2220]: Use of uninitialized value $avail in int at /usr/share/perl5/PVE/Storage.pm line 1057. Nov 12 12:08:40 hostname pvestatd[2220]: Use of uninitialized...