Search results

  1. F

    How to retry to join a cluster?

    Hello, I tried to join a new node into a cluster. Unfortunately it was stuck in waiting for quorum.... Then I found out, I forgot to create A-Records for new Node, now its done. Because the join-process was stuck in waiting for quorum... I had to abort with strg-c. If I redo the command pvecm...
  2. F

    Container - Destination Port Unreachable

    Hello it's me again. I still have the issue. In the meanwhile I found out if I comment out the line 'pre-up iptables-restore < /etc/iptables.rules' the container are able to connect to internet. So why? Somewhat must be wrong with iptables. @wolfgang: I dunno what you mean, on other machine I...
  3. F

    Container - Destination Port Unreachable

    Hello I setup the third proxmox-machine. There I have network issues. I doublechecked everything, but still didn't find my mistake yet. I'm sure it's just a little thing to fix. On Container: floh@container01:~$ ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. From 10.10.10.1...
  4. F

    KSM doesn't work

    Thank you for your reply. I assume there is no way to mark lxc container mergeable.
  5. F

    KSM doesn't work

    Just found out... after some time the run-file is set back to 0. What could be the cause? root@bigboss:~# cat /sys/kernel/mm/ksm/run 0 root@bigboss:~# echo 1 > /sys/kernel/mm/ksm/run root@bigboss:~# cat /sys/kernel/mm/ksm/run 1 root@bigboss:~# cat /sys/kernel/mm/ksm/run 1 root@bigboss:~# cat...
  6. F

    KSM doesn't work

    What do you mean with VPS? Do you mean my containers* or the host itself? *) There is no VM running on my Proxmox.
  7. F

    KSM doesn't work

    Already installed, I tried with both packages (not both at same time!) ksmtuned / ksm-control-daemon. When I did post initially ksmtuned was actually not running but now it does but still didn't help: root@bigboss:~# ps aux | grep ksm root 42 0.0 0.0 0 0 ? SN Jun28...
  8. F

    KSM doesn't work

    Hi, I see but all of them are using exactly the same version of Java and Jira/Confluence. Also on 5 Container there are same version of mysql-server (mariadb) running, so these should be candidate for sharing memory (libraries). 3 of them have nginx-instance. Here I attached screenshot. Is it...
  9. F

    KSM doesn't work

    Hello, I'm trying since 1 week and still didn't succeed to get ksm working. I have 4 containers (6GB RAM each) based on Debian 9 (same as Proxmox is installed on) and on each there are jira and confluence installed. I enabled ksm but proxmox still tells me "KSM Sharing 0B". Even the memory...