We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when src and dest are not on the same device, the hard link creation fails. in roles/georchestra/tasks/nativelibs.yml, we have :
question : is hard link necessary ?
The text was updated successfully, but these errors were encountered:
I dont remember the details, but iirc a symlink wasnt enough for geoserver to work with gdal.
Sorry, something went wrong.
No branches or pull requests
when src and dest are not on the same device, the hard link creation fails.
in roles/georchestra/tasks/nativelibs.yml, we have :
file: src=/usr/share/java/gdal.jar dest={{ tomcat_basedir }}/georchestra/shared/gdal.jar state=link
file: src=/usr/share/java/gdal.jar dest={{ tomcat_basedir }}/geoserver/webapps/geoserver/WEB-INF/lib/gdal.jar state=hard
it fails with this message :
TASK: [georchestra | hardlink gdal.jar to geoserver libdir] *******************
failed: [georchestra-ppd] => {"failed": true, "path": "/opt/tomcat/geoserver/webapps/geoserver/WEB-INF/lib/gdal.jar", "state": "absent"}
msg: Error while linking: [Errno 18] Invalid cross-device link
FATAL: all hosts have already failed -- aborting
question : is hard link necessary ?
The text was updated successfully, but these errors were encountered: