diff --git a/daemons/lvmdbusd/vg.py b/daemons/lvmdbusd/vg.py index b39f70304..f5b3e452d 100644 --- a/daemons/lvmdbusd/vg.py +++ b/daemons/lvmdbusd/vg.py @@ -237,10 +237,7 @@ class Vg(AutomatedProperties): # locals(), ['Variant']).Variant("s", "n")} if rc == 0: - dbo.refresh() - - if (('activate' in change_options) or ('-a' in change_options)): - cfg.load() + cfg.load() else: raise dbus.exceptions.DBusException( VG_INTERFACE,