1
0
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:
Daniel Molina 2014-11-17 17:27:33 +01:00
parent d1df225e36
commit 1167c38b2b

View File

@ -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;