You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/10/15 08:25:37 UTC

[incubator-datalab] 03/03: [DATALAB-2409]: added etc list

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

lfrolov pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 27fcef0feb57d60af893e4b53f5d4523e8c61509
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Oct 15 11:25:26 2021 +0300

    [DATALAB-2409]: added etc list
---
 infrastructure-provisioning/src/ssn/scripts/configure_ui.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
index 1c388fb..556a575 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
@@ -139,6 +139,7 @@ def configure_mongo(mongo_passwd, default_endpoint_name):
         conn.sudo('pip3 install -U six==1.15.0 patchwork')
         conn.sudo("ls -la " + args.datalab_path + "tmp/")
         conn.sudo("ls -la /etc/")
+        conn.sudo("lsblk")
         conn.sudo("python3 " + args.datalab_path + "tmp/configure_mongo.py --datalab_path {} ".format(
             args.datalab_path))
     except Exception as err:

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