mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed: Added glusterfs to known network drive filesystems so it shows up in System
This commit is contained in:
@@ -11,6 +11,7 @@ namespace NzbDrone.Mono.Disk
|
|||||||
{ "afpfs", DriveType.Network },
|
{ "afpfs", DriveType.Network },
|
||||||
{ "apfs", DriveType.Fixed },
|
{ "apfs", DriveType.Fixed },
|
||||||
{ "fuse.mergerfs", DriveType.Fixed },
|
{ "fuse.mergerfs", DriveType.Fixed },
|
||||||
|
{ "fuse.glusterfs", DriveType.Network },
|
||||||
{ "zfs", DriveType.Fixed }
|
{ "zfs", DriveType.Fixed }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user