Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=34fb5202bdb3172a44fb3d... Commit: 34fb5202bdb3172a44fb3d957e184df4fb0412d8 Parent: edb209776f9fec2ce2c0630560e238056c47c978 Author: Tim Foerster tim.foerster@hetzner.de AuthorDate: Fri Dec 22 13:33:53 2017 +0100 Committer: Tony Asleson tasleson@redhat.com CommitterDate: Thu Jan 25 08:37:24 2018 -0600
lvmdbusd: Remove duplicated DataPercent definition
--- daemons/lvmdbusd/lv.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/daemons/lvmdbusd/lv.py b/daemons/lvmdbusd/lv.py index 6c93e4d..d73d3d2 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')
lvm2-commits@lists.fedorahosted.org