]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: don't use sudo to write files in /tmp
authorRishabh Dave <ridave@redhat.com>
Fri, 26 Mar 2021 09:20:20 +0000 (14:50 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 8 Apr 2021 06:26:00 +0000 (11:56 +0530)
commite213849581b1a3fbf410ed8ed7298ad8cd338e15
tree3c7d646861caaf811d59958b5d5f6a650c40f062
parente05959de8d5e29b588678573078dd816e19bd105
qa/cephfs: don't use sudo to write files in /tmp

Files in /tmp cannot be written by any user( including the root user)
other than the file owner even if the permission mode on the file is
777.

Fixes: https://tracker.ceph.com/issues/49466
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/cephfs_test_case.py
qa/tasks/vstart_runner.py