Recent content by Moayad

  1. Moayad

    Backup speed regression: 2h20m → 8h39m after PVE 8→9 / QEMU 9.2→10.1 / Ceph 18→19 upgrade

    Thank you for the output! The `rbd bench` numbers are from a scratch image. That confirms the pool cluster can deliver high throughput, but it does not fully rule out an issue specific to the actual VM image object layout. We recently had a case where pool-level tests looked fine, but the...
  2. Moayad

    Backup speed regression: 2h20m → 8h39m after PVE 8→9 / QEMU 9.2→10.1 / Ceph 18→19 upgrade

    Thank you for the test! Could you please run the following read-only benchmarks on the same RBD image used for VM 701? rbd bench --io-type read --io-size 64K --io-threads 1 --io-total 1G pool_nvme_vm/vm-701-disk-0 rbd bench --io-type read --io-size 1M --io-threads 1 --io-total 4G...
  3. Moayad

    Backup speed regression: 2h20m → 8h39m after PVE 8→9 / QEMU 9.2→10.1 / Ceph 18→19 upgrade

    Thank you for the test and the output! At this point, this looks more like the Ceph RBD access path on the PVE side than a generic PBS side issue. Before going deeper into tracing, could you please test one non-critical ceph backend VM with `krbd` enabled and then rerun one backp there? If you...
  4. Moayad

    Backup speed regression: 2h20m → 8h39m after PVE 8→9 / QEMU 9.2→10.1 / Ceph 18→19 upgrade

    Hi, Thank you for the output! Could you please share the output of `pveversion -v` from Proxmox VE and the output of `proxmox-backup-manager versions --verbose` from the Proxmox Backup Server, and the storage config i.e., `/etc/pve/storage.cfg` from PVE side? Have you tried to boot from the...
  5. Moayad

    Proxmox web UI accessible but shell returns Error 500: close (rename) atomic file....

    Could you please post the output of the following commands: mount df -h /
  6. Moayad

    Proxmox web UI accessible but shell returns Error 500: close (rename) atomic file....

    Hi, Are you logged in as the root user? Have you tried a different browser?
  7. Moayad

    Pveproxy shows non actual status in webinterface

    thanks! Most likely the Web UI showed a state `running` state for the VM 109 because corosync or cluster were in no quorum and status updates from pvestatd couldn't propagate. Hard to know/confirm without syslog.
  8. Moayad

    Pveproxy shows non actual status in webinterface

    Hi, To investigate more could you please provide syslog when the OOM and split brain happened until you started the 109 VM?
  9. Moayad

    Renaming the server - missed the /storage cfg

    Could you please check the syslog as well?
  10. Moayad

    Renaming the server - missed the /storage cfg

    Hi, Could you please check the `/etc/hosts` file? I would also check our wiki guide on renaming PVE node [0]. [0] https://pve.proxmox.com/wiki/Renaming_a_PVE_node
  11. Moayad

    Migrate SolusVM 2 KVM VMs to Proxmox KVM

    Hi, You can usually treat KVM guests like regular KVM VMs when migrating to Proxmox VE [0] [0] https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE
  12. Moayad

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    The manual mount uses NFSv3 or NFSv4? UPDATE: i.e., could you try `mount -o vers=3 ....`
  13. Moayad

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    Thank you for the output! This show that the NAS isn't answering, please check your NAS or firewall, you can try nmap port 111, 2049 to see if they are allowed from your Proxmox VE node.
  14. Moayad

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    Thank you for the output! Could you please also run the following commands on your PVE node? pvesm nfsscan IP_NAS rpcinfo -p IP_NAS And see the output if have any timeout message?
  15. Moayad

    [PROXMOX CLUSTER] Add NFS resource to Proxmox from a NAS for backup

    Hi, Do you mount the the correct export path? How about if you get rig the version or options flags? Could you please also run the `showmount -e IP_NAS` to confirm the exact export?