1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Merge pull request #1743 from rancher/v0.8.x

fix downgrade from 0.8/0.9 to 0.7, and back again
This commit is contained in:
Sven Dowideit
2017-04-01 21:52:32 +10:00
committed by GitHub
3 changed files with 18 additions and 5 deletions

View File

@@ -201,7 +201,7 @@ func osVersion(c *cli.Context) error {
func startUpgradeContainer(image string, stage, force, reboot, kexec bool, upgradeConsole bool, kernelArgs string) error {
command := []string{
"-t", "upgrade",
"-t", "rancher-upgrade",
"-r", config.Version,
}