From: David Riley <d.riley@proxmox.com>
To: Jakob Klocker <j.klocker@proxmox.com>, pve-devel@lists.proxmox.com
Subject: Re: [PATCH qemu-server] fix #7480: api: apply tag case-sensitivity setting on VM creation
Date: Tue, 9 Jun 2026 14:11:24 +0200 [thread overview]
Message-ID: <23e92d00-f9b1-4493-b32e-b1985f5a5ec1@proxmox.com> (raw)
In-Reply-To: <20260522144218.38831-1-j.klocker@proxmox.com>
Thanks for sending in this patch.
I was able to reproduce the issue using the commands from the bugzilla
report [0] for VMs. I was also unable to reproduce the issue for
LXCs as described in [0].
I used these commands to reproduce the error for VMs:
qm create 130 --name tagtest --tags "cAsE-iNsEnSiTiVe"
qm set 130 --tags "cAsE-iNsEnSiTiVe"
And tested LXCs using this command:
pct create 101 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst \
--storage local-zfs --hostname test --nameserver 172.16.99.1 \
--tags "case-Sensitive"
After applying the patch, case sensitivity works as expected on the
commandline as well as the WebUI.
I also tested this with the case-sensitive flag set
("Datacenter" -> "Options" -> "Tag Style Override"). Everything
worked as expected. Tags were now case-sensitive on creation but also
when setting them afterwards.
Consider this as
Tested-by: David Riley <d.riley@proxmox.com>
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=7480
On 5/22/26 4:42 PM, Jakob Klocker wrote:
> The case-sensitivity setting from datacenter.cfg was not checked
> when tags were set during VM creation. Tags containing capital
>
> [...]
prev parent reply other threads:[~2026-06-09 12:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-22 14:42 [PATCH qemu-server] fix #7480: api: apply tag case-sensitivity setting on VM creation Jakob Klocker
2026-06-09 12:11 ` David Riley [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=23e92d00-f9b1-4493-b32e-b1985f5a5ec1@proxmox.com \
--to=d.riley@proxmox.com \
--cc=j.klocker@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.