]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
orchestra/daemon/cephadmunit.py: set is_started in start() 1930/head
authorVallari Agrawal <val.agl002@gmail.com>
Thu, 28 Mar 2024 08:32:55 +0000 (14:02 +0530)
committerVallari Agrawal <val.agl002@gmail.com>
Thu, 28 Mar 2024 08:32:55 +0000 (14:02 +0530)
commitf3f3527a54dae19461c380b311374b077fb4d690
tree4664f2f72b75fd1a1c3983f8a0ce2503a219e51e
parentf0ed8adaff01a58af8230db78b2aee626cff43b6
orchestra/daemon/cephadmunit.py: set is_started in start()

In CephadmUnit.start() method, `is_started` isn't set to
true. When running() is called after start(), then it would
return false, which is not correct since the daemon has been
started by calling start().
This commit fixes that issue.

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
teuthology/orchestra/daemon/cephadmunit.py