Search results

  1. G

    WEB-UI problem after last update

    Hi! A cluster of four nodes (cn1, cn2, cn3, cn4). After the last update, there was a problem with the WEB-UI. If log into any of the first three nodes (cn1, cn2, cn3), then I can manage this node only: Attempts to get control of other nodes is fail: But if I logged on the 4-th node (cn4)...
  2. G

    Problem with Bridge Port (Beginner)

    Hi! Try "allow-hotplug eth0" in VM change to "auto eth0".
  3. G

    ctrl-alt-del

    Hi! Best regards, Gosha
  4. G

    Proxmox v 5.0 on HPE Proliant DL380 Gen10

    You need try to find information about the successful installation of Ubuntu-server with the kernel 4.10.x on the Gen10.
  5. G

    Proxmox v 5.0 on HPE Proliant DL380 Gen10

    There is only this mention: https://forum.proxmox.com/threads/experiences-with-hp-proliant-and-ha.35668/#post-175420
  6. G

    Proxmox v 5.0 on HPE Proliant DL380 Gen10

    Ok. Check the compatibility of the RAID-controller can be as suggested here: https://forum.proxmox.com/threads/proxmox-compatibility-with-hp-dynamic-smart-array-b140i.36946/#post-181177 Apparently you need to look for information about this controller supported ubuntu-kernel. Best regards, Gosha
  7. G

    Proxmox v 5.0 on HPE Proliant DL380 Gen10

    Hi! If you plan to use ZFS or CEPH, then you can remove RAID-ctrlr. Best regards, Gosha
  8. G

    NUMA don't work for Windows guest VMs ?

    Hi! Can anyone confirm whether NUMA is working for Windows-guest VMs? I want to understand: this is only my problem or general. Best regards, Gosha
  9. G

    what are the most stable disk settings

    Hi Rob! These two storages have different purposes. They are difficult to compare with each other. CEPH is a cluster storage (block level storage), shared between cluster nodes. Stable, reliable, regularly improves. For reliability needs three nodes minimum. It is very desirable to use SSD for...
  10. G

    NUMA don't work for Windows guest VMs ?

    Hi! Is there really no solution? :( Can this be affected by non-use ballooning? Best regards, Gosha
  11. G

    [SOLVED] OSD not starting

    Hi! Once I had a similar problem. SMART showed that the disk is working. I removed osd-disk (stop, out, remove). Cleared disk: ceph-disk zap /dev/sd... Add it again: pveceph createosd /dev/sd.. The problem has disappeared. Best regards, Gosha
  12. G

    NUMA don't work for Windows guest VMs ?

    ...and I tried like this: .... numa: 1 numa0: cpus=0;1;2;3;4;5,hostnodes=0,memory=10240,policy=bind numa1: cpus=6;7;8;9;10;11,hostnodes=1,memory=10240,policy=bind .... and NUMA don't work... But for linux-VMs - works.
  13. G

    NUMA don't work for Windows guest VMs ?

    This like all Windows-VMs configs.
  14. G

    NUMA don't work for Windows guest VMs ?

    Hi! All my nodes support NUMA, for example: # numactl --hardware available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 16009 MB node 0 free: 143 MB node 1 cpus: 6 7 8 9 10 11 18 19 20 21 22 23 node 1 size: 16122 MB node 1 free: 84 MB node distances: node 0 1 0...
  15. G

    Problem adding third node to cluster

    Yes. See here: https://pve.proxmox.com/wiki/Multicast_notes
  16. G

    Help with clone or migration (cluster)

    Hi! See "Online migration" here: https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#qm_migration Best regards, Gosha
  17. G

    Help with clone or migration (cluster)

    Hi! If You don't want look for the cause of error (this is very bad), then you can make VM backup and restore to another node. Best regards, Gosha
  18. G

    Adjusting partition size

    Hi! This is possible. But comes out of the topic. IMHO. Search "linux reduce (or expand) root partition without destroying data". :)
  19. G

    Problem adding third node to cluster

    Your hosts file (on each node!) must contain information about all nodes in cluster! For example: 192.168.1.6 pvez6.domain.net pvez6 pvelocalhost 192.168.1.7 pvez7.domain.net pvez7 192.168.1.5 pvez5.domain.net pvez5 and so on... Best regards, Gosha