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
All,
After building libisolator, the build doesn't run against Mesos 0.27.0.
# mesos-slave --master=zk://<node1>:2181,<node2>:2181,<node3>:2181/mesos \ --modules=file:///home/flocker/mesos-module-flocker/modules.json \ --isolation=com_clusterhq_flocker_FlockerIsolator \ --executor_registration_timeout=5mins \ --containerizers=docker,mesos Error loading modules: Error opening library: '/usr/local/lib/libisolator.so': Could not load library '/usr/local/lib/libisolator.so': libmesos-0.25.0.so: cannot open shared object file: No such file or directory
Maybe it could bind against libmesos.so instead of libmesos-0.25.0.so?
libmesos.so
libmesos-0.25.0.so
Thanks!
The text was updated successfully, but these errors were encountered:
Ah. I see that there is a build argument in the build container. I'll submit a PR docfix.
Sorry, something went wrong.
Add mesos version docfix for issue ClusterHQ#12
2b25535
No branches or pull requests
All,
After building libisolator, the build doesn't run against Mesos 0.27.0.
Maybe it could bind against
libmesos.so
instead oflibmesos-0.25.0.so
?Thanks!
The text was updated successfully, but these errors were encountered: