]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #57190 into reef
authorPatrick Donnelly <pdonnell@ibm.com>
Fri, 28 Feb 2025 00:29:26 +0000 (19:29 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Fri, 28 Feb 2025 00:29:26 +0000 (19:29 -0500)
commitad999dfb5e2c3b01657a7ffd672cf2ce393572be
tree698a79ed8c86c2093abf3c31484b84952a45f525
parent13daa36a0f99e884cfb315a2b710799e569a4e47
parentbc619ac1860b6c9ee0be31bd6cd25b5b39940f1a
Merge PR #57190 into reef

* refs/pull/57190/head:
pybind/mgr/mgr_module: turn off all automatic transactions
pybind/mgr: disable sqlite3/python autocommit
qa/tasks/mgr: add tests for sqlite autocommit
qa/tasks/vstart_runner: run daemons in foreground
qa/tasks/vstart_runner: add missing poll method
qa/suites/rados/mgr: add cli/devicehealth tasks
qa: reorganize mgr unit tests
qa: use position-independent link
qa: add missing terminating newline
pybind/mgr: add killpoint for sqlite3 database setup
mgr: allow specifying module option level
mon/MgrMonitor: promote standby when unsetting down flag
mon/MgrMonitor: only drop active if exists

Reviewed-by: Laura Flores <lflores@redhat.com>