Search results

  1. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    I can still see like this lines in to corosync.conf nodelist { node { name: tc05-vm-c nodeid: 6 quorum_votes: 1 ring0_addr: tc05-vm-c }
  2. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    If i have seen the node in the pvecm status, then i already know how i can delete the entire node from the cluster. But now i feels a little bit fucked after my mistake last night :( One thing that i have in my mind, that maybe i can remove the /etc/pve/nodes/tc05-c-h data and hopefully have...
  3. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    No i need to remove the tc05-vm-c from the cluster. But if i looked in to my master, pvecm nodes Membership information ---------------------- Nodeid Votes Name 1 1 w01-c-h (local) 2 1 tc01-c-h 3 1 tc02-c-h 5 1 tc03-c-h 7 1 tc04-c-h 4 1 c01-c-h The node is not there at all.. So there is...
  4. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    So if i understand what exactly you want me to do, i have used that guide when i do the installation. and i have no problems with reinstallation of the node, but i still want the dead one to be gone. But as i said before there is no dead hosts located in master. pvecm nodes Membership...
  5. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    But how will it be if there is just left the dead node in the cluster with that be overwritten if i use the same IP ?
  6. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    Just reinstall the node or reinstall the whole cluster ?
  7. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    Is there not any better option ? there is 3 live hosts today and it will take some time to do a re-installation that contains a lot of lxc containers :/ Or you mean reinstall just the cluster machine i just added?
  8. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    Here is my nodes list if that would help.. pvecm nodes Membership information ---------------------- Nodeid Votes Name 1 1 w01-c-h (local) 2 1 tc01-c-h 3 1 tc02-c-h 5 1 tc03-c-h 7 1 tc04-c-h...
  9. E

    [SOLVED] One node is still dead in cluster after changing the hostname

    Hi, I have a problem after i done a huge mistake last night. I have changed the hostname on one of the new installed nodes in to the cluster after i have found out the name was not correct. And i have done it in the following steps : 1. Change the name in /etc/hostname and /etc/hosts 2. Move...
  10. E

    Kernel 4.4.6-1-pve gives kernelpanic on Dell M620

    Hi, yes i believe so to it might be a network issue by the kernel modules that are missing. I have the following network card : BCM57810
  11. E

    Kernel 4.4.6-1-pve gives kernelpanic on Dell M620

    guys, I was just updated my servers to the latest kernel from PVE repository and the server cant boot so i was needed to change back to kernel : 4.2.8-1-pve that works just fine. I also have a R620 (1U server that boots just fine on 4.4.6-1-pve. Anyone know what the problem can be? Best...
  12. E

    Can't create a new cluster on a new installed PVE4.1

    root@proxmox:/etc/pve/lxc# systemctl status corosync.service ● corosync.service - Corosync Cluster Engine Loaded: loaded (/lib/systemd/system/corosync.service; enabled) Active: failed (Result: exit-code) since Thu 2016-02-04 13:32:47 CET; 22min ago Process: 25822...
  13. E

    Can't create a new cluster on a new installed PVE4.1

    I'm trying to create a new cluster and get this error. Feb 04 13:33:46 proxmox pmxcfs[25800]: [dcdb] crit: cpg_initialize failed: 2 Feb 04 13:33:46 proxmox pmxcfs[25800]: [status] crit: cpg_initialize failed: 2 Feb 04 13:33:52 proxmox pmxcfs[25800]: [quorum] crit: quorum_initialize failed: 2...
  14. E

    Proxmox VE 4.0 beta2 LXC problem with network to start

    Yes it has, Please use proxmox new LXC templates and start migrate the files from OpenVZ container to the new LXC container and the problem will be solved for you.
  15. E

    LXC - Giving absolut maximum cpu

    I believe if i just turn the Kernel scheduler off the server can use how mush they actually wants but after your story it seems not to be the right choice. What will be a good option of configuration for my servers be then? I using transcoding video material and expecting problems with ffmpeg...
  16. E

    LXC - Giving absolut maximum cpu

    OK, thank you for the answer. So if i running this in production the best option for med will then be disable Kernel Scheduler to not have any impact of my containers that needed full CPU usage? Best regards.
  17. E

    LXC - Giving absolut maximum cpu

    What does the CPU time exactly means ? Is it the maximum time of seconds a application can going for 100% cpu usage?
  18. E

    LXC - Giving absolut maximum cpu

    I don't understand what you meant exactly. I understand that the cpu limit is regulates the cpu cores to the container. But for an example i want to have 3 cores and give this container full availability to get all cpu resources from this 3 cores physical then i believe that the cpu units...
  19. E

    LXC - Giving absolut maximum cpu

    Hi, Is the value cpu units = 0 , the best option to get the server all performance from the cpu with no limits of using? Best regards Egner
  20. E

    howto create shared ramdisk on proxmox to lxc container?

    I have done a ramdisk on my proxmox host that using LXC. This is my fstab on proxmox host : tmpfs /mnt/ramdisk tmpfs nodev,nosuid,nodiratime,size=40G 0 0 Filesystem Size Used Avail Use% Mounted on udev 10M 0 10M 0% /dev tmpfs...