From 97f081ae6ba7ac65179278c24fe0a121ce108fbb Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 3 Nov 2023 09:21:20 +0200 Subject: [PATCH] docs: use correct storage.block name for block device feature (cherry picked from commit d9b4d9bbd60f76b96345072bdc13f02e4304bf83) --- docs/usage/customization-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/customization-guide.md b/docs/usage/customization-guide.md index 67e122f2b..b496a6410 100644 --- a/docs/usage/customization-guide.md +++ b/docs/usage/customization-guide.md @@ -791,10 +791,10 @@ The following features are available for matching: | | | **``** | string | Sysfs network interface attribute, available attributes: `operstate`, `speed`, `sriov_numvfs`, `sriov_totalvfs` | **`pci.device`** | instance | | | PCI devices present in the system | | | **``** | 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 | | | **``** | string | Sysfs network interface attribute, available attributes: `dax`, `rotational`, `nr_zones`, `zoned` -| **`system.osrelease`** | attribute | | | System identification data from `/etc/os-release` +| **`system.osrelease`** | attribute | | | System identification data from `/etc/os-release` | | | **``** | string | One parameter from `/etc/os-release` | **`system.name`** | attribute | | | System name information | | | **`nodename`** | string | Name of the kubernetes node object