Open klingenm opened 9 months ago
Yeah this has hit me before too, good to see an issue raised.
Yeah this has hit me too, good to see an issue raised. BTW, rmdir
also has the same confusing behaviour.
please consider to support too: feature fs - agent rmdir
Currently, configuring
will only successfully create "ordinary" file entries in the remote filesystem. If the executable running in
mirrord
tries to create a directory the remote filesystem the mkdir call will actually be called locally.The current behaviour is quite confusing, as xstat calls are forwarded to the agent (checking if directory exists) but actual mkdir call is done locally.