Merge lp://staging/~gurnec/byobu/trunk-bugfix-1626218 into lp://staging/byobu
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~gurnec/byobu/trunk-bugfix-1626218 |
Merge into: | lp://staging/byobu |
Diff against target: |
51 lines (+8/-11) 1 file modified
usr/lib/byobu/disk_io (+8/-11) |
To merge this branch: | bzr merge lp://staging/~gurnec/byobu/trunk-bugfix-1626218 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Dustin Kirkland | Pending | ||
Review via email: mp+379352@code.staging.launchpad.net |
Commit message
usr/lib/
remove disk_io status notification when it drops below the $DISK_IO_THRESHOLD
Description of the change
When the disk_io status notification is enabled and the machine's IO first exceeds $DISK_IO_THRESHOLD (defaults to 50kB/s), the status notification appears. If both the read and write IO drop below the threshold, the status notification is not removed, and instead its last value is displayed until the threshold is later exceeded and the old notification is overwritten.
This patch removes the notification once the IO drops below the threshold, closing LP #1626218.
Unmerged revisions
- 2644. By Christopher Gurnee
-
usr/lib/
byobu/disk_ io: LP: #1626218
remove disk_io status notification when it drops below the $DISK_IO_THRESHOLD