]> sourceware.org Git - lvm2.git/commitdiff
lvmdbusd: Add LvCommon.DataPercent
authorTony Asleson <tasleson@redhat.com>
Wed, 5 Oct 2016 20:51:48 +0000 (15:51 -0500)
committerTony Asleson <tasleson@redhat.com>
Wed, 5 Oct 2016 20:55:41 +0000 (15:55 -0500)
daemons/lvmdbusd/lv.py

index c2312b7a11caca844fe8289941cd91eab2b56cd3..c356799aa6b22a01927ba664892607229c0eee27 100644 (file)
@@ -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')
This page took 0.033422 seconds and 5 git commands to generate.