registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #19812
[Bug 645626] [NEW] sqllite databases created in /var/run
Public bug reported:
In flags.py sql_connection is defined as:
DEFINE_string('sql_connection',
'sqlite:///%s/nova.sqlite' % os.path.abspath("./"),
'connection string for sql database')
The nova-* init scripts cd to /var/run before starting, which causes the
sqllite databases to be created there. /var/run isn't owned by the nova
user, and as such the nova daemons can't write to the sqllite databases.
** Affects: nova
Importance: Undecided
Status: New
--
sqllite databases created in /var/run
https://bugs.launchpad.net/bugs/645626
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.
Follow ups
References