]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #33674 into master
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 6 Mar 2020 04:52:46 +0000 (20:52 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 6 Mar 2020 04:52:46 +0000 (20:52 -0800)
commite20ad96dbfbdc9396e852a40a8d878f0cfb9a584
treedb99d0be926a249abd9244f3f1f90d525048ff4d
parent77425b3c4abb4e663dae59c3b72684200f4eb77c
parent7fa4da445650fd4a9f799c48ba513cb6f1a0d26c
Merge PR #33674 into master

* refs/pull/33674/head:
mgr/volumes: OpSmException.error -> OpSmException.errno
mgr/volumes: remove unneeded assignment to `NoneType`
mgr/volumes: add missing OpSmException import
mgr/volumes: add missing error code
mgr/volumes: remove stray return
mgr/volumes: fixup format string args
mgr/volumes: add missing `mgr` param
mgr/volumes: assert self.fs
mgr/volumes: skip type checking on RTimer class
mgr/volumes: fixup threading.Timer import
mgr/volumes: fix positional str formatting
mgr/volumes: place getters and setters next to each other
mgr/volumes: reverse params passed to `isinstace()`
mgr/volumes: fix arg typo '.' -> ','
mgr/volumes: add `deque` type
mgr/volumes: `threading.Event.isSet` no longer exists in py3
mgr/volumes: assert JobThread class
mgr/volumes: import VolumeException
mgr/volumes: use `SafeConfigParser` with py2
mgr/volumes: use python version during configparser import
mgr/volumes: add `Dict` type
mgr/volumes: import errno
mgr/volumes: add `mgr/volumes` to the mypy checks

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Ramana Raja <rraja@redhat.com>