1
0
mirror of https://github.com/rancher/os.git synced 2025-09-04 16:21:07 +00:00

enhance preload timing issue

This commit is contained in:
Jason-ZW
2018-04-02 04:56:47 +00:00
parent c73954fab0
commit 80c99642b2
4 changed files with 16 additions and 4 deletions

View File

@@ -137,6 +137,7 @@ type RancherConfig struct {
RestartServices []string `yaml:"restart_services,omitempty"`
HypervisorService bool `yaml:"hypervisor_service,omitempty"`
ShutdownTimeout int `yaml:"shutdown_timeout,omitempty"`
PreloadWait bool `yaml:"preload_wait,omitempty"`
}
type UpgradeConfig struct {