Hello,

In a DSI we've been developing against our distributed storage system,
we would like for only certain directories to be handled via our
storage system, but fallback to the regular POSIX
open/read/write/etc.. calls for other directories.

That functionality ends up just duplicating the functionality that
already exists elsewhere in gridftp-server, so it seems like the
better idea would be to somehow grab function pointers to the file DSI
and have an "if (regular_file): return *file_dsi_cmd()" to just use
the other DSIs code.

Is that a sensible thing to do? Is there an example out there of the
same thing being implemented elsewhere?

Cheers,
Andrew

-- 
--
Andrew Melo

Reply via email to