-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SQLITE: fix Write-Ahead Log option and file permissions
sqlite Write-Ahead Log option and file permissions are set on a file named "ironic.db", but Ironic file used by Ironic is "ironic.sqlite" as bellow. ironic-config/ironic.conf.j2: connection = sqlite:////var/lib/ironic/ironic.sqlite fix #549 Signed-off-by: LALLAU Bertrand <blallau@github.com>
- Loading branch information
LALLAU Bertrand
authored and
LALLAU Bertrand
committed
Sep 2, 2024
1 parent
d62dc56
commit 2692d51
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters