Search results

  1. M

    dead ssd drive on zfs points to initramfs

    I have an ssd drive with failed controller and which was a part of a mirrored zfs vdev. Now it boots into initramfs and says that it can't import pool "rpool". when i issue zpool import -f rpool it says that there's no such pool or dataset. However, in "zpool import" can see that rpool has...
  2. M

    cannot activate storage

    Hi, suddensly i started getting: TASK ERROR: could not activate storage 'backup1': backup1: error fetching datastores - 500 Server closed connection without sending any data back and i can't figure out what might be causing it. when issueing: proxmox-backup-client version --repository...
  3. M

    After migrating to another node there's no internet connection

    Hi everyone, i've been facing a rather bizzare issue on PVE6.4-15 I have a small 2-node cluster and everytime i migrate a VM to the other node, it doesn't have network connectivity anymore. In order to solve the issue i have to remove the NICs and re-add them. Afterwards i have to modify...
  4. M

    abnormal cpu usage

    I have a host running only one vm with a e5-2667v4 cpu(8core-16threads) i have assigned all threads to a vm which is only vm on the host. i can see a ~900% cpu usage on the kvm process (all other processes of the host doesn't consume more than 50%) while at the same time the vm iis at ~40-45%...
  5. M

    [SOLVED] VMs can't ping gateway on a certain node

    Hi, i've been facing this issue and have ran out of ideas on what the problem might be. The host can access the internet just fine and everything works. however within the VM i can only ping the host and nothing else. Firewall within proxmox is disabled everywhere. here is my config from the...
  6. M

    Can't empty free space

    Hi, I have pruned most of the backups (out of 100 i kept 10) but i can't free up empty space on the storage. pruning have ran without errors. any clues? thank you in advance, Menelos
  7. M

    guest hangs due to qemu-guest-agent

    Hi, i face a very wierd problem and although i found a few threads with "similar" problem, i wasn't able to diagnose and fix. this is stopping the replication from finishing and also makes the guest unusable. the guest system hangs almost immediately when issuing fsfreeze-status qm guest cmd...
  8. M

    HA cluster with 2 nodes setup

    Hi, i have decided to use 2 hp G9 servers and setup a 2 nodes HA cluster for production(at the moment we cannot afford a 3rd node) and will use a VM hosted on a seperate server, on another DC(around 6-7ms ping) that will keep the quorum with corosync-qnetd The servers feature 2 NICs with 4...
  9. M

    firewall issues.

    Hi, i'm trying to setup proxmox backup server firewall but i'm stuck. i have setup the following iptables rules on the backup server -I INPUT -s pve_ip -j ACCEPT -I INPUT -s my_home_ip -j ACCEPT -A INPUT -j DROP which should accept all packets from my home and the pve server and drop all from...
  10. M

    Accidentally deleted VMs images

    Hi, I have accidentally deleted all images from /var/lib/vz/images Fortunately for me the VMs are still working and i can reboot them and the space is showing allocated when df -h However once i stopped one of the VMs the space is now unallocated and i can't start it(normal) I have tried to get...