From a8bb8dfb08d38cfda5493ca9d35d1cb3bf2d32bf Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 5 Oct 2016 15:51:48 -0500 Subject: [PATCH] lvmdbusd: Add LvCommon.DataPercent --- daemons/lvmdbusd/lv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemons/lvmdbusd/lv.py b/daemons/lvmdbusd/lv.py index c2312b7a1..c356799aa 100644 --- a/daemons/lvmdbusd/lv.py +++ b/daemons/lvmdbusd/lv.py @@ -232,6 +232,7 @@ class LvState(State): @utils.dbus_property(LV_COMMON_INTERFACE, 'Attr', 's') @utils.dbus_property(LV_COMMON_INTERFACE, 'DataPercent', 'u') @utils.dbus_property(LV_COMMON_INTERFACE, 'SnapPercent', 'u') +@utils.dbus_property(LV_COMMON_INTERFACE, 'DataPercent', 'u') @utils.dbus_property(LV_COMMON_INTERFACE, 'MetaDataPercent', 'u') @utils.dbus_property(LV_COMMON_INTERFACE, 'CopyPercent', 'u') @utils.dbus_property(LV_COMMON_INTERFACE, 'SyncPercent', 'u') -- 2.43.5