Folder removal improvements by crwood · Pull Request #163 · gridsync/gridsync
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 26
Merged
Conversation
Copy link
Member
crwood
commented
Mar 12, 2019
crwood
commented
Similar to the fixes relating to folder-creation and linking from #160, this PR provides a few minor improvements relating to folder-removal and unlinking, specifically:
- Show (slightly) more "humanized" error messages for failures/exceptions that occur while removing or unlinking a folder
- Schedule a
tahoe restartafter successfully leaving one or more magic-folders (in order to compensate for Tahoe-LAFS' "Zombie Dragon" issue) - Schedule a rootcap rescan after unlinking one or more folders (instead of possibly during)
- Fix a weird issue in which
RawConfigParserwas erroneously caching old values fromtahoe.cfgeven aftertahoe magic-folder leavehad modified it causing folders to appear to be stuck in a "Loading..." state after restarting
crwood added 10 commits
March 11, 2019 13:51Fix a weird issue whereby Config.get() was somehow caching the value of the magic_folder "enabled" option of tahoe.cfg -- even after the `tahoe magic-folder leave` command removed the section/option from the file..
crwood
merged commit
2319ccb
into
master
crwood
deleted the
folder-removal-improvements
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment