-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Description
I'm trying to move a folder or file from one place to another.
Expected behaviour
I expect the folder or file to be moved to the new folder.
What is happening instead?
The process proceeds normally until I click the final move button. then I receive this error.
Failed to move/copy: {"status":400,"message":"invalid source path: "}
Additional context
I am able to upload files fine. I can do anything else with them really and it works fine. If i ssh into the machine the files are created when uploaded or if I create a new folder through the UI on the disk location fine. User and group permissions match in the container and at the file level. If i move the files on disk the Web UI corrects on refresh.
OS
- OpenMediaVault 7.7.24
- OMV-Extras plugin installed to provide Docker interface.
- Mergerfs plugin used to fuse drives into one filesystem.
- Filesystem location "/srv/mergerfs/Cloud/filebrowser"
How to reproduce?
This is a fresh install. Behavior has existed since setup. Just try to move a file or folder from one place to another.
Files