提交 e5fac009 编写于 作者: P Peter Krempa

schema: Allow > UINT_MAX KiB of memory for NUMA nodes

Using more than 4TiB of memory per NUMA node would not be possible to
express in the XML without violating the schema. Not that such boxes
would be common, but we should use a longer type at this point.

The pattern is not necessary since libvirt redefines the type already in
basictypes.rng with the same pattern.
上级 dc692438
......@@ -5218,9 +5218,7 @@
</define>
<!-- Memory as an attribute is in KiB, no way to express a unit -->
<define name="memoryKB">
<data type="unsignedInt">
<param name="pattern">[0-9]+</param>
</data>
<data type="unsignedLong"/>
</define>
<define name="domainName">
<data type="string">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册