From: Sage Weil Date: Sat, 5 Sep 2015 13:28:17 +0000 (-0400) Subject: qa/workunits/post-file.sh: sudo X-Git-Tag: v0.94.7~43^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7456%2Fhead;p=ceph.git qa/workunits/post-file.sh: sudo Only root can read the key in /usr/share/... Signed-off-by: Sage Weil (cherry picked from commit 82b0243ec318457e376288a6b32487fbea059705) --- diff --git a/qa/workunits/post-file.sh b/qa/workunits/post-file.sh index 02a4ca292bea..133e66867c0e 100755 --- a/qa/workunits/post-file.sh +++ b/qa/workunits/post-file.sh @@ -2,6 +2,6 @@ what="$1" [ -z "$what" ] && what=/etc/udev/rules.d -ceph-post-file -d ceph-test-workunit $what +sudo ceph-post-file -d ceph-test-workunit $what echo OK