-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Labels
affects: live-siteImproving our ability to diagnose and fix the productImproving our ability to diagnose and fix the productaffects: mount-reliabilityErrors we've seen on MountsErrors we've seen on Mountspriority: dogfoodIssues uncovered during dogfoodingIssues uncovered during dogfooding
Description
The GVFS.Service tries to auto-mount all repos in the registry, and complains when a repo is not working. However, it does not remove that from the list. This includes repositories that are deleted.
We should keep these notifications for repos that are present but somehow corrupt. They might be fixable with gvfs repair.
However, if the directory does not even exist, then we should ignore it. We can perform a quick check in RepoRegistry.GetActiveReposForUser() to filter out such non-existent repos.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects: live-siteImproving our ability to diagnose and fix the productImproving our ability to diagnose and fix the productaffects: mount-reliabilityErrors we've seen on MountsErrors we've seen on Mountspriority: dogfoodIssues uncovered during dogfoodingIssues uncovered during dogfooding