Recent content by Kreios

  1. K

    backup jobs with proxmox containers (pct) fail on only one node

    Hey guys, currently all backup jobs including containers seem to fail on only one of our three nodes: ERROR: Backup of VM 100 failed - can't map rbd volume vm-100-disk-0@vzdump: rbd: map failed: (12) Cannot allocate memory The normal qemu VMs are not affected, as can be seen in the screenshot...
  2. K

    current pending sector messages with crucial ssds

    Well ignoring is what I am trying to do here, but somehow the above described filter doesn't seem to work....
  3. K

    current pending sector messages with crucial ssds

    Hey guys, as described here, here and here Crucial MX500 SSDs seem to have a firmware bug where SMART tools see current pending sectors when there are none. This gets a little annoying in a cluster which has email error reporting set up. You get multiple emails a day for this "error". As I now...
  4. K

    No node selection in create VM, create CT or migrate

    sorry not for posting back with a solution... (I had already found one, but forgot to post it here...) It was not a problem of the ssh keys, but of the ssl keys... What you have to do is the following: Create a folder with the name of the pi-node in /etc/pve/nodes and copy the ssl.pem from...
  5. K

    No node selection during VM creation/migration

    unable to read '/etc/pve/nodes/levin/pve-ssl.pem' - No such file or directory But that is kind of expected. I only installed corosync on my third node, to get the cluster into a simulated HA state (this is a test cluster after all). The node "levin" shows up in the WEBui as disconnected and I...
  6. K

    No node selection during VM creation/migration

    I tested connectivity of all three nodes via ssh. As I didn't know whether the corosync interface is relevant for this too, I tested it as well. The outcome: every node can communicate with the other two nodes on both interfaces with no problem... I had a small problem with resolving the host's...
  7. K

    No node selection during VM creation/migration

    Hey guys, I have a problem also described here: https://forum.proxmox.com/threads/no-node-selection-in-create-vm-create-ct-or-migrate.43572/ All my VMs are running fine, I just can't create new ones or migrate existing ones via webgui... There is no problem with creating new VMs via "qm...
  8. K

    No node selection in create VM, create CT or migrate

    Hey guys, I have the same problem! All my VMs are running fine, I just can't create new ones or migrate existing ones via webgui... There is no problem with creating new VMs via "qm create..."! I tried getting new certs via the first part of this guide...