You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/06/03 15:53:55 UTC

[incubator-dlab] branch DLAB-1810 updated: [DLAB-1810]: increased wait time during reboot to 180, with wait=150 script exited on gcp

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

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


The following commit(s) were added to refs/heads/DLAB-1810 by this push:
     new 0082910  [DLAB-1810]: increased wait time during reboot to 180, with wait=150 script exited on gcp
0082910 is described below

commit 0082910b104b35f5692420d42ab9f14d9eca61f9
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Jun 3 18:53:39 2020 +0300

    [DLAB-1810]: increased wait time during reboot to 180, with wait=150 script exited on gcp
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index 1b42737..a4399e5 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -286,7 +286,7 @@ def install_tensor(os_user, cuda_version, cuda_file_name,
             sudo('echo "options nouveau modeset=0" >> /etc/modprobe.d/blacklist-nouveau.conf')
             sudo('update-initramfs -u')
             with settings(warn_only=True):
-                reboot(wait=150)
+                reboot(wait=180)
             manage_pkg('-y install', 'remote', 'dkms libglvnd-dev')
             kernel_version = run('uname -r | tr -d "[..0-9-]"')
             if kernel_version == 'azure':


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