S2D Volume Discovery

Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Discovery.Volume (Discovery)

Discovery of Storage Spaces Direct Volume objects.

Knowledge Base article:

Summary

The discovery starts on the Storage Virtual Disk. If the operational status of the disk is not "OK" (check the status with PowerShell cmdlet Get-VirtualDisk), then the discovery does not refresh the list of the volumes and does not find any new volumes. This is a normal behavior of the discovery intended to prevent incorrect volume population

Element properties:

TargetMicrosoft.Windows.Server.10.0.Storage.StorageSpacesDirect.VirtualDisk
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Discovery.DataSource.Volume Microsoft.Storage.Library.MonitoringRunAsProfile

Source Code:

<Discovery ID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Discovery.Volume" Enabled="true" Target="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.VirtualDisk" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Volume">
<Property TypeID="MicrosoftStorageLibrary!Microsoft.Storage.Library.Windows.Volume" PropertyID="UniqueID"/>
<Property TypeID="MicrosoftStorageLibrary!Microsoft.Storage.Library.Windows.Volume" PropertyID="VolumeLabel"/>
<Property TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Volume" PropertyID="ObjectId"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystemContatainsVolume"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Discovery.DataSource.Volume" RunAs="MicrosoftStorageLibrary!Microsoft.Storage.Library.MonitoringRunAsProfile">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
<DebugMode>false</DebugMode>
</DataSource>
</Discovery>