Search results

  1. V

    Proxmox with systemd-boot - any way to access rescue mode?

    Hi, I'm currently trying to debug an issue with Proxmox hanging on boot (link). I seem to remember that in the blue Proxmox GRUB menu - you could go into Advanced, and there was an option for some kind of Rescue mode. However, my system seems to be using `systemd-boot` - I see the black/white...
  2. V

    Updated to Proxmox 8.4 - boot is now stuck at "Create System Users"

    Hi, I have a Proxmox machine that I updated recently. It's been up for a few months, but I hadn't rebooted it until now - so I did a quick "apt update, apt dist-upgrade", followed by a reboot. (I did see the web UI was updated to 8.4.1). However, on rebooting, the machine seems to have hung at...
  3. V

    Linux VM guests have no network connectivity (PVE 8.3, Kernel 6.11)

    I recently upgraded from Proxmox 8.2 to Proxmox 8.3. I also opted into the 6.11 kernel (apt install proxmox-kernel-6.11). My guest VMs are mostly Debian hosts - I noticed that many of them seemed to have no network connectivity after rebooting PVE after the update. However, toggling the network...
  4. V

    LDAP Sync - still seems to add suspended/inactive users?

    Hi, We're using the LDAP sync feature (https://forum.proxmox.com/threads/new-ldap-sync-feature-questions-around-full-sync-and-eta.69260/) - and I've noticed that it doesn't seem to take into account whether a user is active or not (i.e. suspended in Google Workspace). So it appears to add...
  5. V

    Any way to rebuild missing EFI volume from a ZFS mirrored pair?

    Hi, OK, I have a Proxmox 6.4 cluster I set up. The boot volume is a mirrored ZFS setup, with 2 x 1TB disks (/dev/nvme1n1 and /dev/nvme5n1). I fat-fingered it, and accidentally ran ceph-volume lvm zap on one of the two disks (/dev/nvme5n1) accidentally *sad face*. The ZFS volume itself on the...
  6. V

    Proxmox LDAP Sync - Hard Limit on number of users?

    Hi, Does anybody know if there's a hard limit on the number of users that the LDAP sync in Proxmox can do? Or is the below a bug? I have a Proxmox 6.4 cluster, and I'm trying to an LDAP sync as follows: pveum realm sync "anguslab.io" --full --purge --scope both However, after running...
  7. V

    Network connectivity broken in 5.11.21-1?

    Hi I have just setup a new Proxmox system that I've recently set up on Proxmox 6.4. Network card is a Mellanox ConnectX-5 with 100Gbe ports. I've also installed the latest 5.11 kernel to test this out. I know that 5.11.x was working on previous installs on this system. However, when I did an...
  8. V

    Ceph Pacific is out! =)

    Ceph Pacific (16.2.0) just got announced: https://ceph.io/releases/v16-2-0-pacific-released/ Yay! =) There should be Debian Buster packages available. Any chance we can get this in the testing Ceph repo soon? Would love to kick the tyres.
  9. V

    Easy way to backup all VMs via the API, without enumerating them one by one?

    Hi, We have a test lab for users to spin up VMs on demand. Is there an easy way to call backup on all created VMs, without needing to explicitly specify the set? (As a hack, I assume we can enumerate the VMs using the API, and then call backup individually on each one - but I wondered if...
  10. V

    Proxmox HA/Ceph cluster - VLANs for VM traffic, Ceph and Corosync - what traffic needs to go between VLANs?

    I have a 4-node Promox 6.3 cluster, running Ceph for VM block storage. Underlying disks are NVMe disks. Each node has a single-port Mellanox NIC, with a 100Gbe connection back to a 100Gbe switch. This switch is then connected to an upstream router via a 10Gbps port. (However, I'm not sure the...
  11. V

    Proxmox and Ceph - Module 'volumes' has failed dependency: No module named 'distutils.util'

    Hi, I've rebuilt a new Proxmox 6.2/Ceph 15.2.6 cluster, and I noticed this error both in the UI, and under ceph health: # ceph health detail HEALTH_WARN Module 'volumes' has failed dependency: No module named 'distutils.util' [WRN] MGR_MODULE_DEPENDENCY: Module 'volumes' has failed...
  12. V

    Windows 7 and Virtio Drivers - No signed drivers found for 0.1.185 and 0.1.190, or BSOD with 0.1.189?

    Hi, I am trying to setup a new VM with Windows 7 under Proxmox. As per the wiki, I am attempting to install the following four drivers - balloon, NetKVM, virtioscsi and virtioserial. However, I am having issues finding a Virtio driver version that actually works. If I use virtio version...
  13. V

    Ceph RBD pool not showing up in Proxmox UI?

    Hi, I've just setup a new Proxmox 6.2 cluster with Ceph Octopus. I've added a new Ceph RBD pool, and made sure to enable to add_storages: # pveceph createpool vm_storage --add_storages 1 --pg_num 1024 However, the new pool isn't appearing on the dropdown of available storage - I only see...
  14. V

    Unable to create OSDs in new Proxmox/Ceph cluster - RADOS object not found (error connecting to the cluster)

    I've setup a new 4-node Proxmox/Ceph cluster. I have run pveceph install on each node. I have also setup ceph mon and ceph mgr on each node. Here is the output of /etc/pve/ceph.conf: # cat /etc/pve/ceph.conf [global] auth_client_required = cephx auth_cluster_required = cephx...
  15. V

    pveceph - unable to get device info for '/dev/nvme2n1p1'?

    I'm trying to setup a new 4-node Proxmox/Ceph cluster. Each node has 6 x NVMe SSDs, as well as an Intel Optane drive (used for WAL/DB). I have partitioned each NVMe SSD like so: parted /dev/nvme6n1 mklabel gpt parted -a optimal /dev/nvme6n1 mkpart primary 0% 25% parted -a optimal /dev/nvme6n1...
  16. V

    Packages refuse to update - python-ceph-argparse and python-cephfs

    I have a 3-node Promox (6.2) cluster running Ceph (Octopus) as well. For some reason - I have two packages that refuse to update. Proxmox (and apt) tell me there are updated versions - but every time I run an Upgrade (either via the Proxmox UI) or using apt dist-upgrade, those two refuse to...
  17. V

    Proxmox vs Debian with Proxmox packages (Proxmox on Debian) - Pros and cons?

    Hi, Currently, I'm using the normal Proxmox ISO installer, to setup some small Promox/Ceph clusters for testing. However, I was wondering what are the pros/cons of this, versus installing vanilla Debian, and the Proxmox packages on top of that? One of our pain points is that Proxmox ISO...
  18. V

    Clarify TRIM/Discard support for Windows guests in Proxmox?

    Hi, I'm a bit confused about what the current TRIM/discard support My understanding is that enabling the "Discard" checkbox in Proxmox will enable the VM to call "TRIM", and return back unused blocks - which on storage like ZFS (which supports thin-provisioning), can reduce the amount of...
  19. V

    Where are cluster and task logs stored? (For shipping to log server)

    I have a 4-node Proxmox cluster. I'd like ship my Proxmox Cluster logs and Task logs to an offsite logging server (e.g. Graylog, Loki etc.) - this allows us to keep track of which users did what actions, and when VMs were created (creation time isn't currently exposed - FR to add this - but for...
  20. V

    How can you block shell access to a Proxmox node?

    We run a small Proxmox cluster for lab/testing. Users have access to the Web UI, to create/spin up new VMs, and check on the status of the cluster. Is there some permission/ACL we can use to block direct shell access to the Proxmox node? (We are looking to roll out Teleport, or something...