Search results

  1. ghusson

    swap usage

    I have no other idea. Maybe try to trace which programs swaps ? One howto found here : https://www.cyberciti.biz/faq/linux-which-process-is-using-swap/
  2. ghusson

    Datacenter Clustering with Virtual Router on Master Node

    Yes You can use the same principle on every node (one pfSense per node), or use OVS (although I don't know if it will work in your environment). But simpler : create a 4th LAN for private IP VM networks (you could use vlan tagging on this one in order to create several security zones behind...
  3. ghusson

    swap usage

    Put swapiness=1 and reboot swapiness=0 has lead to OOM kills from what I have seen on the web Maybe you have an other side effect ? What disk mode do you use on your VMs (ex : default (no cache)) ?
  4. ghusson

    2 nodes for proxmox

    Zsync will not allow you to migrate between hosts. One solution can be to divide your disk space by 2 on each server. Then install a NFS server that point to the 1st and 2nd space on each server. Then do crossed backups between servers (use space 2 for backups). For live migration, you will have...
  5. ghusson

    How do you handle MACs?

    I cannot precisely help you (I do not use OVS), but enabling ARP proxy on your gateway can help. Be aware of security problems it can generate. For information, I have used shorewall on PVE host with manual ARP proxy configuration. Now I use a mikrotik VM with ARP proxy.
  6. ghusson

    Migrate from Google Cloud to Proxmox

    I do not have the answer. For SSH, try to remove SSH server keys and reboot node (works almost in any case/distro). For debian based distro, do : rm /etc/ssh/ssh_host_* dpkg-reconfigure openssh-server The host keys will be regenerated. Anyway, a clone is a byte to byte copy. Do not forget to...
  7. ghusson

    High Wait IO after and Load Average upgrade to Proxmox 4

    FS loop over an other one always produces IO amplification. Maybe try noatime and nodiratime on the host (if /var/lib/vz is a separated FS) and VM guests (if your VM daemons does not require atime and diratime). Furthermore, try to alginate FS cluster sizes between VM (FS) and host (VM +...
  8. ghusson

    Configure Hardware Watchdog / IPMI Fencing

    Why would you disarm fencing ? You are supposed to migrate VMs before rebooting a node. For HW watchdogs, be aware that a server has several ones nowadays. Spend some time to master your hardware and configurations of it. For example, here are my notes for a R730, with proxmox 4.1 : Watchdog...
  9. ghusson

    Two Node Cluster

    Suggestion : wait for the PVE v5 : - migrate from local storage VMs (qemu) - ZFS sync interface And one other : do never use more than 75% of your pool
  10. ghusson

    swap usage

    I don't have this problem. Look at swapiness kernel configuration, and try to play with it ?
  11. ghusson

    Datacenter Clustering with Virtual Router on Master Node

    Just a remark : if you use your 1st server as switch, then you should not use HA on the cluster (if 1st server is down, all the cluster will go down). And an other : if the pfSense is not in HA, then if the pfSense VM is down, you will not be able to assignate IPs to your servers. In brief : buy...
  12. ghusson

    ProxMox 4.x is killing my SSDs

    I may be mistaken, but I always saw errors on SATA buses with atom based "servers" I build at home. I think that unrecoverable errors comes from that. After all, this is a high speed bus, subject to perturbation, and with consumer grade hardware :-) Concerning the endurance, I don't know, this...
  13. ghusson

    ProxMox 4.x is killing my SSDs

    I spent several days at my precedent job in order to understand the SSD technology and in order to choose the right disk for the right usage. The disk I use is not a professional one, but there is a good warranty :-) Disk is installed with Proxmox since around 20 days.
  14. ghusson

    Randomly rebooting Proxmox Servers; sometimes when I reboot another one

    Dan : read the manual about minimum node number for HA (cluster concept : quorum), and read about watchdog fencing.
  15. ghusson

    ProxMox 4.x is killing my SSDs

    As for reference, the SSD with proxmox on it (at home) : - used for proxmox installation root - used for VMs (for the moment 2 VMs with very low activity) I didn't went to the manufacturer spec for SMART values, but everything seems to be OK : root@ruche:~# smartctl -x /dev/sda smartctl 6.4...
  16. ghusson

    ProxMox 4.x is killing my SSDs

    Interesting thread ! My two cents : - write amplification is on rotational disks and RAID arrays too (to my knowledge, the job is always : Read/Modify/Write) - buffered logs and noatime/nodiratime can help, but I don't know if Proxmox daemons will be pleased with that - an other improvment : use...
  17. ghusson

    Moving VM's between Proxmox VE 3.x and 4.x cluster

    Advised method is backup on old PVE / restore on new PVE. It implies more downtime but you are sure to get a good migration. You don't ever know if the VM config files have new defaults settings or format change...
  18. ghusson

    Problem after Update

    try : "apt-get install python-pyinotify"