Jarrod Johnson
Jarrod Johnson
FYI, I have encountered two items that cause similar behavior: -Ubuntu install - If the installed image has non-gawk awk, then it turns out like this -If site table contains...
BTW, I would be interested on your feedback on the confluent ssh design. In confluent, no user private keys for root or any other user are ever shared. Same for...
Oh, and you may want to make this a pull request, it seems straightforward enough to me.
Ok, my attempt of incorporating changes as a pull request: https://github.com/xcat2/xcat-core/pull/7247 Broadly speaking, at least for my part I'm working towards a broadly more hardened design in confluent for these...
As an fyi, we have been testing and using confluent for infiniband deployment, but here's our documentation for it in xCAT when we used to support that way: https://hpc.lenovo.com/users/documentation/el8ibinstall.html
I didn't quite get the tight understanding, and I failed to produce the same behavior in my own copy of their environment and also failed to produce a unit test...
Ok, made suggested changes. The problem I have is less about how to measure it, it's not being able to produce the same behavior. When I try to write a...
As an fyi, confulent does support leap 15.3
FYI, see my comments in https://github.com/xcat2/xcat2-task-management/issues/573 We did boot over infiniband using the 8 byte port guid and 6 byte 'fake ethernet' that mellanox does. We did our testing using...
What do you think of the strategy of using the port guid rather than the 20 byte address? To support that, all that's needed to accomodate omnipath is: https://github.com/xcat2/xcat-core/pull/5976/files To...