Search results

  1. S

    remote restart via SOAP

    Old thread, but it just solved a problem I was having. I've cheated in my provisioning script-- my solution was to wrap fdb's perl function in a test condition that determines whether or not the returned VEID is the same one it used last time-- if it is, it sleeps for five seconds and loops...
  2. S

    Patch Submission: Bonded interfaces can break Proxmox tools

    Not sure if there's a better place to submit this; I got no feedback on the user support list. In my environment we've set up port bonding and in turn disabled vmbr0. This winds up breaking a host of utilities, as $localip doesn't get defined properly in Cluster.pm. Patching the file as...