mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
bug #2003: Error if Volume Group Name is specified when creating a new ISCSi datastore
This commit is contained in:
parent
ecd220a55e
commit
7284f07b0d
@ -938,7 +938,7 @@ function setupCreateDatastoreDialog(){
|
|||||||
ds_obj.datastore.base_iqn = base_iqn;
|
ds_obj.datastore.base_iqn = base_iqn;
|
||||||
|
|
||||||
if (vg_name)
|
if (vg_name)
|
||||||
ds_obj.vg_name.bridge_list = vg_name;
|
ds_obj.datastore.vg_name = vg_name;
|
||||||
|
|
||||||
Sunstone.runAction("Datastore.create",ds_obj);
|
Sunstone.runAction("Datastore.create",ds_obj);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user