mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
bug #3359: Fix gluster_volume assignment
This commit is contained in:
parent
d1df225e36
commit
1167c38b2b
@ -959,7 +959,7 @@ function setupCreateDatastoreDialog(){
|
||||
ds_obj.datastore.gluster_host = gluster_host;
|
||||
|
||||
if (gluster_volume)
|
||||
ds_obj.datastore.gluster_host = gluster_volume;
|
||||
ds_obj.datastore.gluster_volume = gluster_volume;
|
||||
|
||||
if (pool_name)
|
||||
ds_obj.datastore.pool_name = pool_name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user