-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
How does VNFS work? #275
Comments
By default there is an entry in
Comment out this line and rebuild the VNFS. What |
Thank you. That clarifies a lot. So based on this, what is the best strategy of master provisioning node? For example I have a pretty complicated program which relies on a lot of headers and libraries. I want to compile this program once on master and run it on each of the nodes. So I want to share the /usr/lib and /usr/local/lib of master via NFS cause that's the location of these libraries. Is this a good strategy or is there anything better? |
In this case, you're probably better off commenting out the entries you need in the You can always test hybridizing it, see if you run into any issues. But from my limited understanding, you'll probably be better off including it in the VNFS. |
Hi, I'm new to warewulf. I installed a g++ in VNFS root path. But after I do 'wwvnfs --chroot $CHROOT' and reboot the node, I do not find /usr/include directory on node. This directory contains g++ head file, and exists on $CHROOT on master. So I wander how to export this or any directory in $CHROOT, which I think is very important for stateless machine environment configuration.
The text was updated successfully, but these errors were encountered: