Markus Hilger

Results 64 comments of Markus Hilger

@rlcto @ZAM- Yes, often xCAT is using nmcli already, but in some parts (for instance nics.nicextraparams and I think IPv6) it relies on ifcfg files. In my opinion it would...

@alexrichert In my opinion everything in the `nics` table should stay as is. 90% of it is using nmcli already. But there are some expections. For instance `nics.nicextraparams` relies on...

You have to use `10.0.0.0` for `networks.net`, not `10.0.0.0/8`. Netmask is defined in `networks.mask`. This should fix your issue :)

As a workaround add `lo:noboot` to your `site.dhcpinterfaces` variable. That should to the trick.

I can confirm that `0.123.12beta3a` works 100% for me. Every other version (releases and some betas I tested) since `0.123.10` are stuck on warning screen most of the time (only...

**0.200.2alpha** with nvngx.dll works very well for me. Tested 7 times, 100% success.

Vote for `After=` instead of `ExecStartPre=`, otherwise it looks good :+1:

This one is great! On a 4 socket intel system I get the following speedup: ``` # stock $ time nhc real 0m13,799s user 0m2,123s sys 0m11,618s # patched $...

Note: you might have to manually edit generated grub configs because ARM servers might use serial port `ttyAMA0` and xCAT will always use the string `"ttyS" + nodehm.serialport`