Search results

  1. S

    [SOLVED] Backup failed, vma_queue_write:write error - broken pipe

    you can double-click on the error in the "tasks" stream at the bottom of proxmox webgui. See which command is failing. Post it here.
  2. S

    [SOLVED] Backup failed, vma_queue_write:write error - broken pipe

    check to see if you set the maximum number of existing backups. I know I have seen your error before but the solution was rather simple. I would check to make sure you can ssh to and from every node when you see this message. Pipe means ssh tunnel, and netcat6.
  3. S

    Write failed: Broken pipe; ERROR: online migrate failure - aborting

    broken pipe may mean the ssh tunnel is interupted or goes offline for some reason. Check the time sync between nodes.
  4. S

    Problem with Internet

    There are many pieces here. I don't understand what you are trying to do. you could make a 'vmbr1' with eth1 as it's slave. then vmbr2 with eth2 as its slave. same for vmbr3. then you can connect your VM in 'bridge' mode to vmbrX depending on what internet you want.
  5. S

    Node shows offline periodically but all VM works

    hey cool credentials. I would like to know more about your business. There are so many interesting and revolutionary technologies in this platform, its just a matter of time before the business community realizes this. to answer your question: click on the 'datacenter' container, then click on...
  6. S

    [SOLVED] [BUG] VCPU of VM can't be set more than 4 and lost when reopen

    maybe try setting the option to allow cpu hotplug?
  7. S

    KVM Cores, Config File?

    yes. I think its /etc/pve/qemu-server/ and you can search from there.
  8. S

    Cluster questions on PVE 4

    yeah I have the same problem. All the info online is for version 3 and before. They all point to a nonexistent file called "/etc/pve/cluster.conf" to configure node fencing.
  9. S

    HA cluster fencing problem

    If one node's network fails, the other nodes will realize this and send a 'kill' signal over the IPMI on the faulty node. If the entire node's power fails, then the HA software will wait forever to complete a fencing action, because the IPMI will never respond, because it has no power. A better...