Search results

  1. M

    Proxmox VE5 on ProLiant G5 Server CPU#0 stuck for 23s

    Also my problem too, with 4.10 kernel worked almost fine with acpi=off (except the reboot issue). But the new 4.13 kernel seems to be lacking the kvm support for those processors, same errors encountered (after apt dist-upgrade to proxmox 5.1) Booted for now with the latest old 4.10 kernel...
  2. M

    check if vmid already exists in cluster

    I see it's JSON, but in particularly the vmids are written one per line, at the very beginning of the line (and between ") but even if a grep it's simpler, for the sake of good programming JSON parsing will do the trick, as the file format could change in the future (i.e. all vmids on the same...
  3. M

    check if vmid already exists in cluster

    thank you, that is even better that what I've found (although the api interface is probably just using the same file) can I make the assumption that the vmid will be forever (at least for version 5) at the beginning of the line ? or better parse the file as json, the safest and cleanest way...
  4. M

    check if vmid already exists in cluster

    well, I asked, I will answer :-P by doing some reverse engineering in web interface, it's easy to answer # pvesh get /cluster/nextid -vmid 9999 200 OK "9999" # pvesh get /cluster/nextid -vmid 193 400 Parameter verification failed. vmid: VM 193 already exists get cluster/nextid [OPTIONS]
  5. M

    check if vmid already exists in cluster

    Hello I'm playing with some scripting stuff, but got into some issues. I'm trying to find out if a virtual machine with id $vmid already exists or not IN THE CLUSTER. The web interface stops me from creating virtual machines with duplicate ids, so the check is surely built in. Ideas: I could...
  6. M

    Storages not filtered

    Hello Since the last update, all storages are listed in the dropboxes in web interface (mixed backups, iso, templates images, hard disk storage). i.e.: for cdrom iso images all storages are shown (including let's say lvm-thin storage), for hard disk images also all storages are shown. Before...