disk.sizegrew events
Contributors
Suggest changes
disk.sizeGrew
- Severity
-
NOTICE
- Description
-
This message occurs when the controller detects an increase in the capacity of a virtual disk.
- Corrective Action
-
(None).
- Syslog Message
-
Size of virtual disk %s has been changed from %s to %s, an increase of %lld bytes (%lld %d-byte blocks).
- Parameters
-
diskName (STRING): Name of the virtual disk that has an increased capacity.
Size (STRING): Original 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.