You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by ad...@apache.org on 2019/09/17 15:17:25 UTC

[incubator-dlab] 01/01: Fixed spark-cluster creation for GCP.

This is an automated email from the ASF dual-hosted git repository.

adamsd pushed a commit to branch fix_spark
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 22f2c6a3f18344f92a39ef8b0f6116325f88693a
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Tue Sep 17 18:17:12 2019 +0300

    Fixed spark-cluster creation for GCP.
---
 infrastructure-provisioning/src/general/lib/gcp/actions_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
index b4b2857..2fd2d9a 100644
--- a/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/gcp/actions_lib.py
@@ -314,7 +314,7 @@ class GCPActions:
             ]
         elif instance_class == 'dataengine':
             disks = [{
-                "name": cluster_name,
+                "name": instance_name,
                 "tag_name": cluster_name + '-volume-primary',
                 "deviceName": cluster_name + '-primary',
                 "autoDelete": 'true',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org