]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephfs/fuse_mount: fix possible chmod 1777 error
authorXiubo Li <xiubli@redhat.com>
Fri, 24 Apr 2020 02:24:01 +0000 (22:24 -0400)
committerXiubo Li <xiubli@redhat.com>
Sat, 25 Apr 2020 10:21:55 +0000 (06:21 -0400)
commit211c3fbb4b031233379a31e89d776a482a8aa36b
treec95b60998c9ba807f5311451c6a0382f4c2e48b6
parentbf10478294e26dc785dd79b0367bf096e9f67b42
qa/tasks/cephfs/fuse_mount: fix possible chmod 1777 error

INFO:teuthology.orchestra.run.smithi13a2:> (cd /home/ubuntu/cephtest && exec sudo chmod 1777 /home/ubuntu/cephtest/mnt.2)
INFO:teuthology.orchestra.run.smithi132.stderr:chmod: changing permissions of '/home/ubuntu/cephtest/mnt.2': Permission denied
DEBUG:teuthology.orchestra.run:got remote process result: 1

Here just wait and rety for 10 times.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/fuse_mount.py