You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, GetFilesystems will run all filesystems through a filterDuplicates function that uses the device name to remove duplicate entries. For most instances this makes sense, but for certain device mapper setups, where a user might have multiple directories backed by a single device, this can be confusing. We might want some kind of filter_duplicates flag to enable/disable this behavior, or at least, a debug-level log line that tells the user when a filesystem has been filtered out.
The text was updated successfully, but these errors were encountered:
Right now, GetFilesystems will run all filesystems through a
filterDuplicates
function that uses the device name to remove duplicate entries. For most instances this makes sense, but for certain device mapper setups, where a user might have multiple directories backed by a single device, this can be confusing. We might want some kind offilter_duplicates
flag to enable/disable this behavior, or at least, a debug-level log line that tells the user when a filesystem has been filtered out.The text was updated successfully, but these errors were encountered: