commit | a4cefc9f8bf24b2fdcc62cc0d2685698814374d4 | [log] [download] |
---|---|---|
author | Michal Sekletár <msekleta@redhat.com> | Thu Mar 26 13:35:11 2020 +0100 |
committer | Jan Synacek <jan.synacek@gmail.com> | Thu Aug 06 17:20:43 2020 +0200 |
tree | c6f68ae71d2adf44411a8117866db16a18d34ea3 | |
parent | 91dddaafe0b6fcc9c0a57d2feef599b82ce2a146 [diff] |
device: don't emit PropetiesChanged needlessly Functions called from device_setup_unit() already make sure that unit is enqueued in case it is a new unit or properties exported on the bus have changed. This should prevent unnecessary DBus wakeups and associated DBus traffic when device_setup_unit() was called while reparsing /proc/self/mountinfo due to the mountinfo notifications. Note that we parse /proc/self/mountinfo quite often on the busy systems (e.g. k8s container hosts) but majority of the time mounts didn't change, only some mount got added. Thus we don't need to generate PropertiesChanged for devices associated with the mounts that didn't change. Thanks to Renaud Métrich <rmetrich@redhat.com> for debugging the problem and providing draft version of the patch. (cherry picked from commit 2e129d5d6bd6bd8be4b5359e81a880cbf72a44b8) Resolves: #1793533
General information about systemd can be found in the systemd Wiki.
Information about build requirements are provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the HACKING file for information how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list or join our IRC channel.
Stable branches with backported patches are available in the stable repo.