Search results

  1. V

    API to read QEMU VM creation time or uptime?

    Has there been any interest still of getting more structured task information into Proxmox? (e.g. creation time, user, or other things?)
  2. 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...
  3. 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...
  4. V

    Auth Module openid-connect

    Hi Michael, Were you able to get the answers you needed from the pve-devel list? =) How is the project coming along? Regards, Victor
  5. V

    Auth Module openid-connect

    This is awesome/amazing! Will definitely keep an eye on how this goes. Just to confirm - does this mean we'll need to purchase a license for NetIQ Access Manager, in order to use your integration?
  6. V

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

    I just ran "apt install python3-distutils" on all nodes in my cluster, and I am still seeing that error. I even rebooted the node, same error. Any thoughts?
  7. 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...
  8. 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...
  9. V

    Ceph RBD pool not showing up in Proxmox UI?

    Awesome - thank you!. Glad we found the root cause. One other question - for pveceph createpool - is there any argument to set the auto-scale behaviour at creation time? I couldn't find anything listed on the docs about autoscaling.
  10. V

    Ceph RBD pool not showing up in Proxmox UI?

    Hi Alwin, Thanks for the suggestion - however, I do not believe this is a caching issue, as I have also verified the error using CLI tools only. Also, I tested this with Chrome Incognito mode, which I believe should rule out caching issues. Here are my reproduction steps on Proxmox 6.2: 1...
  11. V

    Ceph RBD pool not showing up in Proxmox UI?

    Hi, Thanks for replying! However, I think there is some misunderstanding. To clarify - the "vm_storage" does appear in the Proxmox web UI, under the list of Ceph pools. However, it does not appear on the left hand side, where it lists all the types of storage available to Proxmox. I've added...
  12. V

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

    Yes, there is a symlink there: # ls -lah /etc/ceph total 23K drwxr-xr-x 2 ceph ceph 5 Nov 12 11:29 . drwxr-xr-x 90 root root 179 Nov 20 05:58 .. -rw------- 1 ceph ceph 151 Nov 12 11:29 ceph.client.admin.keyring lrwxrwxrwx 1 root root 18 Nov 12 11:29 ceph.conf -> /etc/pve/ceph.conf...
  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'?

    Right - but using that command (ceph-volume) only lets you create multiple OSDs on a single device. It doesn't let you assign the WAL/DB location to a different device as far as I can tell? That's why I'm manually creating the partitions myself, then using pveceph osd create - since that does...
  16. 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...
  17. V

    Recommended way of creating multiple OSDs per NVMe disk?

    Extending the above - is there way a way to create multiple OSDs, as well as a separate disk for WAL/DB? Previously, I used the ceph-volume command to create multiple OSDs per disk: ceph-volume lvm batch --osds-per-device 4 /dev/nvme0n1 Alternatively I have used the pveceph command to...
  18. V

    Ceph Octopus

    Hi, I saw that Ceph Octopus 15.2.5 was released a couple of weeks back. Is there any chance that the Proxmox Ceph Octopus repos: http://download.proxmox.com/debian/ceph-octopus/dists/buster/test/ could be updated to 15.2.5? Thanks, Victor
  19. V

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

    I can confirm this fixed the issue - I just assumed that apt would automatically pick the most recent package, I didn't realise that having both would cause some kind of weird issue.
  20. V

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

    Sure, here is the output: # apt update Ign:1 https://apt.datadoghq.com stable InRelease Hit:2 https://apt.datadoghq.com stable Release Hit:4 http://ftp.au.debian.org/debian buster InRelease Hit:5 http://ftp.au.debian.org/debian buster-updates InRelease Hit:6 http://security.debian.org...