Search results

  1. S

    [SOLVED] Qdevice not voting

    Finaly managet to get it work. Make a fresh install of my Qdevice (debian 11 for rpi3B) apt install corosync-qnetd apt install corosync-qdevice nano /etc/ssh/sshd_config PermitRootLogin yes systemctl restart ssh And on my two nodes : ssh-keygen -f "/root/.ssh/known_hosts" -R "x.x.x.x"...
  2. S

    [SOLVED] Qdevice not voting

    on my qdevice node : corosync.service is active (running) corosync-qnetd.service isactive (running) corosync-qdevice.service failed with that error : L'unité (unit) corosync-qdevice.service a commencé à démarrer. mai 02 14:11:44 PXQ corosync-qdevice[21143]: Can't read quorum.device.model cmap...
  3. S

    [SOLVED] Qdevice not voting

    Hi, After a powerloss this weekend with a power supply fail, i noticied this morning that my HA has not worked as expected. i think this is due to my Qdevice : Quorum information ------------------ Date: Mon May 2 11:42:21 2022 Quorum provider: corosync_votequorum Nodes...
  4. S

    [SOLVED] Upgrade from debian 10 pve 6-4-1 to debian 11 pve 7 failed

    Hello, i finally manage to solve it by adding : echo "deb http://download.proxmox.com/debian/ceph-octopus bullseye main" > /etc/apt/sources.list.d/ceph.list That's weird , i have no ceph installed.
  5. S

    [SOLVED] Upgrade from debian 10 pve 6-4-1 to debian 11 pve 7 failed

    Hello, my message is too long, see attached file please. i know there is 3 running guest, they will be stoped for upgrade.
  6. S

    [SOLVED] Upgrade from debian 10 pve 6-4-1 to debian 11 pve 7 failed

    Hello, I have two node to upgrade from debian 10 with pve 6 4 1 to debian 11 pve 7, my first node upgrade with no error, but the second one does not, they have the same hardware (just a second network card with bond on the failing one and lot more ram), i do the same process, pve6to7 is fine...
  7. S

    Migrate vm to smaller vm

    Hello, I'm actually trying to save an old physical machine (win 10 x86) to a virtual machine. I managed to clone it from physical to virtual with no real problems and it actually works fine on vm (the physical on died, rip). But i am hitting a wall on the last step, reducing virtual disk size...