We are running MarkLogic 9.0-11 version 3 node cluster and MarkLogic is installed in "/var/opt/MarkLogic/
" directory, we have a soft link created of "/var/opt/MarkLogic/Forests
" to "/ML-content
" directory like below :-
lrwxrwxrwx. 1 daemon daemon 19 May 2 2019 Forests -> /ML-content/Forests
Whenever we created any forest with default data directory(i.e /var/opt/MarkLogic), we see folder is created to "/ML-content" which is fine but when we had to delete the forest or clear the forest we see below issue:-
2020-05-04 14:49:31.963 Alert: XDMP-FORESTERR: Error in clear of forest D2C-data-hub-FINAL-7: SVC-DIRREN: Directory rename error: rename '/var/opt/MarkLogic/Forests/D2C-data-hub-FINAL-7 to /var/opt/MarkLogic/TmpForests/D2C-data-hub-FINAL-7': Invalid cross-device link
Did anybody faced the same issue ? How can we resolve it ? Any suggestions/help
Thanks in advance