We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c323b8c commit fdf8b14Copy full SHA for fdf8b14
src/test/java/org/gluster/test/TestGluster.java
@@ -107,6 +107,7 @@ public static void before() throws Exception{
107
conf.set("fs.glusterfs.server", glusterHost);
108
conf.set("fs.default.name", "glusterfs://"+glusterHost+":9000");
109
conf.set("quick.slave.io", "true");
110
+ System.out.println("server " + conf.get("fs.glusterfs.server"));
111
gfs.initialize(temp.toURI(), conf);
112
}
113
0 commit comments