nblade.nfsv3writetoolarge events
Collection of separate PDF docs
Creating your file...
Nblade.Nfsv3WriteTooLarge
- Severity
-
ERROR
- Description
-
This message occurs when a client attempts to write over NFSv3 with an amount of data that is greater than the maximum allowed TCP or UDP transfer size. This is an invalid request from the client and the data is not written.
- Corrective Action
-
Try the operation again with the number of bytes of data that is less than or equal to the maximum allowed TCP or UDP transfer size configured in the server. You can set the write size option in the 'mount' command to the TCP or UDP transfer size.
- Syslog Message
-
%d bytes of data to be written is greater than the maximum allowed TCP or UDP transfer size, which is %d. Data is not written. Associated object type is %s with UUID: %s.
- Parameters
-
opaqueLen (INT): Number of bytes of data that were to be written.
maxXferSize (INT): Maximum allowed TCP/UDP transfer size configured in the server.
object_type (STRING): Type of the resource object under notification.
object_uuid (STRING): UUID of the resource object.