summaryrefslogtreecommitdiffstats
path: root/storage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'storage/__init__.py')
-rw-r--r--storage/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/__init__.py b/storage/__init__.py
index 2370f0ce7..348a15516 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -1045,6 +1045,9 @@ def findExistingRootDevices(anaconda, upgradeany=False):
if upgradeany or \
anaconda.id.instClass.productUpgradable(product, version):
rootDevs.append((device, "%s %s" % (product, version)))
+ else:
+ log.info("product %s version %s found on %s is not upgradable"
+ % (product, version, device.name))
# this handles unmounting the filesystem
device.teardown(recursive=True)