Re: High-availability question

Steve Underwood (steveu@netpage.com.hk)
Fri, 23 Jul 1999 05:37:00 +0000


Willy Tarreau wrote:

> Hi !
>
> You could physically share the same SCSI disks array :
>
> 2 hosts connected to the same disk array, only one mounts the FS R/W, the
> other one mounts them R/O (or does not mount them), and when a problem is
> detected, the backup mounts the FS R/W (in case of some crashes, you'll
> have to do FSCK before that), and does the IPAT.
>
> Anyway, this only prevents from software or host hardware crash, but not
> from file corruption nor disk problem in general.
>
> Willy

Try this with most SCSI card/driver combinations and you will have trouble.
The bus reset performed by the second SCSI card to start up will screw up the
operation of the first SCSI card. IF you use some sequencing trick to get
things to start up you still cannot reboot one backup machine without
screwing up the operation of the other.

With some SCSI cards a specially adapted driver could get around this
problem, but with other cards the hardware prevents this from ever working
reliably.

Steve

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/