From: Sage Weil Date: Sat, 5 Sep 2015 13:28:17 +0000 (-0400) Subject: qa/workunits/post-file.sh: sudo X-Git-Tag: v9.1.0~209 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=82b0243ec318457e376288a6b32487fbea059705;p=ceph.git qa/workunits/post-file.sh: sudo Only root can read the key in /usr/share/... Signed-off-by: Sage Weil --- 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