make bluestore the default choice when creating osds

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-09-05 16:23:49 +02:00 committed by Fabian Grünbichler
parent 3c23c0258b
commit 57da080ece

View File

@ -116,7 +116,8 @@ Ext.define('PVE.CephCreateOsd', {
{
xtype: 'pvecheckbox',
name: 'bluestore',
fieldLabel: 'Bluestore'
fieldLabel: 'Bluestore',
value: '1'
}
]
});