Add support for reporting CPU socket number

IPA reports a few cpu fields including cores, arch, flags etc.
There is a need that user wants to utilize the physical number in
a baremetal since cores are just a logical representation of the
compute resource.
The socket number is more suitable for the quota control in some
use cases.
Change-Id: I94be86d6b12a3a7e7ca1041d948427a073412a31
This commit is contained in:
Kaifeng Wang
2023年11月12日 12:51:40 +08:00
committed by Jay Faulkner
parent 845df338f8
commit 9cafe76225

View File

@@ -171,7 +171,7 @@ fields:
``cpu``
CPU information: ``model_name``, ``frequency``, ``count``,
``architecture`` and ``flags``.
``architecture``, ``flags`` and ``socket_count``.
``memory``
RAM information: ``total`` (total size in bytes), ``physical_mb``
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.