> + }
> + } else {
> + Matcher matcher = UNIX_VERSION_PATTERN.matcher(name);
> + if (matcher.matches()) {
> + version = matcher.group(1);
> + }
> + }
> +
> + if (version == null) {
> + logger.warn("could not find the operating system version for image:
> %s", name);
> + }
> +
> + return version;
> + }
> +
> + private static int toGb(long size) {`sizeInBytes` (I'm assuming?)? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/362/files#r13033802
