public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: storage: zfs: set blocksize placeholder to 16k
@ 2024-01-29 14:42 Aaron Lauterer
  2024-01-29 14:51 ` Fiona Ebner
  2024-02-01 12:45 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 2 replies; 4+ messages in thread
From: Aaron Lauterer @ 2024-01-29 14:42 UTC (permalink / raw)
  To: pve-devel

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-01 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-29 14:42 [pve-devel] [PATCH manager] ui: storage: zfs: set blocksize placeholder to 16k Aaron Lauterer
2024-01-29 14:51 ` Fiona Ebner
2024-02-01 12:44   ` Fiona Ebner
2024-02-01 12:45 ` [pve-devel] applied: " Fiona Ebner

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