mirror of
https://github.com/ceph/ceph
synced 2025-01-30 23:13:44 +00:00
Merge pull request #60153 from rishabh-d-dave/mgr-vol-cv-waiting
mgr/vol: remove unused variable Reviewed-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
commit
fc40c9196d
@ -131,8 +131,6 @@ class AsyncJobs(threading.Thread):
|
||||
# lock, cv for kickstarting jobs
|
||||
self.lock = threading.Lock()
|
||||
self.cv = threading.Condition(self.lock)
|
||||
# cv for job cancelation
|
||||
self.waiting = False
|
||||
self.stopping = threading.Event()
|
||||
self.cancel_cv = threading.Condition(self.lock)
|
||||
self.nr_concurrent_jobs = nr_concurrent_jobs
|
||||
|
Loading…
Reference in New Issue
Block a user