desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #63971
[Bug 913856] Re: NetworkManager periodically writes to the disk causing wakeups
This bug was fixed in the package network-manager -
0.9.2.0+git201112151936.6b31828-0ubuntu3
---------------
network-manager (0.9.2.0+git201112151936.6b31828-0ubuntu3) precise; urgency=low
* debian/patches/avoid-periodic-disk-wakeups.patch: avoid waking up disks to
write a timestamp every 5 minutes; we already update the timestamp when
connections are established, and it's enough to get a decent snapshot of
connection activations. For VPN, also update on disconnect. (LP: #913856)
-- Mathieu Trudel-Lapierre <mathieu-tl@xxxxxxxxxx> Tue, 10 Jan 2012 14:14:45 +0100
** Changed in: network-manager (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/913856
Title:
NetworkManager periodically writes to the disk causing wakeups
Status in “network-manager” package in Ubuntu:
Fix Released
Bug description:
Network Manager is periocially creating dirty pages that are being
written back to disk and causing uncessary drive wakeups.
Using SystemTap I was able to observe the following dirty pages being
created on the following files
0 795 1 NetworkManager sda1 D Mon Dec 19 13:54:50 2011 timestamps
0 795 1 NetworkManager sda1 D Mon Dec 19 13:54:50 2011 timestamps.096F6V
0 795 1 NetworkManager sda1 D Mon Dec 19 13:54:50 2011
0 795 1 NetworkManager sda1 D Mon Dec 19 13:54:50 2011 timestamps.5RWD6V
..and this occurs regulary every 5 minutes.
Can we either reduce the frequency of these writes or better still
only write the updates when really necessary (e.g. when we close
NetworkManager or the user interacts with NetworkManager which
requires us to really write data back to disk).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/913856/+subscriptions
References