]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: memoize FUSE client pid
authorRishabh Dave <ridave@redhat.com>
Tue, 9 Jul 2019 13:22:38 +0000 (18:52 +0530)
committerNathan Cutler <ncutler@suse.com>
Sat, 7 Sep 2019 08:57:03 +0000 (10:57 +0200)
commit87705d2b3f8e729a32def31ef4e7ee5eba45b8a4
tree4d9d20b194162ee39350276b6b6e9a5ba6baf0e7
parent5b36a9510f7f2cbc6194d885b138b7039ed36bf1
qa/cephfs: memoize FUSE client pid

Save client PID so that we avoid calling get_client_pid() every now and
then. This, more importantly, allows sending SIGCONT to client which is
already stopped using SIGKILL.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 54c3bb55312a06e9e230f806b8269b089ca81121)
qa/tasks/cephfs/fuse_mount.py