v92 / libiorouter

libiorouter is LD_PRELOAD library for caching data and metadata requests from backend directory to local directory transparently to application.
GNU General Public License v3.0
6 stars 0 forks source link

libiorouter does not work in chroot() #19

Closed v92 closed 9 years ago

v92 commented 9 years ago

We have to prepend chroot directory before $PWD because absolute path is used for IO routing deciding.

v92 commented 9 years ago

It is fixed now, it prepends reported paths with chroot path.