1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-10 01:17:40 +03:00

Bug #2356: Ceph DS preset only allows RBD

This commit is contained in:
Carlos Martín 2013-10-07 18:34:09 +02:00
parent bc260db160
commit 515f127acf

View File

@ -1102,6 +1102,7 @@ function select_ceph(){
$('select#tm_mad').attr('disabled', 'disabled');
$('label[for="bridge_list"],input#bridge_list').parent().parent().fadeIn();
$('select#disk_type').val('RBD');
$('select#disk_type').attr('disabled', 'disabled');
}
function select_block_lvm(){