Re: XFS error on enbd raid1
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach u.schmeling:" > Is there a known problem with the above combination, have some trouble > with enbd-2.3.32, kernel 2.6.12.3. 2.4.32. No - nothing that I know of, but my experience with 2.6.12.3 is minimal (all kernels later than 2.6.3 tend to lock up my laptop hard - it may be a graphic card problem). > Running a raid1 on a local disk / enbd combination. When trying to start > a standby disk that was written by the enbd device (as part of a raid1), > the xfs recovery wont work: The trace doesn't go near any enbd code. The get_sb_bdev call is is as close as it gets, but I don't see any entry into enbd code at all. You should therefore check (using make test, or the maketest standalone, on a test file or the raw device with size set greater than ram) that the enbd device works as it should. The only "different" thing about xfs is its 512b (pseudo-)blocksize. Peter