]> sourceware.org Git - lvm2.git/commitdiff
lvmdbusd: Remove duplicated DataPercent definition
authorTim Foerster <tim.foerster@hetzner.de>
Fri, 22 Dec 2017 12:33:53 +0000 (13:33 +0100)
committerTony Asleson <tasleson@redhat.com>
Thu, 25 Jan 2018 14:37:24 +0000 (08:37 -0600)
daemons/lvmdbusd/lv.py

index 6c93e4d17a94862a45fa91eb041cb854b91bfe05..d73d3d2f7f44d87aa138303c0e40e7f6b396b86f 100644 (file)
@@ -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')
This page took 0.034431 seconds and 5 git commands to generate.