Jonathon Anderson

Results 264 comments of Jonathon Anderson

I think we at least need to make it possible to clone an existing container to a new one. (Or has that already been added?)

I _think_ what you're saying is that templates provide a mechanism for avoiding backup files by specifying "nobackup" within the template, and this wouldn't be available if regular files were...

I think I misused the term "host overlay" here: I just meant generically "node" and didn't think about the fact that "host overlay" specifically refers to the overlay that is...

> As long as the code is capable of reading the old configs This wasn't the case at a recent customer site who upgraded from 4.2 to 4.3. Their 4.2...

Understood. But it might still be good for Warewulf to warn when or prevent setting a node to a non-existent profile.

Seeing that `wwctl container show` already "Show[s] root fs dir for container," I have adjusted this feature request to use the existing `wwctl overlay show` command, and simply make the...

I strongly suggest that there be a way to nominate which resources servers can respond to requests for each resource. For example, we want to mount NFS to our resource...

Shouldn't it stop in this error condition? https://github.com/hpcng/warewulf/pull/562/files#diff-5fb3c9e719961a1b5b4867d06c9f825d2c44c8454b3e07b922163fda4cdd1db5R98-R100 By my reading, it could fail to update hasher, but then try to use it anyway at https://github.com/hpcng/warewulf/pull/562/files#diff-5fb3c9e719961a1b5b4867d06c9f825d2c44c8454b3e07b922163fda4cdd1db5R101.

This occurred due to a malformed /etc/passwd entry. ``` asdf x:0:0:root:/root:/bin/bash ``` This was left-over from some testing for #522 and others. [As an aside: it did _not_ prevent me...