mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 11:46:44 +00:00
make bluestore the default choice when creating osds
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
3c23c0258b
commit
57da080ece
@ -116,7 +116,8 @@ Ext.define('PVE.CephCreateOsd', {
|
||||
{
|
||||
xtype: 'pvecheckbox',
|
||||
name: 'bluestore',
|
||||
fieldLabel: 'Bluestore'
|
||||
fieldLabel: 'Bluestore',
|
||||
value: '1'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user