OutputStream out = null;
try {
GridGgfsPath path = convert(f);
GridGgfsMode mode = mode(path);
if (LOG.isDebugEnabled())
LOG.debug("Opening output stream in create [thread=" + Thread.currentThread().getName() + "path=" +
path + ", overwrite=" + overwrite + ", bufSize=" + bufSize + ']');