mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
lvmdbusd: Bump LVM DBus API version
So users can check for writecache support.
This commit is contained in:
parent
8f1068c02d
commit
d4d060acd5
@ -27,7 +27,7 @@ class Manager(AutomatedProperties):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def Version(self):
|
def Version(self):
|
||||||
return dbus.String('1.0.0')
|
return dbus.String('1.1.0')
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def handle_execute(rc, out, err):
|
def handle_execute(rc, out, err):
|
||||||
|
Loading…
Reference in New Issue
Block a user