From 71097b7b9192406345ae9e6669740ed9d20da993 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Mon, 14 Jan 2013 16:14:08 -0800 Subject: [PATCH] Revert "task/kclient: chmod root to 1777." This reverts commit f17847e537802671c6f90bd1a0cdaa0e9d1e6f7a. It had a typo and we hopefully don't need it. Signed-off-by: Greg Farnum --- teuthology/task/kclient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/task/kclient.py b/teuthology/task/kclient.py index a2e58955a7b2e..7ef67347bfaa2 100644 --- a/teuthology/task/kclient.py +++ b/teuthology/task/kclient.py @@ -77,7 +77,6 @@ def task(ctx, config): secret=secret), ], ) - remote.run(args=['sudo', 'chmod', '1777', mnt,) try: yield -- 2.39.5