Hide Forgot
The introspection actually is showing a 'y' == byte. Unfortunately the python dbus library is picking the most appropriate type based on the value. In some cases the value is faked because we don't have something returned from lvm and in other cases it's the actual value. I will change it to always return a double.
(In reply to Tony Asleson from comment #2) > The introspection actually is showing a 'y' == byte. Unfortunately the > python dbus library is picking the most appropriate type based on the value. Exactly, it for example returns '1' as "i" (i.e. INT32). > In some cases the value is faked because we don't have something returned > from lvm and in other cases it's the actual value. Understood. > > I will change it to always return a double. Thanks!
Fixed upstream https://lists.fedorahosted.org/archives/list/lvm2-commits@lists.fedorahosted.org/thread/FFQPGS5JEYRZH3GA3HXXQ45CPUMLPTC4/
(In reply to Tony Asleson from comment #4) > Fixed upstream > > https://lists.fedorahosted.org/archives/list/lvm2-commits@lists.fedorahosted. > org/thread/FFQPGS5JEYRZH3GA3HXXQ45CPUMLPTC4/ Looks good to me, thanks!