Christian Goll

Results 110 comments of Christian Goll

The question here is, doe this need code in warewulf or is it enough to have separate overlays?

If its on the `development` branch we will have to postpone this until the merge of #495 as the `wwctl node set` interface changed here/

Feature allready exists for `wwctl container list` Implementation for `wwctl container show`: https://github.com/hpcng/warewulf/pull/412

Yes these files shouldn't be readable per default. I think you can change the _wwinit_ overlay permissions, that should fix it for your case.

I think this have to be fixed in the Makefile

The point here is that with `{/* nobackup */}' the creation of the backup can be avoided. So there is no way to avoid this for normal files. But if...

Why are there regular files in the host overlay?

As long as the code is capable of reading the old configs and recreate a new one on the fly (how its done at the moment), packaging this tool might...

So reflections should now ready to be used. Did up to now just testing on the basic functions, so no merge yet. I will do a full test, what means...

At this point more tests are needed. The main functions do now the following: * set all the values of a NodeInfo (datastore) from a NodeConf (yaml) via Set or...