mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
Merge pull request #16311 from rhatdan/docs
Add information about where the libpod/boltdb database lives
This commit is contained in:
@ -1019,8 +1019,8 @@ func (r *Runtime) mergeDBConfig(dbConfig *DBConfig) {
|
||||
if !r.storageSet.GraphDriverNameSet && dbConfig.GraphDriver != "" {
|
||||
if r.storageConfig.GraphDriverName != dbConfig.GraphDriver &&
|
||||
r.storageConfig.GraphDriverName != "" {
|
||||
logrus.Errorf("User-selected graph driver %q overwritten by graph driver %q from database - delete libpod local files to resolve. May prevent use of images created by other tools",
|
||||
r.storageConfig.GraphDriverName, dbConfig.GraphDriver)
|
||||
logrus.Errorf("User-selected graph driver %q overwritten by graph driver %q from database - delete libpod local files (%q) to resolve. May prevent use of images created by other tools",
|
||||
r.storageConfig.GraphDriverName, dbConfig.GraphDriver, r.storageConfig.GraphRoot)
|
||||
}
|
||||
r.storageConfig.GraphDriverName = dbConfig.GraphDriver
|
||||
}
|
||||
|
Reference in New Issue
Block a user