mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Martin Eriksson" <nitrax@giron.wox.org>
To: "Matthias Andree" <matthias.andree@stud.uni-dortmund.de>,
	<linux-kernel@vger.kernel.org>
Subject: Re: Journaling pointless with today's hard disks?
Date: Tue, 27 Nov 2001 18:42:00 +0100	[thread overview]
Message-ID: <007d01c1776a$d11d4680$0201a8c0@HOMER> (raw)
In-Reply-To: <tgpu68gw34.fsf@mercury.rus.uni-stuttgart.de> <20011125221418.A9672@weta.f00f.org> <0111261159080F.02001@localhost.localdomain> <20011127173904.C13416@emma1.emma.line.org>

----- Original Message -----
From: "Matthias Andree" <matthias.andree@stud.uni-dortmund.de>
To: <linux-kernel@vger.kernel.org>
Sent: Tuesday, November 27, 2001 5:39 PM
Subject: Re: Journaling pointless with today's hard disks?


<snip>
>
> Two things:
>
> 1- power loss. Fixing things to write to disk is bound to fail in
>    adverse conditions. If the drive suffers from write problems and the
>    write    takes longer than the charge of your capacitor lasts, your
>    data is still toasted. nonvolatile memory with finite write time
>    (like NVRAM/Flash) will help to save the Cache. I don't think vendors
>    will do that soon.
>
> 2- error handling with good power: with automatic remapping turned on,
>    there's no problem, the drive can re-write a block it has taken
>    responsibility of, IBM DTLA drives will automatically switch off the
>    write cache when the number of spare block gets low.
>
>    with automatic remapping turned off, write errors with enabled write
>    cache get a real problem because the way it is now, when the drive
>    reports the problem, the block has already expired from the write
>    queue and is no longer available to be rescheduled. That may mean
>    that although fsync() completed OK your block is gone.

I think we have gotten away from the original subject. The problem (as I
understood it) wasn't that we don't have time to write the whole cache...
the problem is that the hard disk stops in the middle of a write, not
updating the CRC of the sector, thus making it report as a bad sector when
trying to recover from the failure. No?

I think most people here are convinced that there is not time to write a
several-MB (worst case) cache to the platters in case of a power failure.
Special drives for this case could of course be manufactured, and here's for
a theory of mine: Wouldn't a battery backed-up SRAM cache do the thing?

Anyway, maybe it is just me who have been thrown off-track? Are we
discussing something else now maybe?

<snap>

_____________________________________________________
|  Martin Eriksson <nitrax@giron.wox.org>
|  MSc CSE student, department of Computing Science
|  Umeå University, Sweden



  reply	other threads:[~2001-11-27 17:42 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1006644421.6553.linux-kernel2news@redhat.com>
2001-11-24 13:03 ` Florian Weimer
2001-11-24 13:40   ` Rik van Riel
2001-11-24 16:36     ` Phil Howard
2001-11-24 17:19       ` Charles Marslett
2001-11-24 17:31       ` Florian Weimer
2001-11-24 17:41       ` Matthias Andree
2001-11-24 19:20         ` Florian Weimer
2001-11-24 19:29           ` Rik van Riel
2001-11-24 22:51             ` John Alvord
2001-11-24 23:41               ` Phil Howard
2001-11-25  0:24                 ` Ian Stirling
2001-11-25  0:53                   ` Phil Howard
2001-11-25  1:25                     ` H. Peter Anvin
2001-11-25  1:44                     ` Sven.Riedel
2001-11-24 22:28           ` H. Peter Anvin
2001-11-25  4:49             ` Andre Hedrick
2001-11-24 23:04           ` Pedro M. Rodrigues
2001-11-24 23:23           ` Stephen Satchell
2001-11-24 23:29             ` H. Peter Anvin
2001-11-26 18:05               ` Steve Brueggeman
2001-11-26 23:49                 ` Martin Eriksson
2001-11-27  0:06                   ` Andreas Dilger
2001-11-27  0:16                     ` Andre Hedrick
2001-11-27  7:38                       ` Andreas Dilger
2001-11-27 11:48                         ` Ville Herva
2001-11-27  0:18                 ` Jonathan Lundell
2001-11-27  1:01                   ` Ian Stirling
2001-11-27  1:33                     ` H. Peter Anvin
2001-11-27  1:57                   ` Steve Underwood
2001-11-27  5:04                   ` Stephen Satchell
2001-11-25  4:20           ` Pete Zaitcev
2001-11-25 12:30           ` Matthias Andree
2001-11-25 15:04             ` Barry K. Nathan
2001-11-25 16:31               ` Matthias Andree
2001-11-27  2:39                 ` Pavel Machek
2001-12-03 10:23                   ` Matthias Andree
2001-11-25  9:14   ` Chris Wedgwood
2001-11-25 22:55     ` Daniel Phillips
2001-11-26 16:59     ` Rob Landley
2001-11-26 20:30       ` Andre Hedrick
2001-11-26 20:35         ` Rob Landley
2001-11-26 23:59           ` Andreas Dilger
2001-11-27  0:24             ` H. Peter Anvin
2001-11-27  0:52               ` H. Peter Anvin
2001-11-27  1:11                 ` Andrew Morton
2001-11-27  1:15                   ` H. Peter Anvin
2001-11-27 16:59                     ` Matthias Andree
2001-11-27 16:56                 ` Matthias Andree
2001-11-27  1:23           ` Ian Stirling
2001-11-26 23:00             ` Rob Landley
2001-11-27  2:41               ` H. Peter Anvin
2001-11-27  0:19                 ` Rob Landley
2001-11-27 23:35                   ` Andreas Bombe
2001-11-28 14:32                     ` Rob Landley
2001-11-27  3:39               ` Ian Stirling
2001-11-27  7:03           ` Ville Herva
2001-11-27 16:50           ` Matthias Andree
2001-11-27 20:31             ` Rob Landley
2001-11-28 18:43               ` Matthias Andree
2001-11-28 18:46                 ` Rob Landley
2001-11-28 22:19                   ` Matthias Andree
2001-11-29 22:21                     ` Pavel Machek
2001-12-01 10:55                       ` Jeff V. Merkey
2001-12-02  0:08                       ` Matthias Andree
2001-12-03 20:04                         ` Pavel Machek
2001-11-26 20:53       ` Richard B. Johnson
2001-11-26 21:18         ` Journaling pointless with today's hard disks? [wandering OT] Rob Landley
2001-11-27  0:32         ` Journaling pointless with today's hard disks? H. Peter Anvin
2001-11-27 16:39       ` Matthias Andree
2001-11-27 17:42         ` Martin Eriksson [this message]
2001-11-28 16:35           ` Ian Stirling
2001-11-26 17:14   ` Steve Brueggeman
2001-11-26 20:36     ` Andre Hedrick
2001-11-26 21:14       ` Steve Brueggeman
2001-11-26 21:36         ` Andre Hedrick
2001-11-27 16:36           ` Steve Brueggeman
2001-11-27 20:04             ` Bill Davidsen
2001-11-27 21:28         ` Wayne Whitney
2001-11-27 21:52           ` Andre Hedrick
2001-11-28 11:53             ` Pedro M. Rodrigues
2001-11-25 13:52 ` Pedro M. Rodrigues
2001-11-28 23:25 Frank de Lange
2001-11-29  1:52 ` Matthias Andree
  -- strict thread matches above, loose matches on Subject: below --
2001-11-28 17:22 David Balazic
2001-11-28 14:36 Galappatti, Kishantha
2001-11-25  1:20 dnu478nt5w@mailexpire.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='007d01c1776a$d11d4680$0201a8c0@HOMER' \
    --to=nitrax@giron.wox.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthias.andree@stud.uni-dortmund.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome