summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2016-10-05 15:51:48 -0500
committerTony Asleson <tasleson@redhat.com>2016-10-05 15:55:41 -0500
commita8bb8dfb08d38cfda5493ca9d35d1cb3bf2d32bf (patch)
tree70d8472f3c35fbc994bc9a0f22770823447ad693
parentd54ffcfcd12981a8e046aca0a82d529221015b30 (diff)
downloadlvm2-a8bb8dfb08d38cfda5493ca9d35d1cb3bf2d32bf.tar.gz
lvmdbusd: Add LvCommon.DataPercent
-rw-r--r--daemons/lvmdbusd/lv.py1
1 files changed, 1 insertions, 0 deletions
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')