glusterfs-java-filesystem icon indicating copy to clipboard operation
glusterfs-java-filesystem copied to clipboard

cannot find GlusterfsFileSystemProvider

Open yetian12 opened this issue 3 years ago • 1 comments

in idea, it can found glusterfsFileSystemProvider,like this: List<FileSystemProvider> fileSystemProviders = FileSystemProvider.installedProviders(); for (FileSystemProvider p: fileSystemProviders ) { logger.info(String.format("file providers class are:[%s]",p.getClass())); logger.info(String.format("file providers are:[%s]",p.getScheme())); }

file providers class are:[class sun.nio.fs.WindowsFileSystemProvider] file providers are:[file] file providers class are:[class com.sun.nio.zipfs.ZipFileSystemProvider] file providers are:[jar] file providers class are:[class com.peircean.glusterfs.GlusterFileSystemProvider] file providers are:[gluster]

but,when it was jar on windows or linux, just can find WindowsFileSystemProvider\ZipFileSystemProvider,or LinuxFileSystemProvider\ZipFileSystemProvider.

yetian12 avatar Mar 09 '22 04:03 yetian12

Hi @yetian12 ,

is the Glusterfs server installed on the target machine ?

dhsrik avatar Feb 15 '23 13:02 dhsrik