[lvm-devel] master - lvmdbusd: Remove duplicated DataPercent definition

Tony Asleson tasleson at sourceware.org
Thu Jan 25 14:39:31 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=34fb5202bdb3172a44fb3d957e184df4fb0412d8
Commit:        34fb5202bdb3172a44fb3d957e184df4fb0412d8
Parent:        edb209776f9fec2ce2c0630560e238056c47c978
Author:        Tim Foerster <tim.foerster at hetzner.de>
AuthorDate:    Fri Dec 22 13:33:53 2017 +0100
Committer:     Tony Asleson <tasleson at 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')
- at 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')




More information about the lvm-devel mailing list