johnsonyang
johnsonyang
hi @seperman ,thanks for the information. I managed to create a wrapper script(https://github.com/xcat2/xcat-inventory/pull/83) and apply it as the diff tool in git. Attach the steps here for those who is...
hi @seperman , our license is supposed to be EPL. I need to check with the team tomorrow to get the permission. Which piece of code do you want? what...
hi @seperman , checked with the team today, we are ok to contribute these 2 files. We will create a PR in our working hours(which branch should the PR be...
hi @seperman , the author of the 2 files @xuweibj has create the PR https://github.com/seperman/deepdiff/pull/128
hi @bybai , would you pls take a look at this issue? thx hi @paddyoneill , as a workaround , you can add `nvme02-ib0` in hosts table like: ``` #tabdump...
hi @bybai ,since @paddyoneill "only uses DNS on the headnode for name resolution and not /etc/hosts." If you modify the `hosts` line in `/etc/nsswitch.conf` to `hosts: dns`, `makedns` will fail...
did you try this: > as a workaround , you can add `nvme02-ib0` in hosts table like: ``` #tabdump hosts "nvme02-ib0","192.168.100.2",,,, ``` > then try `makedns nvme02`
hi @doctaweeks , would you please provide an example of `lsdef` failed case?
hi @geoffrey-pascal , you have to define the `networks` entries with `domain` to be each of the search domains `subdomain1.mydomain.com` and `subdomain2.mydomain.com` For example: ``` [root@boston02 ~]# tabdump networks #netname,net,mask,mgtifname,gateway,dhcpserver,tftpserver,nameservers,ntpservers,logservers,dynamicrange,staticrange,staticrangeincrement,nodehostname,ddnsdomain,vlanid,domain,mtu,comments,disable...
hi @geoffrey-pascal , yes, if you put 2 domains in 1 entry in networks table, `makedhcp -n` will produce an invalid option in `dhcpd.conf` ``` option domain-search "clusters.com", "test.com,xyz.com", "abc.com";...