summaryrefslogtreecommitdiffstats
path: root/staslib/ctrl.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-14 05:37:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-14 05:37:33 +0000
commitedfa6a1883f782da87b3e5529cba45be42792959 (patch)
tree6306f0bfda40091115d8ae415db2d96145b282fb /staslib/ctrl.py
parentAdding upstream version 2.3~rc1. (diff)
downloadnvme-stas-edfa6a1883f782da87b3e5529cba45be42792959.tar.xz
nvme-stas-edfa6a1883f782da87b3e5529cba45be42792959.zip
Adding upstream version 2.3~rc2.upstream/2.3_rc2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'staslib/ctrl.py')
-rw-r--r--staslib/ctrl.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/staslib/ctrl.py b/staslib/ctrl.py
index ad221e0..9f415b3 100644
--- a/staslib/ctrl.py
+++ b/staslib/ctrl.py
@@ -169,9 +169,9 @@ class Controller(stas.ControllerABC): # pylint: disable=too-many-instance-attri
self._udev.unregister_for_device_events(self._on_udev_notification)
self._kill_ops() # Kill all pending operations
self._ctrl = None
-
- # Defer removal of this object to the next main loop's idle period.
- GLib.idle_add(self._serv.remove_controller, self, True)
+ self._device = None
+ self._connect_attempts = 0
+ self._retry_connect_tmr.start()
def _get_cfg(self):
'''Get configuration parameters. These may either come from the [Global]