Deutsch English Français Italiano |
<vf4aum$k0cc$4@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Arne_Vajh=C3=B8j?= <arne@vajhoej.dk> Newsgroups: comp.os.vms Subject: Re: RX2800 sporadic disk I/O slowdowns Date: Sun, 20 Oct 2024 21:32:05 -0400 Organization: A noiseless patient Spider Lines: 43 Message-ID: <vf4aum$k0cc$4@dont-email.me> References: <veu99d$3derp$1@dont-email.me> <veumb8$3gbt8$1@dont-email.me> <vf1ku6$3vhv$1@dont-email.me> <vf1lvv$3s2a$1@dont-email.me> <vf1m6n$444r$2@dont-email.me> <vf1mi6$3s2a$2@dont-email.me> <vf1nhv$444r$8@dont-email.me> <vf1nof$3s2a$3@dont-email.me> <vf1uo4$8qpm$2@dont-email.me> <vf2vsv$dvmh$1@dont-email.me> <vf3rvn$itru$1@dont-email.me> <vf3sbs$iugp$1@dont-email.me> <vf3tdg$itru$10@dont-email.me> <vf42hq$k0cc$1@dont-email.me> <vf45v3$kfm0$1@dont-email.me> <vf46bu$k0cc$2@dont-email.me> <vf477e$kfm0$4@dont-email.me> <vf47f9$k0cc$3@dont-email.me> <vf49n0$kvdg$1@dont-email.me> <vf4a2i$k0cb$1@dont-email.me> <vf4aoa$kvdg$8@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Mon, 21 Oct 2024 03:32:06 +0200 (CEST) Injection-Info: dont-email.me; posting-host="e557ab2ded888c175ae698c2a2678a45"; logging-data="655756"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/uaBMDe9T5UAxzQlf06sfwFFX2WFaTn1I=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:fE0U6jj1D5Pgogqb20wQyQUGfZA= Content-Language: en-US In-Reply-To: <vf4aoa$kvdg$8@dont-email.me> Bytes: 3194 On 10/20/2024 9:28 PM, Lawrence D'Oliveiro wrote: > On Sun, 20 Oct 2024 21:17:06 -0400, Arne Vajhøj wrote: >> On 10/20/2024 9:10 PM, Lawrence D'Oliveiro wrote: >>> On Sun, 20 Oct 2024 20:32:41 -0400, Arne Vajhøj wrote: >>>> On 10/20/2024 8:28 PM, Lawrence D'Oliveiro wrote: >>>>> Transaction resilience is a standard thing with databases (and >>>>> journalling filesystems) going back decades. >>>> >>>> Yes. >>>> >>>> But they can't do miracles. >>> >>> They can ensure, to a high degree of confidence, that the on-disk >>> structure is consistent. That is to say, each transaction is either >>> recorded as completed or not recorded at all, nothing in-between. >> >> Only if it can rely on a successful write not being lost. > > In other words, that the disk controller is not lying to you when it says > a write has completed? Just that is is not lying when it says that it got it. >>>> To be sure to come up ok after a system crash it is either write to >>>> plates or write to a cache that will survive the system crash (raid >>>> controller cache with battery backup). >>> >>> Unfortunately, that controller cache can’t guarantee any of these >>> things: it can’t do miracles either, all it does is add another point >>> of failure. >> >> Yes - it can. >> >> It is not impacted by a system crash. > > Now you are really starting to sound like a believer in miracles ... A system crash and restart will blank RAM and wipe out all OS and filesystem caches - it will not impact the cache in the RAID controller. Arne