Comment 3 for bug 1661144

Revision history for this message
Bob Ball (bob-ball) wrote :

I believe the property is never actually calculated in this instance - I added some tracing commands and it appears that LVM.supports_pvs_ignoreskippedcluster is "not None" (i.e. "if LVM.supports_pvs_ignoreskippedcluster" passes) without executing the property method.

I guess it should actually be "self.supports_pvs_ignoreskippedcluster" otherwise it will just check for the existance of the method on LVM