Merge pull request #8781 from rst0git/cr-volumes

Add support for checkpoint/restore of containers with volumes
This commit is contained in:
OpenShift Merge Robot
2021-01-08 10:41:05 -05:00
committed by GitHub
12 changed files with 227 additions and 17 deletions

View File

@ -275,6 +275,7 @@ func Restore(w http.ResponseWriter, r *http.Request) {
Import bool `schema:"import"`
Name string `schema:"name"`
IgnoreRootFS bool `schema:"ignoreRootFS"`
IgnoreVolumes bool `schema:"ignoreVolumes"`
IgnoreStaticIP bool `schema:"ignoreStaticIP"`
IgnoreStaticMAC bool `schema:"ignoreStaticMAC"`
}{