diff --git a/src/sunstone/public/js/plugins/datastores-tab.js b/src/sunstone/public/js/plugins/datastores-tab.js index 50da1ede94..7f8ef51d52 100644 --- a/src/sunstone/public/js/plugins/datastores-tab.js +++ b/src/sunstone/public/js/plugins/datastores-tab.js @@ -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;