Fixed: Added glusterfs to known network drive filesystems so it shows up in System

pull/351/head
Taloth Saldono 4 years ago committed by ta264
parent 821aa90b14
commit 289113b204

@ -11,6 +11,7 @@ namespace NzbDrone.Mono.Disk
{ "afpfs", DriveType.Network },
{ "apfs", DriveType.Fixed },
{ "fuse.mergerfs", DriveType.Fixed },
{ "fuse.glusterfs", DriveType.Network },
{ "zfs", DriveType.Fixed }
};

Loading…
Cancel
Save