Search results

  1. A

    API parse errors when lxc tags are null

    Nice, thank you. I also see that either comma or semi-colon can be used as a separator here.
  2. A

    API parse errors when lxc tags are null

    Awesome, I appreciate your work on this. As a side note regarding tags specifically my assumption is they are meant to be provided as comma separated values, but I have not found any reference for allowable characters. (Though I have encountered some disallowed characters e.g. '=' and ':') Is...
  3. A

    API parse errors when lxc tags are null

    When testing the /nodes/{node}/lxc/{vmid}/config path for the API I noticed that a parse error is returned whenever the tags of a lxc instance are null. Regardless of the error being returned the tags are updated correctly in both the null -> defined and defined -> null scenarios. This same...