Hello,
I noticed that if I manually assign tags to a vm through the web interface, when retrieving the tags (i.e. with
The problem is obviously hardly noticeable, and I seriously doubt it will affect anyone (like.. ever), but I was trying to automate some VM documentations and I stumbled upon this.
I noticed that if I manually assign tags to a vm through the web interface, when retrieving the tags (i.e. with
pvesh get nodes/<node>/qemu/<vmid>/config
), they will be listed as tag1;tag2;tag3
, while if I assign them through the command line (tested only at creation), when retrieving them from the same source they will be listed as tag1,tag2,tag3
. I assume this is because of what semicolons do in a command line, but it would be nice if they were stored internally in the same format.The problem is obviously hardly noticeable, and I seriously doubt it will affect anyone (like.. ever), but I was trying to automate some VM documentations and I stumbled upon this.
Last edited: