Search results

  1. A

    acme client automation from opnsense upload certificate

    Hi, I'm actually trying to get OPNSENSE though ACME CLIENT automation to upload let's encrypt certificate to PBS. (I got it working properly for PVE). I found script used at git repo fo acme https://github.com/acmesh-official/acme.sh/blob/master/deploy/proxmoxbs.sh. Looking at the script it...
  2. A

    vm migration error on node reboot

    I'm getting vm migration error during node reboot due to kernel update on a 3 node hyperconverged cluster with ceph installed. Error is here: Cleanup after stopping VM failed - org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not...
  3. A

    Proxmox 9 in a 3 node cluster with CEPH VM migration use VMBR0 network? how to get faster VM migration speed?

    Hi all, is it correct that by default Proxmox 9 in a 3 node cluster configuration with CEPH for VM migration use VMBR0 network? Current node network config does use a separate network for CEPH Cluster (10.10.10.x/24), CEPH Public (10.10.20.x/24), COROSYNC (172.16.1.x/24) and VMBR0...
  4. A

    network performance issue with intel 710QA2 40GB 2 port adapter driver i40e proxmox ve 8.4 latest

    Hi Folks, I have performance issue with a 3 node cluster PVE 8.4 (all updated installed) on network side Hosts are using Intel 710QA2 adapter which are 40Gb QSFP+ 2 port nic. connected through a 5700 HPE switch which obviously support 40Gb connection. Firmware of the card has been updated to...
  5. A

    [SOLVED] qm remote migrate from single node to cluster from zfs storage to ceph storage getting error "...invalid bootorder: device 'sata0' does not exist'"

    Hi folks, I'm trying to manually migrate (live migration) of a VM from a single node proxmox to a proxmox cluster. I have tried many different things, like checking the fingerprint, permission on the token, tried with vm online and offline, and many other but I can't get rid of the error device...
  6. A

    Proxmox 8.3 CEPH upgrade reef to squid error with monitor on 1 node

    Hi, I do have a cluster with 3 nodes (pve1, pve2, pv3) with CEPH installed 18.2.4 (REEF). Today I have decided to perform update to Squid version, following your instruction here https://pve.proxmox.com/wiki/Ceph_Reef_to_Squid No problem till the upgrade but once I have performed the command...
  7. A

    [SOLVED] windows 2012 server reboot in recovery mode after backup failure

    Hi, I have an host with proxmox ve 7.2-4 installed with zfspool storage where disk image are located. I have proxmox internal backup running during the night. last one failed cause the nas storage is full. Windows boot in recovery mode but diskpart command can't locate any disk at all. Tried...
  8. A

    PBS datastore add error EPERM operation not permitted on OVH NFS storage

    I have virtual system on OVH cloud. PBS is running as virtual machine of PVE. I have created and mount an NFS storage in PBS at /mnt/xxx /etc/fstab ovhstorageserveraddress/path /mnt/pbs nfs defaults 0 0 /etc/mtab ovhstorageserveraddress/path /mnt/pbs nfs4...
  9. A

    ceph gui error timout and not able to connect to monitor after changing all cluster nodes to new ips

    Hi, I had to change the public ip of the nodes in the cluster (3 nodes) to a new network ip, moved from 192.168.7.x to 192.168.29.x to do that after initial simple node network ip changes I followed the following guide and steps...