Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget

38 events across 3 channels

Event IDTitleChannel
101Operational
101Storage Spaces Direct has successfully provisioned a disk for the cache.Management
102Operational
102Storage Spaces Direct cannot provision a disk for the cache due to an error.System
110Operational
110Storage Spaces Direct found a disk that cannot be used for the cache because …System
111Operational
111Storage Spaces Direct found a disk that cannot be used for the cache because the …System
112Operational
112Storage Spaces Direct found a disk that cannot be used for the cache because it …System
113Operational
113Storage Spaces Direct found a disk that cannot be used for the cache due to an …System
201Operational
201Storage Spaces Direct is optimizing the cache.Management
202Operational
202Storage Spaces Direct has selected the following drive to be rebalanced during …Management
203Operational
203Storage Spaces Direct has finished optimizing the cache.Management
204Operational
204Storage Spaces Direct cannot optimize the cache on a device.Management
301Operational
301Storage Spaces Direct found that a flash drive is missing.System
302Operational
302A missing flash device has reappeared.System
303Operational
303Storage Spaces Direct has timed out waiting for a missing flash drive to …System
304Operational
304Storage Spaces Direct has found that a flash device has failed to initialize.System
305Operational
305Storage Spaces Direct has found that a disk has reached the media error …System
401Operational
401The Storage Spaces Direct configuration has changed.Management
501Operational
501Storage Spaces Direct has successfully provisioned a SED drive for the cache.Management
502Operational
502Storage Spaces Direct encountered an error while configuring the following SED …Management
503Operational
503Storage Spaces Direct failed to configure the following SED drive.Management

Event ID 101 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 101 — Storage Spaces Direct has successfully provisioned a disk for the cache.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

Storage Spaces Direct has successfully provisioned a disk for the cache.

Cache mode: %11

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 102 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
RecentError1TimeStamp
RecentError1FailedStage
RecentError1ErrorCode
RecentError2TimeStamp
RecentError2FailedStage
RecentError2ErrorCode
RecentError3TimeStamp
RecentError3FailedStage
RecentError3ErrorCode
RecentError4TimeStamp
RecentError4FailedStage
RecentError4ErrorCode
ProvisioningErrorsCount
ProvisioningErrors

Event ID 102 — Storage Spaces Direct cannot provision a disk for the cache due to an error.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct cannot provision a disk for the cache due to an error.

Error: %14
Stage: %13

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Cache mode: %11

Guidance:
The most recent error code is listed above. Any prior errors about provisioning the disk are in the event details. The disk has been removed from Storage Spaces Direct. Check to ensure that cabling to your storage devices is fully seated and intact. Ensure that the disk is still present and is healthy, and that you have the latest drivers and firmware for the device and the storage controller.

To find the disk in PowerShell, use the following commands:
Get-PhysicalDisk |? ObjectId -Match "%1"
Get-PhysicalDisk -SerialNumber %5
Get-Disk -Number %2

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
RecentError1TimeStamp
RecentError1FailedStage
RecentError1ErrorCode
RecentError2TimeStamp
RecentError2FailedStage
RecentError2ErrorCode
RecentError3TimeStamp
RecentError3FailedStage
RecentError3ErrorCode
RecentError4TimeStamp
RecentError4FailedStage
RecentError4ErrorCode
ProvisioningErrorsCount
ProvisioningErrors

Event ID 110 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 110 — Storage Spaces Direct found a disk that cannot be used for the cache because data partitions already exist on the disk.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct found a disk that cannot be used for the cache because data partitions already exist on the disk.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Cache mode: %11

Guidance:
To use the disk for Storage Spaces Direct, you must delete all data partitions off of the disk.
To see which partitions are on the disk, run the following PowerShell cmdlet:
Get-Disk -Number %2 | Get-Partition

To delete all data partitions on the disk, run the following PowerShell cmdlet:
Set-Disk -Number %2 -IsOffline $false
Set-Disk -Number %2 -IsReadOnly $false
Clear-Disk -Number %2 ?RemoveData -RemoveOEM

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 111 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 111 — Storage Spaces Direct found a disk that cannot be used for the cache because the disk is not initialized as a GPT disk.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct found a disk that cannot be used for the cache because the disk is not initialized as a GPT disk.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Cache mode: %11

Guidance:
To use the disk for Storage Spaces Direct, you must initialize the disk as a GPT disk. First, ensure that the disk does contain any data that you want to save, then clear the disk using the following instructions.

To clear the disk:
Set-Disk -Number %2 -IsOffline $false
Set-Disk -Number %2 -IsReadOnly $false
Clear-Disk -Number %2 ?RemoveData -RemoveOEM

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 112 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
CacheMetadataReserveBytes

Event ID 112 — Storage Spaces Direct found a disk that cannot be used for the cache because it has insufficient disk space for the reserved metadata portion.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct found a disk that cannot be used for the cache because it has insufficient disk space for the reserved metadata portion.

Configured reserved bytes: %12

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Cache mode: %11

Guidance:
To use the disk for Storage Spaces Direct, you must reduce the amount of metadata reserve bytes.
To reduce the metadata reserve bytes, run the following PowerShell command:
(Get-Cluster).S2DMetadataReserveBytes = (%12 / 2)

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
CacheMetadataReserveBytes

Event ID 113 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 113 — Storage Spaces Direct found a disk that cannot be used for the cache due to an unexpected error.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct found a disk that cannot be used for the cache due to an unexpected error.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Cache mode: %11

Guidance:
Check to ensure that cabling to your storage devices is fully seated and intact. Ensure that the disk is still present and is healthy, and that you have the latest drivers and firmware for the device and the storage controller.

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 201 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Event ID 201 — Storage Spaces Direct is optimizing the cache.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

Storage Spaces Direct is optimizing the cache. While the cache is being optimized, some IOs to this node will not be cached and you may notice a performance degradation. Event 203 will be logged when optimization is complete.

Event ID 202 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
BindingAttributes
DirtyPages
DirtySlots
CacheDeviceId

Event ID 202 — Storage Spaces Direct has selected the following drive to be rebalanced during optimization.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

Storage Spaces Direct has selected the following drive to be rebalanced during optimization. While the cache is being optimized, some IOs to this drive cannot be cached. Event 203 is logged when cache optimization is completed for all the drives.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
BindingAttributes
DirtyPages
DirtySlots
CacheDeviceId

Event ID 203 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Event ID 203 — Storage Spaces Direct has finished optimizing the cache.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

Storage Spaces Direct has finished optimizing the cache.

Event ID 204 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 204 — Storage Spaces Direct cannot optimize the cache on a device.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

Storage Spaces Direct cannot optimize the cache on a device.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Guidance:
This occurs when some of the disks on this computer are not in a healthy state. Wait for all the disks to reach a healthy state, and then try to optimize the cache again.

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 301 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
TimeoutSeconds

Event ID 301 — Storage Spaces Direct found that a flash drive is missing.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct found that a flash drive is missing. The following disk is associated with that flash drive will not be able to serve IO until the problem is corrected.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Timeout (seconds): %11

Guidance:
Storage Spaces Direct will wait for the flash drive to reappear. When the device reappears, it results in event 302. If the device does not reappear within the timeout period that is listed above, Storage Spaces Direct will associate this affected hybrid disk with another flash drive. If the device does not reappear, it results in event 303.
Check to ensure that cabling to your storage devices is fully seated and intact. Ensure that the disk is still present and is healthy, and that you have the latest drivers and firmware for the device and the storage controller.

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
TimeoutSeconds

Event ID 302 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
TimeoutSeconds

Event ID 302 — A missing flash device has reappeared.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

A missing flash device has reappeared. This hybrid disk will resume serving IO.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Guidance:
This is the culmination of the preceding event 301. No further action is necessary.

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
TimeoutSeconds

Event ID 303 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
TimeoutSeconds

Event ID 303 — Storage Spaces Direct has timed out waiting for a missing flash drive to reappear and will now bind this hybrid to a different flash drive.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct has timed out waiting for a missing flash drive to reappear and will now bind this hybrid to a different flash drive.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Guidance:
This is the culmination of the preceding event 301. No further action is necessary.

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
TimeoutSeconds

Event ID 304 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
StatusCode

Event ID 304 — Storage Spaces Direct has found that a flash device has failed to initialize.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct has found that a flash device has failed to initialize.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Status: %12

Guidance:
This flash could not initialize cache. Try Repair-ClusterStorageSpacesDirect to recover

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode
StatusCode

Event ID 305 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 305 — Storage Spaces Direct has found that a disk has reached the media error threshold.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
System

Message

Storage Spaces Direct has found that a disk has reached the media error threshold.

Disk GUID: %1
Disk number: %2
Manufacturer: %3
Product ID: %4
Serial: %5

Enclosure location:
Enclosure slot: %6
Enclosure manufacturer: %7
Enclosure product ID: %8
Enclosure serial: %9

Guidance:
If this is a flash device, Storage Spaces Direct will bind any hybrid disks associated with this flash device to another flash device. No further action is necessary.

Fields

NameDescription
DiskGuid
DiskNumber
DiskManufacturer
DiskProductId
DiskSerial
EnclosureSlotNumber
EnclosureManufacturer
EnclosureProductId
EnclosureSerial
EnclosureGuid
CacheMode

Event ID 401 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
NewCacheMode
NewMetadataReserveBytes
NewCacheBehaviorFlags
OldCacheMode
OldMetadataReserveBytes
OldCacheBehaviorFlags

Event ID 401 — The Storage Spaces Direct configuration has changed.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

The Storage Spaces Direct configuration has changed.

New configuration:

Cache state: %1
Cache metadata reserve bytes: %2
Cache behavior: %3

Old configuration:

Cache state %4
Cache metadata reserve bytes: %5
Cache behavior: %6

Fields

NameDescription
NewCacheMode
NewMetadataReserveBytes
NewCacheBehaviorFlags
OldCacheMode
OldMetadataReserveBytes
OldCacheBehaviorFlags

Event ID 501 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskSedState

Event ID 501 — Storage Spaces Direct has successfully provisioned a SED drive for the cache.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

Storage Spaces Direct has successfully provisioned a SED drive for the cache.

Disk GUID: %1
SED Drive Provisioning State: %2

Fields

NameDescription
DiskGuid
DiskSedState

Event ID 502 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskSedState
ErrorCode

Event ID 502 — Storage Spaces Direct encountered an error while configuring the following SED drive.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

Storage Spaces Direct encountered an error while configuring the following SED drive.

Disk GUID: %1
SED Drive Provisioning State: %2
Status: %3

Fields

NameDescription
DiskGuid
DiskSedState
ErrorCode

Event ID 503 —

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Operational

Fields

NameDescription
DiskGuid
DiskSedState
ErrorCode

Event ID 503 — Storage Spaces Direct failed to configure the following SED drive.

Provider
Microsoft-Windows-FailoverClustering-SoftwareStorageBusTarget
Channel
Management

Message

Storage Spaces Direct failed to configure the following SED drive. This drive will not be used by S2D.

Disk GUID: %1
SED Drive Provisioning State: %2
Status: %3

Fields

NameDescription
DiskGuid
DiskSedState
ErrorCode