diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-04 15:53:19 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-04 15:53:19 -0400 |
commit | 20cfe5537943e0eb785f8e7c18d8e34504ff645c (patch) | |
tree | 988052b35623f8d1038cbbb9ff53ab8e8c696d1b /doc/todo | |
parent | 3b4d77ca02ede266f808b06a0b2d503e7cfc85e8 (diff) |
move to todo
Diffstat (limited to 'doc/todo')
2 files changed, 29 insertions, 0 deletions
diff --git a/doc/todo/__91__FR__93___No_consistency_check_while_on_battery-only.mdwn b/doc/todo/__91__FR__93___No_consistency_check_while_on_battery-only.mdwn new file mode 100644 index 000000000..815ce6a1b --- /dev/null +++ b/doc/todo/__91__FR__93___No_consistency_check_while_on_battery-only.mdwn @@ -0,0 +1,14 @@ +I hope this has not been mentioned before. I only found in mentioned in a comment of a devblog post. + +### Please describe the problem. +With `git annex assistant` running, consistency checks is sometimes triggered while the computer is battery-powered (as opposed to plugged into AC). + +### What steps will reproduce the problem? +Configure `git annex assistant` to make consistency check daily (or whatever the default is), unplug from power and wait. + +### What version of git-annex are you using? On what operating system? +`5.20141231` on Archlinux 64 bit. (From the changelog I guess it's also present in the newest version). + +### Please provide any additional information below. + +It would be nice if one could toggle whether consistency check may run while not plugged into AC. diff --git a/doc/todo/__91__FR__93___No_consistency_check_while_on_battery-only/comment_1_b557db02c3719152d392fa454c9c5ce5._comment b/doc/todo/__91__FR__93___No_consistency_check_while_on_battery-only/comment_1_b557db02c3719152d392fa454c9c5ce5._comment new file mode 100644 index 000000000..99de27120 --- /dev/null +++ b/doc/todo/__91__FR__93___No_consistency_check_while_on_battery-only/comment_1_b557db02c3719152d392fa454c9c5ce5._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-02-04T19:48:10Z" + content=""" +I agree this would be nice. However, how to detect if it's on battery? + +Debian has a `on_ac_power` command which is rather complicated; 88 lines of +code that deal with APM, PMU (powerpc), and two different kernel interfaces +for ACPI (new sysfs and old /proc/acpi). + +Then there's OSX, Windows, Android.. + +I'm going to move this from bugs to todo. +"""]] |