]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs-shell: Fix permission errors on quota tests
authorVarsha Rao <varao@redhat.com>
Wed, 11 Dec 2019 14:13:14 +0000 (19:43 +0530)
committerVarsha Rao <varao@redhat.com>
Sat, 28 Dec 2019 12:25:40 +0000 (17:55 +0530)
commit228a290c2dfe4cec64786a085466c94d269f0aa3
treef5e13aea2dc8758e4edab3f858241a09b6d0a45c
parentd4b5c760cda5db1f04ab8da9c41a87ed93661d8a
cephfs-shell: Fix permission errors on quota tests

Use of mount_a.run_shell() to create directory, requires Sudo access and
cephfs-shell should be run without sudo access. Instead use cephfs-shell mkdir
command to create directory.

Signed-off-by: Varsha Rao <varao@redhat.com>
qa/tasks/cephfs/test_cephfs_shell.py