I disabled kdump on an host: <kdump_status>disabled</kdump_status> I also disable the service in systemd: systemctl status kdump ... Loaded: loaded (/usr/lib/systemd/system/kdump.service; disabled; vendor preset: enabled) ... But's it's required by vdsmd: systemctl show vdsmd.service | grep Wants Wants=dev-hugepages1G.mount mom-vdsm.service abrtd.service ovirt-imageio-daemon.service libvirt-guests.service system.slice kdump.service So it's started anyway. Is there a way to prevent that ?
(In reply to Fabrice Bacchella from comment #0) > I disabled kdump on an host: > > <kdump_status>disabled</kdump_status> > > I also disable the service in systemd: > > systemctl status kdump > ... > Loaded: loaded (/usr/lib/systemd/system/kdump.service; disabled; vendor > preset: enabled) > ... > > But's it's required by vdsmd: > > systemctl show vdsmd.service | grep Wants > Wants=dev-hugepages1G.mount mom-vdsm.service abrtd.service > ovirt-imageio-daemon.service libvirt-guests.service system.slice > kdump.service > > So it's started anyway. Is there a way to prevent that ? bugzilla isn't a support forum/service, please ask such questions on systemd-related forums/lists/etc. Thanks. I think you can try 'systemctl mask', didn't try it, no idea what this will cause to vdsm if it works.