Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 13:53:00 -0600
From:      "Justin T. Gibbs" <gibbs@plutotech.com>
To:        Mike Smith <mike@smith.net.au>
Cc:        Kenneth Merry <ken@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/cam/scsi scsi_da.c 
Message-ID:  <199810121959.NAA03712@pluto.plutotech.com>
In-Reply-To: Your message of "Mon, 12 Oct 1998 11:09:54 PDT." <199810121809.LAA07119@dingo.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>
>I think what this is telling us is that attempting to use anything other
>than the least common denominator as the default is a Bad Idea.
>

If a device has an enabled write cache and you don't perform a synchronize
cache on shutdown, the user may corrupt their file systems when powering
off the system.  The number of drives that fail to respond to a synchronize
cache command is far, far smaller than the number of drives shipped with
new systems that have write cache enabled and require the use of this 
command in order to guarantee safe shutdown.  To not use the command would
encourage a tech support nightmare.

I'm certainly open to suggestions on how to limit the chances of the 
synchronize cache command causing problems.  Perhaps we should only do
this if WCE is turned on in the cache control page.

--
Justin



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810121959.NAA03712>