A newer release of this product is available.
        
        
      disk.sizeshrank events
disk.sizeShrank
- Severity
 - 
NOTICE
 - Description
 - 
This message occurs when the controller detects a decrease in the capacity of a virtual disk.
 - Corrective Action
 - 
(None).
 - Syslog Message
 - 
Size of virtual disk %s has changed from %s to %s, a decrease of %lld bytes (%lld %d-byte blocks).
 - Parameters
 - 
diskName (STRING): Name of the virtual disk that has a decreased capacity.
Size (STRING): Orignal size of the virtual disk in bytes.
NewSize (STRING): Current size of the virtual disk in bytes.
byteDiff (LONGINT): Difference in bytes between the original size and the current size of the virtual disk.
blockDiff (LONGINT): Difference in blocks between the original size and the current size of the virtual disk.
blockSize (INT): Block size in bytes of the virtual disk.