Cluster_ID for Windows Cluster discovery Issue Is cluster_id discovered for Windows Cluster? OOB CI Identification for "cmdb_ci_win_cluster" class has Cluster_ID as the identification entry.ReleaseAll release.CauseThe main reason for this is because we do not discover Cluster_id for the Windows Cluster.Resolution It looks like the Cluster ID field used in the Identification is being derived from the Cluster class. The same goes for the UNIX Cluster.- This should not affect Windows Cluster discovery even if the Cluster_ID is not being discovered.Looking at both patterns (UNIX and Windows) these are the differences:1. The Windows Cluster discovery is based on the following WMI class: MSCluster_ResourceType.Source: Windows Cluster Discovery 2. The UNIX Cluster information seems to be captured by running the clustat -x command.This will return ID information. It seems that the ID is something expected from running the UNIX Command. ClustatHowever, from the Windows WMI Class, we are querying, we don't have such information. MSCluster_ResourceType Class