to reflect current ZFS defaults.

Signed-off-by: Aaron Lauterer <a.laute...@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to