]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: use memory temp_store for sqlite3 db 50286/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 11 Oct 2022 17:43:03 +0000 (13:43 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 27 Feb 2023 15:54:30 +0000 (10:54 -0500)
commitb49753e374e0ba30e61eab0b7d88abb5104e5975
tree8060d7020c0021cfa5a59f8b3cf885093b94355d
parentf1497f1d017732aa0937fa275cd841843624e0c5
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>
(cherry picked from commit 8d853cc4990dc4dbccdc916115b0b30e0ac9dc19)
src/pybind/mgr/mgr_module.py
src/pybind/mgr/snap_schedule/fs/schedule_client.py