Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import_precheck cli tool fail to check Ubuntu 18.04 version #1336

Open
paoloteti opened this issue Aug 31, 2020 · 0 comments
Open

import_precheck cli tool fail to check Ubuntu 18.04 version #1336

paoloteti opened this issue Aug 31, 2020 · 0 comments
Assignees

Comments

@paoloteti
Copy link

Even if Ubuntu 18.04 LTS is listed in the official documentation (section importing virtual disks) as a supported OS, for the import_precheck cli tool this version it is unknown since not listed in check_osversion.go

var osVersions = map[string][]string{
	"centos":  {"6", "7"},
	"debian":  {"8", "9"},
	"ol":      {"6", "7"},
	"rhel":    {"6", "7"},
	"ubuntu":  {"14.04", "16.04"},
	"windows": {"6.1", "6.3", "10.0"},
}

Running import_precheck on a Ubuntu 18.04 LTS image all checks complete with success, except this one.

@EricEdens EricEdens self-assigned this Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants