mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 16:57:10 +00:00
Update huge pages documentation
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
This commit is contained in:
parent
59f89dad8e
commit
bbff335fb7
1 changed files with 3 additions and 3 deletions
|
@ -966,9 +966,9 @@ The following features are available for matching:
|
|||
| | | **`node_count`** | int | Number of NUMA nodes |
|
||||
| **`memory.swap`** | attribute | | | Swap enabled on node |
|
||||
| | | **`enabled`** | bool | `true` if swap partition detected, `false` otherwise |
|
||||
| **`memory.hugepages`** | attribute | | | Discovery of huge pages size on node |
|
||||
| | | **`enabled`** | bool | `true` if huge pages size has been configured, otherwise `false` |
|
||||
| | | **`hugepages-<page-size>`** | bool | `true` if the corresponding huge page size is enabled (e.g., `hugepages-2Mi`), the attribute is absent if not enabled |
|
||||
| **`memory.hugepages`** | attribute | | | Discovery of supported huge pages size on node |
|
||||
| | | **`enabled`** | bool | `true` if total number of huge pages (of any page size) have been configured, otherwise `false` |
|
||||
| | | **`hugepages-<page-size>`** | string | total number of huge pages (e.g., `hugepages-1Gi=16`) |
|
||||
| **`network.device`** | instance | | | Physical (non-virtual) network interfaces present in the system |
|
||||
| | | **`name`** | string | Name of the network interface |
|
||||
| | | **`<sysfs-attribute>`** | string | Sysfs network interface attribute, available attributes: `operstate`, `speed`, `sriov_numvfs`, `sriov_totalvfs` |
|
||||
|
|
Loading…
Add table
Reference in a new issue