diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-26 17:02:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-26 17:02:03 +0100 |
commit | 36df2e70738ab277699e8240f62355a67a6b2edb (patch) | |
tree | 4d93d4383d90b110200c41561680c951cf14ba0a /libpod/state.go | |
parent | 507ab29cfedbcc7503fe10c44ea9e331c5a3a5ca (diff) | |
parent | ba6f1acf07d1eddcd810cdb4265a8961770329c6 (diff) | |
download | podman-36df2e70738ab277699e8240f62355a67a6b2edb.tar.gz podman-36df2e70738ab277699e8240f62355a67a6b2edb.tar.bz2 podman-36df2e70738ab277699e8240f62355a67a6b2edb.zip |
Merge pull request #2397 from mheon/volume_path_fixes
Volume path fixes
Diffstat (limited to 'libpod/state.go')
-rw-r--r-- | libpod/state.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/state.go b/libpod/state.go index 98282fc83..4296fc3cd 100644 --- a/libpod/state.go +++ b/libpod/state.go @@ -8,6 +8,7 @@ type DBConfig struct { StorageRoot string StorageTmp string GraphDriver string + VolumePath string } // State is a storage backend for libpod's current state. |