Recent content by mathieu-stratacache

  1. M

    LDAP Authentication

    I am trying to configure proxmox with LDAP authentication using TLS, but I keep getting the error: msg=SSL connect attempt failed Does Proxmox support the Start_TLS mechanism ? i.e. establishing an encrypted SSL/TLS connection within an already established LDAP connection on port 389.
  2. M

    Ceph Compression per pool

    This question is relating to inline compression on Ceph per pool. So I know I can define compression on a per pool basis using the below commands which will set the changes in-memory. ceph osd pool set <pool-name> compression_algorithm <algorithm> ceph osd pool set <pool-name> compression_mode...