mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 13:58:21 +00:00
Merge pull request #1451 from marquiz/release-0.14
[release-0.14] docs: use correct storage.block name for block device feature
This commit is contained in:
commit
19e78d4cdf
1 changed files with 2 additions and 2 deletions
|
@ -791,7 +791,7 @@ The following features are available for matching:
|
|||
| | | **`<sysfs-attribute>`** | string | Sysfs network interface attribute, available attributes: `operstate`, `speed`, `sriov_numvfs`, `sriov_totalvfs`
|
||||
| **`pci.device`** | instance | | | PCI devices present in the system
|
||||
| | | **`<sysfs-attribute>`** | string | Value of the sysfs device attribute, available attributes: `class`, `vendor`, `device`, `subsystem_vendor`, `subsystem_device`, `sriov_totalvfs`, `iommu_group/type`, `iommu/intel-iommu/version`
|
||||
| **`storage.device`** | instance | | | Block storage devices present in the system
|
||||
| **`storage.block`** | instance | | | Block storage devices present in the system
|
||||
| | | **`name`** | string | Name of the block device
|
||||
| | | **`<sysfs-attribute>`** | string | Sysfs network interface attribute, available attributes: `dax`, `rotational`, `nr_zones`, `zoned`
|
||||
| **`system.osrelease`** | attribute | | | System identification data from `/etc/os-release`
|
||||
|
|
Loading…
Add table
Reference in a new issue