The findActiveDevicesOnActionDisks method returns a list with the names (strings) of the active devices. There is not a 'name' attribute to be accessed.
From: Lucas Tadeu Teixeira ltadeu@br.ibm.com
The findActiveDevicesOnActionDisks method returns a list with the names (strings) of the active devices. There is not a 'name' attribute to be accessed. --- blivet/devicetree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blivet/devicetree.py b/blivet/devicetree.py index dbcbfd8..ed77f79 100644 --- a/blivet/devicetree.py +++ b/blivet/devicetree.py @@ -257,7 +257,7 @@ def _preProcessActions(self): else: raise RuntimeError("partitions in use on disks with changes " "pending: %s" % - ",".join(p.name for p in problematic)) + ",".join(problematic))
log.info("resetting parted disks...") for device in self.devices:
Branch updated.
It occurs to me only now that there are stringent restrictions on what can be pushed to rhel7-branch. To get this pushed there we will need a bugzilla bug report, which will need to be approved for inclusion in a specific release of RHEL-7.
If this is an issue on master, however, we would be quite happy to apply the fix there.
Unassigned.
This is fixed on master.
@dwlehman how do we open a bugzilla for this to be fixed in RHEL 7?
Added label: rhel7-branch.
anaconda-patches@lists.fedorahosted.org