Linux discovery failing as "In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_storage_device]."Description"In payload missing minimum set of input values for criterion (matching) attributes from identify rule for table [cmdb_ci_storage_device]" error observed during the Linux DiscoverySteps to Reproduce 1. Log into instance.2. Execute quick discovery against Linux serverWorkaroundAdd below mentioned steps in the "Linux - Storage" shared library. However this will be avaialble in Rome release. 1. Add new step "Remove disks with empty name" before step "Update cmdb_ci_iscsi_disk Table" with "Filter table" operation and give table name "$iSCSIDisks" for both source and target table name with condition for "$iSCSIDisks[].name" as "is not empty". 2. Add new step "Remove duplicate cmdb_ci_iscsi_disk" after step "Update cmdb_ci_iscsi_disk Table" with "Set Parameter value" operation and table name as $tmp and give EVAL() in value and then fill below code inside the EVAL script. EVAL Script: var tableWithoutDuplicates = ''; tableWithoutDuplicates = DuplicateRemover.removeDuplicates(${cmdb_ci_iscsi_disk}, 'device_id');CTX.setAttribute("cmdb_ci_iscsi_disk", tableWithoutDuplicates); Related Problem: PRB1452181