~ubuntu-branches/ubuntu/saucy/hdparm/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/hdparm-functions

  • Committer: Steve Langasek
  • Date: 2012-05-01 06:04:02 UTC
  • Revision ID: steve.langasek@canonical.com-20120501060402-n7xnbe0at8s91ijv
debian/hdparm-functions, debian/95hdparm-apm: set our spindown policy
back to -B128 instead of -B127.  Too many drives misbehave too badly
with this setting, possibly leading to drive failure.  We should revisit
this once we understand why people's drives are spinning back *up* so
frequently.  LP: #952556.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        # set our default global apm policy here.
80
80
        if hdparm_try_apm "$WANTED_DISK"; then
81
81
            if hdparm_is_on_battery; then
82
 
                hdparm_set_option -B127
 
82
                hdparm_set_option -B128
83
83
                # we allow spindown, but set a spindown time of 3 minutes by
84
84
                # default so the disk isn't constantly power cycling on a busy
85
85
                # machine