summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-10-11 19:56:13 +0200
committerGitHub <noreply@github.com>2019-10-11 19:56:13 +0200
commitcee6478f9e5e5cdbfe3df8f4894e416e4c5926e4 (patch)
tree2936df1d29e417d4ab4e7a22802ed75f31591acc /libpod/runtime.go
parenteb6ca054fc93e5f863581e72923cb1e80fc5ab88 (diff)
parentfeba94eb95f93fd571efff039cb7d7cdb5139169 (diff)
downloadpodman-cee6478f9e5e5cdbfe3df8f4894e416e4c5926e4.tar.gz
podman-cee6478f9e5e5cdbfe3df8f4894e416e4c5926e4.tar.bz2
podman-cee6478f9e5e5cdbfe3df8f4894e416e4c5926e4.zip
Merge pull request #4221 from mheon/reset_runtime
Migrate can move containers to a user-defined runtime
Diffstat (limited to 'libpod/runtime.go')
-rw-r--r--libpod/runtime.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go
index cdb5670ba..53165b830 100644
--- a/libpod/runtime.go
+++ b/libpod/runtime.go
@@ -114,6 +114,10 @@ type Runtime struct {
doRenumber bool
doMigrate bool
+ // System migrate can move containers to a new runtime.
+ // We make no promises that these migrated containers work on the new
+ // runtime, though.
+ migrateRuntime string
// valid indicates whether the runtime is ready to use.
// valid is set to true when a runtime is returned from GetRuntime(),