Jonathon Anderson

Results 264 comments of Jonathon Anderson

@mslacken I'd like to start helping to get this merged. I tried to do the rebase myself, but I think you'll be more readably able to resolve the conflicts in...

We also have to do this to let fuzzball-substrate (and presumably other container systems; reportedly podman) to work: ``` wwctl profile set default \ --root=tmpfs \ --kernelargs="quiet crashkernel=no vga=791 net.naming-scheme=v238...

Labeled for discussion mostly to check thoughts on the need for the REST API to operate as part of warewulfd, but also to discuss mechanisms for authentication.

Apparently arm64 runners are not publicly available. https://github.blog/changelog/2023-10-30-accelerate-your-ci-cd-with-arm-based-hosted-runners-in-github-actions/

I used `fdupes -rn --delete .` to find and remove duplicate files in the library, which let me finish an upload successfully, so I'm no longer stuck. I also realized...

Transcribing @JasonYangShadow's comments from an internal ticket: It is caused by pflags, we are using map[string]string as the tag field, and it is handled by pflags’s StringToStringVarP function. https://github.com/spf13/pflag/blob/v1.0.5/string_to_string.go#L130 https://github.com/warewulf/warewulf/blob/main/internal/pkg/node/flags.go#L223...

@JasonYangShadow I concur. If we actually wanted to fix this, it looks like it'd need to be fixed upstream in cobra. Not that we can't do that; but it seems...

@mslacken I tried this out and it appears to work for me, which leaves me confused why it was this way in the first place. Let me know if you...

I don't know why yet, but ever since I made this change I get inconsistent behavior about init starting correctly. Until I can sort that out, I'm marking this a...