OpenSolaris

Printable Version Enter a New Search
Bug ID 6798540
Synopsis 3-way deadlock happens in ufs filesystem on zvol when writing ufs log
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:ddi
Keywords rtiq_regression
Responsible Engineer Frank Batschulat
Reported Against s10u5_fcs
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_112
Fixed In snv_112
Release Fixed solaris_nevada(snv_112) , solaris_10u8(s10u8_03) (Bug ID:2174494)
Related Bugs 6261069 , 6349754 , 4934039 , 6779386 , 5044486 , 5069070 , 6228650
Submit Date 28-January-2009
Last Update Date 3-July-2009
Description
When ufs file system with logging enabled is created on zvol, this might cause system hang due to deadlock.
Work Around
Disable ufs logging.
increase buffer cache highwatermark, bufhwm

do not run UFS on zvol's
Increasing the UFS log size on the affected filesystem may make the problem less likely, by setting ldl_maxlogsize to 0x10000000  (256Mb) in /etc/system
see SunAlert 200854 for details.
Comments
N/A