public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: Lukas Sichert <l.sichert@proxmox.com>, pve-devel@lists.proxmox.com
Subject: Re: [PATCH manager] ui: qemu: add detect zeroes disk option
Date: Wed, 17 Jun 2026 14:12:14 +0200	[thread overview]
Message-ID: <1781698311.k5qeaocllq.astroid@yuna.none> (raw)
In-Reply-To: <DJAI2WQ7LW7H.3MF4G38CDVVOL@proxmox.com>

On June 16, 2026 3:16 pm, Lukas Sichert wrote:
> On 2026-06-16 15:01, Fabian Grünbichler <f.gruenbichler@proxmox.com> wrote:
> 
>> if I am not mistaken, this is a fix for
>> https://bugzilla.proxmox.com/show_bug.cgi?id=4503 ?
> 
> Yes, I have also corrected this in a v2 already [1], but I forgot to send a
> superseded-by. Sorry for the confusion.
> 
> [1] https://lore.proxmox.com/all/20260610131827.11092-1-l.sichert@proxmox.com/

sorry, missed that (and so did b4 it seems)!

>> On June 8, 2026 10:36 am, Lukas Sichert wrote:
>>> When discard is enabled, qemu-server defaults to `detect-zeroes=unmap`.
>>> This can have a significant performance impact for zero writes on some
>>> setups, while users might still want to keep guest discard/TRIM support
>>> enabled.
>>> 
>>> Allow configuring the option independently so discard can stay enabled
>>> while zero detection is disabled. Persist the checkbox state explicitly,
>>> as the backend treats an absent value as the default-enabled behavior.
>>> 
>>> Signed-off-by: Lukas Sichert <l.sichert@proxmox.com>
>>> ---
>>>  www/manager6/qemu/HDEdit.js | 8 ++++++++
>>>  1 file changed, 8 insertions(+)
>>> 
>>> diff --git a/www/manager6/qemu/HDEdit.js b/www/manager6/qemu/HDEdit.js
>>> index 1bb2bfda..d1d1b0fa 100644
>>> --- a/www/manager6/qemu/HDEdit.js
>>> +++ b/www/manager6/qemu/HDEdit.js
>>> @@ -96,6 +96,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
>>>          PVE.Utils.propertyStringSet(me.drive, values.readOnly, 'ro', 'on');
>>>          PVE.Utils.propertyStringSet(me.drive, values.cache, 'cache');
>>>          PVE.Utils.propertyStringSet(me.drive, values.aio, 'aio');
>>> +        me.drive.detect_zeroes = values.detect_zeroes ? 1 : 0;
>>
>> this should probably have a comment why this line is deviating from the
>> ones above (to not lose an explicit false value that clashes with the
>> implicit true default value of the backend.
> 
> Thanks for looking over this. I will fix it in a v3.

ack.




  reply	other threads:[~2026-06-17 12:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-08  8:36 [PATCH manager] ui: qemu: add detect zeroes disk option Lukas Sichert
2026-06-16 13:01 ` Fabian Grünbichler
2026-06-16 13:16   ` Lukas Sichert
2026-06-17 12:12     ` Fabian Grünbichler [this message]
2026-06-16 13:16 ` superseded: " Lukas Sichert

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=1781698311.k5qeaocllq.astroid@yuna.none \
    --to=f.gruenbichler@proxmox.com \
    --cc=l.sichert@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal