mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 22:13:29 -07:00
Fixed: Added glusterfs to known network drive filesystems so it shows up in System
This commit is contained in:
parent
792127bebd
commit
e4d5e17cf0
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue