From 34fb5202bdb3172a44fb3d957e184df4fb0412d8 Mon Sep 17 00:00:00 2001 From: Tim Foerster Date: Fri, 22 Dec 2017 13:33:53 +0100 Subject: [PATCH] lvmdbusd: Remove duplicated DataPercent definition --- daemons/lvmdbusd/lv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/daemons/lvmdbusd/lv.py b/daemons/lvmdbusd/lv.py index 6c93e4d17..d73d3d2f7 100644 --- a/daemons/lvmdbusd/lv.py +++ b/daemons/lvmdbusd/lv.py @@ -232,7 +232,6 @@ 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')