From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager] ui: storage: zfs: set blocksize placeholder to 16k
Date: Mon, 29 Jan 2024 15:42:06 +0100 [thread overview]
Message-ID: <20240129144206.1337230-1-a.lauterer@proxmox.com> (raw)
to reflect current ZFS defaults.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
unless I have missed it, we currently still show the old default as
placeholder
www/manager6/storage/ZFSPoolEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/storage/ZFSPoolEdit.js b/www/manager6/storage/ZFSPoolEdit.js
index b66d131a..a0141ba3 100644
--- a/www/manager6/storage/ZFSPoolEdit.js
+++ b/www/manager6/storage/ZFSPoolEdit.js
@@ -103,7 +103,7 @@ Ext.define('PVE.storage.ZFSPoolInputPanel', {
{
xtype: 'textfield',
name: 'blocksize',
- emptyText: '8k',
+ emptyText: '16k',
fieldLabel: gettext('Block Size'),
allowBlank: true,
},
--
2.39.2
next reply other threads:[~2024-01-29 14:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-29 14:42 Aaron Lauterer [this message]
2024-01-29 14:51 ` Fiona Ebner
2024-02-01 12:44 ` Fiona Ebner
2024-02-01 12:45 ` [pve-devel] applied: " Fiona Ebner
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=20240129144206.1337230-1-a.lauterer@proxmox.com \
--to=a.lauterer@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