Skip to content

Commit

Permalink
Fixed: Added glusterfs to known network drive filesystems so it shows…
Browse files Browse the repository at this point in the history
… up in System
  • Loading branch information
Taloth committed Jun 21, 2020
1 parent 2c286f7 commit 1509e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NzbDrone.Mono/Disk/FindDriveType.cs
Expand Up @@ -11,6 +11,7 @@ public static class FindDriveType
{ "afpfs", DriveType.Network },
{ "apfs", DriveType.Fixed },
{ "fuse.mergerfs", DriveType.Fixed },
{ "fuse.glusterfs", DriveType.Network },
{ "zfs", DriveType.Fixed }
};

Expand Down

0 comments on commit 1509e73

Please sign in to comment.