]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: use memory temp_store for sqlite3 db
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 11 Oct 2022 17:43:03 +0000 (13:43 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 11 Oct 2022 18:03:14 +0000 (14:03 -0400)
commit8d853cc4990dc4dbccdc916115b0b30e0ac9dc19
tree5b42142a5351b2f03839d229ecda3e3f77cddcc4
parentee321e85703580c8e5c4575342ff753afa1fe20d
pybind/mgr: use memory temp_store for sqlite3 db

It appears some situations require sqlite3 to open a temporary database
to execute the old database dump.

Fixes: https://tracker.ceph.com/issues/57851
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/pybind/mgr/mgr_module.py
src/pybind/mgr/snap_schedule/fs/schedule_client.py