Merge pull request #1938 from ogayot/doc-disk-match-vendor-model

doc: fix documentation of match specs for model and vendor
This commit is contained in:
Olivier Gayot 2024-03-14 19:22:58 +01:00 committed by GitHub
commit a874ee1235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -493,7 +493,9 @@ The actions in the storage configuration are processed in the order they are in
A match spec supports the following keys:
* ``model: value``: matches a disk where ``ID_VENDOR=value`` in udev, supporting globbing
* ``model: value``: matches a disk where ``ID_MODEL=value`` in udev, supporting globbing
* ``vendor: value``: matches a disk where ``ID_VENDOR=value`` in udev, supporting globbing
* ``path: value``: matches a disk based on path (e.g. ``/dev/sdc``), supporting globbing (the globbing support distinguishes this from specifying ``path: value`` directly in the disk action)