AW: Failsafe, shared SCSI, and linux's software RAID
"Martin Bene" <[email protected]> Thu, 11 Jul 2002 08:21:38 +0200
| Newsgroups | gmane.linux.failsafe |
|---|---|
| Message-ID | <[email protected]> |
Hi Dan, > Does Failsafe and Linux's software RAID (specifically mirroring) > work reliably together on shared SCSI disks? I don't think oyu'll be happy with the result: software raid only marks a raid array as "clean" during normal shutdown of the system (or unload of raid drivers). On startup, the whole raid device will be resynchronized if it wasnt shutdown cleandly before; Since a failure of the primary node won't cleanly shutdown the raid device, you'll get a raid resync on every failover. For shared storage, I'd really recomend an external raid enclosure. Bye, Martin