Recent content by Mike85

  1. M

    [SOLVED] Error by vm online migration

    Hi Fiona, thank you to your message. We have renewed the keys even if we where able to connect to each systemby ssh (inside the cluster), this seems to relove the issue. Thanks Mike
  2. M

    PVE 8 upgrade issue - systemd-networkd-wait-online.service. using enterprise repo

    Hi, we have currently started to upgrade our PVE7 Cluster to PVE8 but after the upgrading the System we have discovered a problem with the networkintefaces. We are using proxmox enterprise Repository. [FAILED] Failed to start systemd-networkd-wait-online.service - Wait for Network to be...
  3. M

    [SOLVED] Error by vm online migration

    Hi, I am currently not able to online migrate vms on one of our PVE enterprise cluster. (Offline migration works fine). Error: () task started by HA resource agent 2023-07-14 17:00:19 starting migration of VM 213 to node 'vmp01' (10.128.204.35) 2023-07-14 17:00:19 starting VM 213 on remote...
  4. M

    vGPU NVIDIA TITAN Xp for Windows Clients

    Hello, currently I am trying to integrate two nvida titanium xp gpus on proxmox. But I am running in to the following issue by addin the GPU incl. profile to a VM: Error by adding the GPU to a second System : kvm: -device...
  5. M

    Any plan to add AD as an auth source ?

    LDAP realm support would be great similar to the PVE. Best Mike
  6. M

    SpamAssassin Milter Plugin problems on PVE

    Hi, we just installed a new PVE Cluster incl. postfix (for testing) and started a vulnerability scan on it. Same Problem: SpamAssassin Milter Plugin 'ml_envrcpt() Is there any way to remove it without deactivate postfix. SpamAssassin is not installed, already checked.
  7. M

    Ceph health warning - all OSDs are running pacific or later but require_osd_release < pacific

    Thanks a lot it worked: I thought it would not be needed because I just run a minor update not an upgrade to an higher Ceph release.
  8. M

    Ceph health warning - all OSDs are running pacific or later but require_osd_release < pacific

    Hi, this morning I have updated our pve Cluster inkl. ceph (16.2.7 > 16.2.9). Ceph is working fine again but I do have a OSD Health-Warning (see below), what can I do (cluster Status is fine). # ceph health detail HEALTH_WARN all OSDs are running pacific or later but...
  9. M

    SpamAssassin Milter Plugin problems on PVE

    Hi, We currently have the problem that we have to upgrade the SpamAssassin Milter plugin from 0.3.X to 0.4 on all our Proxmox servers for security reasons. Would there be a solution or workaround for this. We have the problem with subscription systems and those without subscription...
  10. M

    Proxmox Ceph Pool specify disks

    Thanks, worked for me. Thas what I did: #Create new class ceph osd crush class create ssd01 #move osd to device ceph osd crush rm-device-class osd.X ceph osd crush set-device-class ssd01 osd.X #create crush rule ceph osd crush rule create-replicated ssd01 default host ssd01 # create pool...
  11. M

    Proxmox Ceph Pool specify disks

    Thanks a lot, I will try it. One more question where or how do I associate each OSD to a class?
  12. M

    Proxmox Ceph Pool specify disks

    Thanks, I will ceck it.
  13. M

    Proxmox Ceph pgs Warnings

    I have buidlk a new Proxmox cluster and added ceph to it: # begin crush map tunable choose_local_tries 0 tunable choose_local_fallback_tries 0 tunable choose_total_tries 50 tunable chooseleaf_descend_once 1 tunable chooseleaf_vary_r 1 tunable chooseleaf_stable 1 tunable straw_calc_version 1...
  14. M

    Ceph pgs warnings

    I have buidlk a new Proxmox cluster and added ceph to it: # begin crush map tunable choose_local_tries 0 tunable choose_local_fallback_tries 0 tunable choose_total_tries 50 tunable chooseleaf_descend_once 1 tunable chooseleaf_vary_r 1 tunable chooseleaf_stable 1 tunable straw_calc_version 1...