scsi_id cannot query disk partitions after upgrading kernel to 5.7 errata or 5.8

Terry.Liu-Oracle
Posts: 542 Silver Badge
Comments
-
Be careful. The assignment operator (=) differs from the equality test operator (==), so you define the PROGRAM to be used like this:
PROGRAM="blah blah blah"
and not:
PROGRAM=="blah blah blah"
The equality test is a qualification predicate, not a symbol definition.
See more details in http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Virtualization/sect-Virtualization-Virtualized_block_devices-Configuring_persistent_storage_in_Red_Hat_Enterprise_Linux_5.html
Cheer
0
This discussion has been closed.