This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch DATALAB-2091 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit fa012c472a136d114fa9b09c4563b89163b33a2d Author: leonidfrolov <[email protected]> AuthorDate: Fri Apr 30 17:48:20 2021 +0300 [DATALAB-2091]: removed warn True --- infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py index 6103f80..df48b93 100644 --- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py +++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py @@ -1255,7 +1255,7 @@ def prepare_disk(os_user): sys.exit(1) else: out = datalab.fab.conn.sudo('''bash -c 'echo -e "o\nn\np\n1\n\n\nw" | fdisk /dev/{} 2>&1' '''.format( - disk_name), warn=True).stdout + disk_name)).stdout if 'Syncing disks' in out: allow = True elif 'The kernel still uses the old table.' in out: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
