Recent content by pena

  1. P

    Proxmox 7.2 Upgrade Broke My RAID

    We are actually experiencing an issue with the NvME drives not been detected unless those are configured as non-raid or raid0 which in both cases the Dell iDrac will create a virtual disk and then the disk will show as attached. This issue we are investigating as a separated issue as we are...
  2. P

    Proxmox 7.2 Upgrade Broke My RAID

    Here I am sharing the dmesg logs from both kernels. The following message are not longer seen on the new provided test kernel. UBSAN: array-index-out-of-bounds
  3. P

    Proxmox 7.2 Upgrade Broke My RAID

    Where I work, we were experiencing the same issue and the suggested kernel helped to solve the issue. When will the kernel changes be pushed be pushed to the proxmox repositories ?
  4. P

    Corosync 3 fail over on proxmox 6

    I should test and see. I will provide an update
  5. P

    PVE - Cluster - HA error recovery state

    Thank you ! I have created a bug https://bugzilla.proxmox.com/show_bug.cgi?id=3415
  6. P

    Corosync 3 fail over on proxmox 6

    We are about to test the link failover by: # Test 1 - shutdown 2 of the links of the primary , connection should failover to secondary ring # Test 2 - shutdown 2 of the links of the primary ring and 1 of the secondary, connection should failover to secondary ring But when reading the official...
  7. P

    Corosync 3 fail over on proxmox 6

    Hi! We are currently implementing a secondary 2 link for corosync and when reading the documentation it says that the secondary ring (ring with lower priority) wont see any traffic unless all higher priorities have failed. # cat /etc/pve/corosync.conf logging { debug: off to_syslog: yes }...
  8. P

    PVE - Cluster - HA error recovery state

    Hi ! I have been working on an issue of error recovery after sudden shutdown of the proxmox server, where VMs show HA on error state . # ha-manager status | grep pve-01 lrm pve-01 (active, Tue Apr 13 17:13:31 2021) service vm:100 (pve-01, error) service vm:101 (pve-01, error) service vm:102...