mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-15 15:50:22 +00:00
The old regex matches product IDs containing a 0 (like 1230 or 1023, ...), too. This causes issues for some x86 Supermicro servers resulting in the following error: rpower node01 cycle node01: [xcat]: Error: unsupported command rpower cycle for OpenPOWER The new regex fixes this issue and matches ^0$ only.