spaceport.sys
Associated Error Codes
Below lists error codes and symbolic names found for this module.
| Code | Found in | Description |
|---|---|---|
| 0x30000000 | 1011 | Info |
| 0x50000002 | 1011 | Error |
| 0x50000003 | 1011 | Warning |
| 0x50000004 | 1011 | Information |
| 0xb0000066 | 1011 | Majority of the physical disks of storage pool %1 failed a configuration update, which caused the pool to go into a failed state. Return Code: %2 |
| 0xb0000067 | 1011 | The capacity consumption of the storage pool %1 has exceeded the threshold limit set on the pool. Return Code: %2 |
| 0xb0000068 | 1011 | The capacity consumption of the storage pool %1 is now below the threshold limit set on the pool. Return Code: %2 |
| 0xb00000c8 | 1011 | Windows was unable to read the disk header for physical disk %1. If you know the disk is still usable, then resetting the disk health by using command line or GUI may clear this failure condition and enable you to reassign the disk to its storage pool. Return Code: %2 |
| 0xb00000ca | 1011 | Physical disk %1 has invalid meta-data. Resetting the health status, using command line or GUI, might resolve the issue. Return Code: %2 |
| 0xb00000cb | 1011 | Physical disk %1 failed an IO operation. Return Code: %2. Additional related events may be found in the System event log for Disk %3. This disk may need to be replaced. To view its reliability counters, run this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Get-StorageReliabilityCounter This disk may be located using the following information: Drive Manufacturer: %4 Drive Model Number: %5 Drive Serial Number: %6 More information can be obtained using this PowerShell command: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } If this disk is in an enclosure, it may be located using the following information: Enclosure Manufacturer: %7 Enclosure Model Number: %8 Enclosure Serial Number: %9 Enclosure Slot: %10 It may also be located by running this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Enable-PhysicalDiskIndication |
| 0xb00000cc | 1011 | Physical disk %1 is reporting an impending failure. Sense Code (KEY ASC/ASCQ): %2 %3/%4. Additional related events may be found in the System event log for Disk %5. This disk may need to be replaced. To view its reliability counters, run this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Get-StorageReliabilityCounter This disk may be located using the following information: Drive Manufacturer: %6 Drive Model Number: %7 Drive Serial Number: %8 More information can be obtained using this PowerShell command: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } If this disk is in an enclosure, it may be located using the following information: Enclosure Manufacturer: %9 Enclosure Model Number: %10 Enclosure Serial Number: %11 Enclosure Slot: %12 It may also be located by running this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Enable-PhysicalDiskIndication |
| 0xb00000cd | 1011 | Windows lost communication with physical disk %1. This can occur if a cable failed or was disconnected, or if the disk itself failed. This disk may be located using the following information: Drive Manufacturer: %2 Drive Model Number: %3 Drive Serial Number: %4 If this disk is in an enclosure, it may be located using the following information: Enclosure Manufacturer: %5 Enclosure Model Number: %6 Enclosure Serial Number: %7 Enclosure Slot: %8 More information can be obtained using this PowerShell command: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } To view the virtual disks affected, run this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Get-VirtualDisk |
| 0xb00000ce | 1011 | Physical disk %1 was auto-retired. |
| 0xb00000cf | 1011 | Physical disk %1 arrived. Pool Id: %2 Drive Number: %3 Drive Manufacturer: %4 Drive Model Number: %5 Drive Serial Number: %6 |
| 0xb00000d0 | 1011 | Physical disk %2 failed while arriving. Return Code: %1. Pool Id: %3 Drive Number: %4 Drive Manufacturer: %5 Drive Model Number: %6 Drive Serial Number: %7 |
| 0xb000012c | 1011 | Physical disk %1 failed to read the configuration or returned corrupt data for virtual disk %2. As a result the in-memory configuration may not be the most recent copy of configuration. Return Code: %3 |
| 0xb000012d | 1011 | All pool disks failed to read the configuration or returned corrupt data for virtual disk %1. As a result the virtual disk will not attach. Return Code: %2 |
| 0xb000012e | 1011 | Majority of the pool disks hosting space meta-data for virtual disk %1 failed a space meta-data update, which caused the storage pool to go in failed state. Return Code: %2 |
| 0xb000012f | 1011 | Drives hosting data for virtual disk %1 have failed or are missing. As a result, no copy of data is available at offset %3. |
| 0xb0000130 | 1011 | The virtual disk %1 is in a degraded state. This can happen when a physical disk hosting the virtual disk fails, is disconnected, or experiences a write error. Windows will attempt to repair the virtual disk. No action is needed at this time. |
| 0xb0000131 | 1011 | Virtual disk %1 is now healthy. |
| 0xb0000132 | 1011 | The attempt to map, or allocate more storage for, the virtual disk %1 has failed. This is because there was a write failure involved in the updating the virtual disk metadata. Return Code: %2 |
| 0xb0000133 | 1011 | The attempt to unmap or trim the virtual disk %1 has failed. Return Code: %2 |
| 0xb0000135 | 1011 | Virtual disk %1 was detached due to an unexpected error. Return Code: %2 |
| 0xb0000136 | 1011 | The attempt to allocate more storage for the virtual disk %1 has failed. Check the available capacity of the virutual disk; you may need to add additional physical capacity to the pool. Once you have resolved the condition listed above, you can online the disk by using the following commands in PowerShell: Get-VirtualDisk | ?{ $_.ObjectId -Match "%1" } | Get-Disk | Set-Disk -IsReadOnly $false Get-VirtualDisk | ?{ $_.ObjectId -Match "%1" } | Get-Disk | Set-Disk -IsOffline $false |
| 0xb0000137 | 1011 | Virtual disk %1 requires a data integrity scan. Data on the disk is out-of-sync and a data integrity scan is required. To start the scan, run the following command: Get-ScheduledTask -TaskName "Data Integrity Scan for Crash Recovery" | Start-ScheduledTask Once you have resolved the condition listed above, you can online the disk by using the following commands in PowerShell: Get-VirtualDisk | ?{ $_.ObjectId -Match "%1" } | Get-Disk | Set-Disk -IsReadOnly $false Get-VirtualDisk | ?{ $_.ObjectId -Match "%1" } | Get-Disk | Set-Disk -IsOffline $false |
| 0xb0000138 | 1011 | Virtual disk %1 has failed a write operation to all its copies. You can online the disk by using the following commands in PowerShell: Get-VirtualDisk | ?{ $_.ObjectId -Match "%1" } | Get-Disk | Set-Disk -IsReadOnly $false Get-VirtualDisk | ?{ $_.ObjectId -Match "%1" } | Get-Disk | Set-Disk -IsOffline $false |
| 0xb0000139 | 1011 | Virtual disk %1 could not be repaired because there is not enough free space in the storage pool. Replace any failed or disconnected physical disks. The virtual disk will then be repaired automatically or you can repair it by running this command in PowerShell: Get-VirtualDisk | ?{ $_.ObjectId -Match "%1" } | Repair-VirtualDisk |
| 0xb0000190 | 1011 | A path to storage enclosure %1 has been detected. The number of available paths is %2. This enclosure may be located using the following information: Manufacturer: %3 Model Number: %4 Serial Number: %5 Firmware Version: %6 It may also be located by running this command in PowerShell: Get-StorageEnclosure | ?{ $_.ObjectId -Match "%1" } |
| 0xb0000191 | 1011 | A path to storage enclosure %1 has been removed. The number of remaining paths is %2. This enclosure may be located using the following information: Manufacturer: %3 Model Number: %4 Serial Number: %5 Firmware Version: %6 |
| 0xb0000192 | 1011 | The health of storage enclosure %1 has changed from %2 to %3. This enclosure may be located using the following information: Manufacturer: %4 Model Number: %5 Serial Number: %6 Firmware Version: %7 It may also be located by running this command in PowerShell: Get-StorageEnclosure | ?{ $_.ObjectId -Match "%1" } |
| 0xb0000193 | 1011 | A storage enclosure failed to initialize. Return Code: %1. This enclosure may be located using the following information: Manufacturer: %2 Model Number: %3 Serial Number: %4 Firmware Version: %5 |
| 0xb00003e8 | 10 | For internal use. |
| 0xb00003ed | 10 | Operation started. |
| 0xb00003ee | 10 | Operation completed. |
| 0xb0000514 | 10 | Scrubbing %3 bytes at offset %2. Resiliency type %1. Out of %4 copies, %5 were in sync and %6 were unreadable due to media failures. |
| 0xd0000001 | 1011 | Unknown |
| 0xd0000002 | 1011 | Unhealthy |
| 0xd0000003 | 1011 | Warning |
| 0xd0000004 | 1011 | Healthy |
| 0xd0000005 | 1011 | Auto |
| 0xd0000006 | 1011 | Enabled |
| 0xd0000007 | 1011 | Disabled |
| 0xd0000008 | 1011 | Simple |
| 0xd0000009 | 1011 | Mirror |
| 0xd000000a | 1011 | Parity |
| 0xb00000d1 | 11 | Physical disk %1 failed a Read IO operation. Return Code: %2. Additional related events may be found in the System event log for Disk %3. This disk may need to be replaced. To view its reliability counters, run this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Get-StorageReliabilityCounter This disk may be located using the following information: Drive Manufacturer: %4 Drive Model Number: %5 Drive Serial Number: %6 More information can be obtained using this PowerShell command: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } If this disk is in an enclosure, it may be located using the following information: Enclosure Manufacturer: %7 Enclosure Model Number: %8 Enclosure Serial Number: %9 Enclosure Slot: %10 It may also be located by running this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Enable-PhysicalDiskIndication |
| 0xb00000d2 | 11 | Physical disk %1 is reporting an impending failure. NVMe command status (SC SCT): %2 %3. Additional related events may be found in the System event log for Disk %4. This disk may need to be replaced. To view its reliability counters, run this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Get-StorageReliabilityCounter This disk may be located using the following information: Drive Manufacturer: %5 Drive Model Number: %6 Drive Serial Number: %7 More information can be obtained using this PowerShell command: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } If this disk is in an enclosure, it may be located using the following information: Enclosure Manufacturer: %8 Enclosure Model Number: %9 Enclosure Serial Number: %10 Enclosure Slot: %11 It may also be located by running this command in PowerShell: Get-PhysicalDisk | ?{ $_.ObjectId -Match "%1" } | Enable-PhysicalDiskIndication |
| 0xb000013a | 11 | Invalid log checkpoint found. Space Id: %1 Lsn: %2 Last Checkpoint Lsn: %3 Previous Checkpoint Lsn: %4 Status: %5 ExtendedStatus: %6 |
| 0xb000013b | 11 | Log reconcile failed. Space Id: %1 Log: %2 Lsn: %3 Status: %4 ExtendedStatus: %5 |
| 0xb000013c | 11 | Virtual disk %1 column update failed. Return Code: %2 |
| 0xb0000194 | 11 | A SCSI request was sent to enclosure %1. Enclosure: Manufacturer: %2 Model Number: %3 Serial Number: %4 Firmware Version: %5 Request: Operation: %6 Length: %7 Status: %8 See details for additional information. |
| 0xb0000195 | 11 | Diagnostic information returned by enclosure %1 is invalid. Enclosure: Manufacturer: %2 Model Number: %3 Serial Number: %4 Firmware Version: %5 Status: %6 See details for additional information. |
| 0xb0000196 | 11 | Initialization of enclosure device failed. Enclosure: Id: %1 Manufacturer: %2 Model Number: %3 Serial Number: %4 Firmware Version: %5 Status: %9 See details for additional information. |
| 0xb00001f5 | 11 | Spaceport KSR was initiated. |
| 0xb00001f6 | 11 | Spaceport failed to save critical data during KSR. Return Code: %1. |
| 0xb00001f7 | 11 | Spaceport failed to allocate persisted data during KSR. Id: %1 Length: %2. |
| 0xb00001f8 | 11 | Spaceport failed to format persisted data during KSR. Id: %1 Status: %2. |
| 0xb00001f9 | 11 | Spaceport KSR was completed. |
| 0xb00001fa | 11 | Spaceport failed to initialize persisted data from KSR. |
| 0xb00001fb | 11 | Spaceport failed to claim persisted data block during KSR. BlockId: %1 Status: %2. |
| 0xb00001fc | 11 | Spaceport failed to read disk header from persisted data. Id: %1 Status: %2. |
| 0xb00001fd | 11 | Spaceport failed to load configuration from persisted data. Id: %1 Status: %2. |
| 0xb00001fe | 11 | Spaceport failed to initialize DRT from persisted data. Id: %1 Status: %2. |
| 0xb00001ff | 11 | Spaceport failed to find disk header persisted data. Id: %1. |
| 0xb0000200 | 11 | Spaceport failed to find configuration persisted data. Id: %1. |
| 0xb0000201 | 11 | Spaceport failed to find DRT persisted data. Id: %1. |
| 0xb00003e8 | 11 | Space %1 failed to initialize at %2:%3 with status %4. |
| 0xb00003e9 | 11 | Pool %1 is beginning transaction %2 at sequence number %3. |
| 0xb00003ea | 11 | Pool %1 completed transaction %2 with status %3 at sequence number %4. DispatchTransaction took %5 100ns intervals. PrepareCommit took %6 100ns intervals. CommitTransaction took %7 100ns intervals. CommitDevices took %8 100ns intervals. |
| 0xb00003eb | 11 | Space %1 is beginning transaction %2 at sequence number %3. |
| 0xb00003ec | 11 | Space %1 completed transaction %2 with status %3 at sequence number %4. |
| 0xb00003ed | 11 | IOCTL %1 started. |
| 0xb00003ee | 11 | IOCTL %1 completed with status %2. |
| 0xb00003ef | 11 | Space %1 reallocated %2 extents. NeedCapacity: %3. |
| 0xb00003f0 | 11 | Space %1 has started to regenerate. |
| 0xb00003f1 | 11 | Space %1 has completed regenerating. %2 bytes processed, %3 bytes skipped. |
| 0xb00003f2 | 11 | Space %1 failed to regenerate at offset %2, length %3. |
| 0xb00003f3 | 11 | Request to update metadata drives for config %1. |
| 0xb00003f4 | 11 | Updated metadata drives for config %1. |
| 0xb00003f5 | 11 | Space %1 was unable to reallocate at offset %2. |
| 0xb00003f9 | 11 | Waited %1 ms to acquire the global lock. |
| 0xb00003fa | 11 | Held the global lock for %1 ms. |
| 0xb00003fc | 11 | IO summary for enclosure %1. See details for additional information. |
| 0xb00003fe | 11 | Space %1 in pool %2 detached with reason %5 and status %6. This space was attached for %3 us and took %4 us to detach. |
| 0xb00003ff | 11 | Space %1 attached with %2 entries in the DRT. Scrub is required to remove these entries. |
| 0xb0000400 | 11 | Space %1 attached with no entries in the DRT. No scrub is needed. |
| 0xb0000401 | 11 | All clean entries in the DRT for space %1 have been removed. Current entries: %2. Flush status: %3. Write statuses: %4 %5. |
| 0xb0000402 | 11 | Log advance failed for space %1, log %2, operation %3 with status %4. Writes to this space may fail as a result. |
| 0xb0000403 | 11 | Space %1 in pool %2 repair summary. See details for more information. |
| 0xb0000404 | 11 | Repair pause state changed. Current pause count: %1, force: %2. |
| 0xb0000405 | 11 | Space %2 in pool %1 failed to attach for reason %5 with status %6. This space attempted attaching for %3 us and took %4 us to detach. |
| 0xb0000406 | 11 | Space %1 failed to destage on operation %2 with status %3. Writes to this space may fail as a result. |
| 0xb0000407 | 11 | Waited %1 ms to pause tasks, for PoolId: %2, current paused count: %3. |
| 0xb0000408 | 11 | Tasks resumed after %1 ms, for PoolId: %2, current paused count: %3. |
| 0xb0000409 | 11 | Waited %1 ms to acquire rundown exclusive lock, for space with PoolId: %2 and SpaceId: %3. |
| 0xb000040a | 11 | Held the rundown exclusive lock for %1 ms, for space with PoolId: %2 and SpaceId: %3. |
| 0xb000040b | 11 | Waited %1 ms to acquire mutex exclusively, for space with PoolId: %2 and SpaceId: %3. |
| 0xb000040c | 11 | Held the mutex exclusively for %1 ms, for space with PoolId: %2 and SpaceId: %3. |
| 0xb000040d | 11 | Flush metadata failed for space %1, operation %2 with status %3. Writes to this space may fail as a result. |
| 0xb000040e | 11 | Log opened on space %1, log %2, copy %3. Start Lsn: %4, Last Checkpoint Lsn: %5, Previous Checkpoint Lsn: %6. Session Number: %7, Dump Count: %8, Missing Mask: %9. Status: %10. |
| 0xb000040f | 11 | Log read failed on space %1, log %2, operation %3, lsn %4 with status %5. |
| 0xb0000410 | 11 | Cache operation failed for space %1, operation %2 with status %3. |
| 0xb0000411 | 11 | Vdt operation failed for space %1, operation %2 with status %3. |
| 0xb0000412 | 11 | Slots operation failed for space %1, operation %2, function %3, offset %4, length %5 with status %6. |
| 0xb0000413 | 11 | Cache initialization for space %1 with status %2. UsedLineCount: %3, ReservedLineCount: %4, SynchronizingCount: %5, ReplayCount: %6. ActiveCheckpoint: %7, StartSlot: %8, EndSlot: %9, Wrap: %10, SequenceNumber: %11. |
| 0xb0000414 | 11 | Vdt initialization for space %1 with status %2. ActiveCheckpoint: %3, StartSlot: %4, EndSlot: %5, Wrap: %6, SequenceNumber: %7. |
| 0xb0000415 | 11 | Scrub required for %1 spaces; status %2. |
| 0xb0000416 | 11 | Store SST for space %1. |
| 0xb0000417 | 11 | Failed to write the SST for space %1; status %2. |
| 0xb0000418 | 11 | Apply SST for space %1. |
| 0xb0000419 | 11 | Cache reserve enabled for space %1. |
| 0xb000041a | 11 | Cache reserve disabled for space %1. Reserve bytes written: %2. |
| 0xb000041b | 11 | Cache reserve exhausted for space %1 with status %2. Reserve bytes written: %3. |
| 0xb000041c | 11 | Regen of space %1, slab offset %2, column %3, source copy %4 completed with status %5. See details for bitmap. |
| 0xb000041d | 11 | Config %1 had its tolerance updated. Metadata Drive count: %2. Old Tolerance %3, New Tolerance: %4. |
| 0xb000044c | 11 | Config %1 loaded at sequence %4 with %3 paths present out of %2 total and path %5 as the primary. Duration: %6 us |
| 0xb000044d | 11 | Config %1 failed to load with status %2. See details for additional information. |
| 0xb000044e | 11 | %2 path(s) arrived for config %1. See details for additional information. |
| 0xb000044f | 11 | Path %2 removed from config %1. |
| 0xb0000450 | 11 | Path %2 in config %1 synchronized. |
| 0xb0000451 | 11 | Path %2 in config %1 failed to synchronize with status %3. |
| 0xb0000452 | 11 | Path %2 in config %1 failed an IO with status %3. |
| 0xb0000453 | 11 | Config %1 failed to commit a transaction at sequence %4 with status %5. %3 paths out of %2 are present. Witness status: %6. |
| 0xb0000454 | 11 | Config %1 is inquorate. %3 paths out of %2 are present. Current sequence is %4 and witness sequence is %6. Witness status: %5. Tolerance is %7. |
| 0xb0000640 | 11 | Pool endpoint %1 arrived. |
| 0xb0000641 | 11 | Pool endpoint %1 failed while arriving. Return Code: %2 |
| 0xb0000642 | 11 | Pool endpoint %1 removed. |
| 0xb0000834 | 11 | For internal use. |
| 0xb0000a29 | 11 | Space %1, slab offset %2, repairing column %3, copies mask %4 at column offset %5, length %6. Repair granularity %7, stale mask %8, stale bytes %9. |
| 0xb00103fd | 11 | Space %1 attached at %2 taking %3 us. |
| 0xb00203fb | 11 | Log scan for space %1 log %2 copy %3 completed at offset %4 with status %5. |
| 0xb1010001 | 11 | Failed to initialize Storage Spaces API. Module: %1 Function: %2 Callee: %3 Error: %4 |
| 0xb1010003 | 11 | Failed to clean up Storage Spaces API. Module: %1 Function: %2 Callee: %3 Error: %4 |
| 0xb1010064 | 11 | The pool was created successfully. Module: %1 Function: %2 Pool Id: %3 Name: %4 Compatible Version: %5 Drive Ids: %6 Duration: %7 us |
| 0xb1010065 | 11 | Failed to create the pool. Module: %1 Function: %2 Pool Id: %3 Name: %4 Compatible Version: %5 Drive Ids: %6 Callee: %7 Error: %8 |
| 0xb1010066 | 11 | The pool was deleted successfully. Module: %1 Function: %2 Pool Id: %3 Duration: %4 us |
| 0xb1010067 | 11 | Failed to delete the pool. Module: %1 Function: %2 Pool Id: %3 Callee: %4 Error: %5 |
| 0xb1010069 | 11 | Failed to refresh the pool. Module: %1 Function: %2 Pool Id: %3 Callee: %4 Error: %5 |
| 0xb10100c8 | 11 | The drive attributes were set successfully. Module: %1 Function: %2 Drive Id: %3 Persist: %4 Relinquish Ownership: %5 Attributes: %6 Attributes Mask: %7 Owner: %8 Duration: %9 us |
| 0xb10100c9 | 11 | Failed to set drive attributes. Module: %1 Function: %2 Drive Id: %3 Persist: %4 Relinquish Ownership: %5 Attributes: %6 Attributes Mask: %7 Owner: %8 Callee: %9 Error: %10 |
| 0xb10100ca | 11 | Maintenance was set on the drives successfully. Module: %1 Function: %2 Pool Id: %3 Enable: %4 Timeout: %5 s Drive Ids: %6 Duration: %7 us |
| 0xb10100cb | 11 | Failed to set maintenance on the drives. Module: %1 Function: %2 Pool Id: %3 Enable: %4 Timeout: %5 s Drive Ids: %6 Callee: %7 Error: %8 |
| 0xb10100cc | 11 | Maintenance was set on the drive successfully. Module: %1 Function: %2 Pool Id: %3 Enable: %4 Timeout: %5 s Drive Id: %6 Duration: %7 us |
| 0xb10100cd | 11 | Failed to set maintenance on the drive. Module: %1 Function: %2 Pool Id: %3 Enable: %4 Timeout: %5 s Drive Id: %6 Callee: %7 Error: %8 |
| 0xb10100ce | 11 | The drives were added successfully. Module: %1 Function: %2 Pool Id: %3 Drive Ids: %4 Duration: %5 us |
| 0xb10100cf | 11 | Failed to add the drives. Module: %1 Function: %2 Pool Id: %3 Drive Ids: %4 Callee: %5 Error: %6 |
| 0xb10100d0 | 11 | The drives were removed successfully. Module: %1 Function: %2 Pool Id: %3 Drive Ids: %4 Duration: %5 us |
| 0xb10100d1 | 11 | Failed to remove the drives. Module: %1 Function: %2 Pool Id: %3 Drive Ids: %4 Callee: %5 Error: %6 |
| 0xb10100d3 | 11 | Failed to refresh the drive. Module: %1 Function: %2 Drive Id: %3 Callee: %4 Error: %5 |
| 0xb10100d4 | 11 | The drive was reset successfully. Module: %1 Function: %2 Drive Id: %3 Duration: %4 us |
| 0xb10100d5 | 11 | Failed to reset the drive. Module: %1 Function: %2 Drive Id: %3 Callee: %4 Error: %5 |
| 0xb10100d6 | 11 | The drive was prepared successfully. Module: %1 Function: %2 Drive Id: %3 Duration: %4 us |
| 0xb10100d7 | 11 | Failed to prepare the drive. Module: %1 Function: %2 Drive Id: %3 Callee: %4 Error: %5 |
| 0xb10100d8 | 11 | The drive was unprepared successfully. Module: %1 Function: %2 Drive Id: %3 Duration: %4 us |
| 0xb10100d9 | 11 | Failed to unprepare the drive. Module: %1 Function: %2 Drive Id: %3 Callee: %4 Error: %5 |
| 0xb101012c | 11 | The space was created successfully. Module: %1 Function: %2 Pool Id: %3 Space Id: %4 Name: %5 Usage: %6 Duration: %7 us |
| 0xb101012d | 11 | Failed to create the space. Module: %1 Function: %2 Pool Id: %3 Space Id: %4 Name: %5 Usage: %6 Callee: %7 Error: %8 |
| 0xb101012e | 11 | The space was deleted successfully. Module: %1 Function: %2 Space Id: %3 Duration: %4 us |
| 0xb101012f | 11 | Failed to delete the space. Module: %1 Function: %2 Space Id: %3 Callee: %4 Error: %5 |
| 0xb1010130 | 11 | The space was attached successfully. Module: %1 Function: %2 Space Id: %3 Owner Id: %4 Hidden: %5 Duration: %6 us |
| 0xb1010131 | 11 | Failed to attach the space. Module: %1 Function: %2 Space Id: %3 Owner Id: %4 Hidden: %5 Callee: %6 Error: %7 |
| 0xb1010132 | 11 | The space was detached successfully. Module: %1 Function: %2 Space Id: %3 Owner Id: %4 Hidden: %5 Duration: %6 us |
| 0xb1010133 | 11 | Failed to detach the space. Module: %1 Function: %2 Space Id: %3 Owner Id: %4 Hidden: %5 Callee: %6 Error: %7 |
| 0xb1010134 | 11 | Conversion to space completed successfully. Module: %1 Function: %2 Space Id: %3 Device Number: %4 Device Id: %5 FirstDataIndex: %6 DataLength: %7 Duration: %8 us |
| 0xb1010135 | 11 | Conversion to space failed. Module: %1 Function: %2 Space Id: %3 Device Number: %4 Device Id: %5 FirstDataIndex: %6 DataLength: %7 Callee: %8 Error: %9 |
| 0xd000000b | 11 | Unknown |
| 0xd000000c | 11 | DoubleIncrement |
| 0xd000000d | 11 | SetPoolInfo |
| 0xd000000e | 11 | CreatePool |
| 0xd000000f | 11 | UpgradePool |
| 0xd0000010 | 11 | RebalanceCleanup |
| 0xd0000011 | 11 | RebalancePhase1 |
| 0xd0000012 | 11 | RebalancePhase2 |
| 0xd0000013 | 11 | ScheduleRebalance |
| 0xd0000014 | 11 | SetDriveInfo |
| 0xd0000015 | 11 | AddDrives |
| 0xd0000016 | 11 | RemoveDrives |
| 0xd0000017 | 11 | RemoveDrivesEstimate |
| 0xd0000018 | 11 | SetDriveMetadata |
| 0xd0000019 | 11 | RetireDrives |
| 0xd000001a | 11 | ReallocateDrives |
| 0xd000001b | 11 | SetSpaceInfo |
| 0xd000001c | 11 | CreateSpace |
| 0xd000001d | 11 | GrowSpace |
| 0xd000001e | 11 | FinalizeSpace |
| 0xd000001f | 11 | DeleteSpace |
| 0xd0000020 | 11 | SnapshotSpace |
| 0xd0000021 | 11 | UnlinkSpace |
| 0xd0000022 | 11 | RepairPhase2 |
| 0xd0000023 | 11 | RepairPhase5 |
| 0xd0000024 | 11 | SetActiveSpaces |
| 0xd0000025 | 11 | SetSpacesFlags |
| 0xd0000026 | 11 | SetTierInfo |
| 0xd0000027 | 11 | CreateTier |
| 0xd0000028 | 11 | DeleteTier |
| 0xd0000029 | 11 | MapExtents |
| 0xd000002a | 11 | UnmapExtents |
| 0xd000002b | 11 | UpdateSpaces |
| 0xd000002c | 11 | PrepareBoot |
| 0xd000002d | 11 | InsertExtents |
| 0xd000002e | 11 | SetMaxFd |
| 0xd000002f | 11 | Unknown |
| 0xd0000030 | 11 | DoubleIncrement |
| 0xd0000031 | 11 | Upgrade |
| 0xd0000032 | 11 | ResetDrive |
| 0xd0000033 | 11 | UpdateColumnState |
| 0xd0000034 | 11 | RepairPhase0 |
| 0xd0000035 | 11 | RepairPhase1 |
| 0xd0000036 | 11 | RepairPhase3 |
| 0xd0000037 | 11 | RepairPhase6 |
| 0xd0000038 | 11 | MapExtents |
| 0xd0000039 | 11 | AddMetadataDrive |
| 0xd000003a | 11 | RemoveMetadataDrive |
| 0xd000003b | 11 | Trim |
| 0xd000003c | 11 | Unknown |
| 0xd000003d | 11 | Initialize |
| 0xd000003e | 11 | Create |
| 0xd000003f | 11 | Open |
| 0xd0000040 | 11 | Reconcile |
| 0xd0000041 | 11 | ReadCheckpoint |
| 0xd0000042 | 11 | Flush |
| 0xd0000043 | 11 | WriteCheckpoint |
| 0xd0000044 | 11 | BuildDestagePackets |
| 0xd0000045 | 11 | Unknown |
| 0xd0000046 | 11 | Initialize |
| 0xd0000047 | 11 | Create |
| 0xd0000048 | 11 | Open |
| 0xd0000049 | 11 | Reconcile |
| 0xd000004a | 11 | ReadCheckpoint |
| 0xd000004b | 11 | ProcessTiers |
| 0xd000004c | 11 | Flush |
| 0xd000004d | 11 | WriteCheckpoint |
| 0xd000004e | 11 | Unknown |
| 0xd000004f | 11 | ReadHeader |
| 0xd0000050 | 11 | GetNextSlot |
| 0xd0000051 | 11 | WriteSlots |
| 0xd0000052 | 11 | WriteCheckpoint |
| 0xd0000053 | 11 | ReadCheckpoint |
| 0xd0000054 | 11 | WriteHeader |
| 0xd0000055 | 11 | UpdateColumnState |
| 0xd0000056 | 11 | Clean |
| 0xd0000057 | 11 | Change |
| 0xd0000058 | 11 | Commit |
| 0xd0000059 | 11 | Abort |
| 0xd000005a | 11 | Stale |
| 0xd1000001 | 11 | Windows 8 |
| 0xd1000002 | 11 | Windows Blue Internal 1 |
| 0xd1000003 | 11 | Windows Blue Internal 2 |
| 0xd1000004 | 11 | Windows Blue Internal 3 |
| 0xd1000005 | 11 | Windows Blue Internal 4 |
| 0xd1000006 | 11 | Windows Blue Internal 5 |
| 0xd1000007 | 11 | Windows Blue |
| 0xd1000008 | 11 | Windows Threshold Internal 1 |
| 0xd1000009 | 11 | Windows Threshold Internal 2 |
| 0xd100000a | 11 | Windows Threshold Internal 3 |
| 0xd100000b | 11 | ThresholdInternal4 |
| 0xd100000c | 11 | Windows Threshold Internal 5 |
| 0xd100000d | 11 | Windows Threshold Internal 6 |
| 0xd100000e | 11 | Windows Threshold |
| 0xd100000f | 11 | Windows Threshold 2 |
| 0xd1000010 | 11 | Windows Redstone 1 Internal 1 |
| 0xd1000011 | 11 | Windows Redstone 1 Internal 2 |
| 0xd1000012 | 11 | Windows Redstone 1 Internal 3 |
| 0xd1000013 | 11 | Wwindows Redstone 1 |
| 0xd1000014 | 11 | Windows Redstone 3 |
| 0xd1000015 | 11 | Windows Redstone 5 Internal 1 |
| 0xd1000016 | 11 | Windows Redstone 5 |
| 0xd1000017 | 11 | Windows 19H1 Internal 1 |
| 0xd1000018 | 11 | Windows 19H1 |
| 0xd1000019 | 11 | Windows Vibranium |
| 0xd100001a | 11 | Windows Manganese |
| 0xd100001b | 11 | Config |
| 0xd100001c | 11 | Data |
| 0xd100001d | 11 | Journal |
| 0xd100001e | 11 | Read Cache |
| 0xd100001f | 11 | Write Cache |
| 0xd1000020 | 11 | Dirty Region Tracking |
| 0xd1000021 | 11 | Stripe State Tracking |
| 0xd1000022 | 11 | Snapshot |
| 0xd1000023 | 11 | Reserve |
| 281 entries | ||