]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: add convenience method lstat()
authorRishabh Dave <ridave@redhat.com>
Mon, 26 Aug 2019 05:28:32 +0000 (10:58 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 13 Sep 2019 05:15:27 +0000 (10:45 +0530)
commita8a159cc407c6795e2c75e84295154df711f52ca
tree176cd00ec942d1c68d6bce1e551838fe0eef8ac3
parent4a5f7a42e55425b3d85a97835c8d2da8b78ae838
qa/cephfs: add convenience method lstat()

It's more convenient lstat(path) than stat(path, follow_symlink=False).

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/mount.py