Bug 1047339
Summary: | Disks never spin down after set with gnome-disks | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Obaterspok <john.obaterspok> |
Component: | gnome-disk-utility | Assignee: | David King <amigadave> |
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | floydbarber, tsmetana, tuksgig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-29 13:57:05 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
John Obaterspok
2013-12-30 14:03:55 UTC
Doing "systemctl stop udisks2" allows the disks to spin down after an hour. What is the udisks2 doing? (In reply to John Obaterspok from comment #1) > Doing "systemctl stop udisks2" allows the disks to spin down after an hour. > What is the udisks2 doing? It reads smart every ten minutes. Try "udisksctl monitor" I found useful this topic on linuxquestions.com: http://www.linuxquestions.org/questions/slackware-14/usb-disk-won%27t-sleep-under-slackware-14-1-a-4175486386/ While before was enough to set the udev rule, the only trick that works now for me also is to switch smart off, and doing it while udisksd is not running This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Well, if udisks2 is reading smart values every ten minutes it won't be possible for disks to sleep with higher idleness than 5-10 minutes. Right? If I set disks to sleep after 1 hour of idleness shouldn't the smart checking period value be adjusted as well? What I've done now is this: In /etc/sysconfig/smartmontools I've set the command line options for smartd to: smartd_opts="--quit never --interval=18000" This will let smartd check every 5h Then I've completely disabled udisks2: systemctl disable udisks2 systemctl mask udisks2 systemctl stop udisks2 Then I have a script that set spin down after 2 x 30 minutes of idleness hdparm -S 242 /dev/sdX Probably not the best solution, but it works. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This message is a reminder that Fedora 20 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 20. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '20'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 20 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |