]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/ceph_daemon.py: stop early termination of sleep
authorDan Mick <dan.mick@redhat.com>
Tue, 18 Apr 2017 22:56:42 +0000 (15:56 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 25 Apr 2017 23:19:02 +0000 (16:19 -0700)
commitfc1bd7e91797a61694f4f8ebb3a0f62818ec5131
tree2014938932f2089f635ed132f1529096251e7b1c
parent814aae9c134d4f2da9bb9372e9bf42170c606991
pybind/ceph_daemon.py: stop early termination of sleep

Any unignored signal will EINTR underneath and cause early
return of sleep().  Fix that by sleeping until end time is
reached.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
src/pybind/ceph_daemon.py