Merge pull request #16311 from rhatdan/docs
Add information about where the libpod/boltdb database lives
This commit is contained in:
		
						commit
						25b5ee66b1
					
				|  | @ -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 | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue