[dm-devel] [PATCH] [RFC] switch DM tables to readonly automatically

Christophe Varoqui christophe.varoqui at free.fr
Wed Apr 30 09:34:13 UTC 2008


Le mercredi 30 avril 2008 à 10:57 +0200, Hannes Reinecke a écrit :
> Hi Christophe,
> 
> Christophe Varoqui wrote:
> >> Hi all,
> >>
> >> this patch switches the device-mapper table to read-only status automatically if one underlying device returns -EROFS.
> >>
> >> Rationale:
> >> Whenever a SCSI device is switched to read-only a table reload from multipath-tools fails, without any indication about the reason. And it's actually quite tricky to detect the read-only status from userland. And quite pointless, too, as the kernel already knows about it.
> >>
> >> And we now can create tables for CD-ROMs, too, without having to use the '-r' flag to dmsetup ...
> >>
> >> Christophe, this might also fix your problem.
> >>
> > It seems it will solve the map creation error on read-only LU, but what about these LU becoming writable ? ...
> > as is the case with the Symmetrix R2 upon spliting the synchronisation link.
> > Will the devmap become writable too automagically or is the multipathd daemon expected to take action the promote the map RW ?
> > 
> Tricky business. We'll first have to be notified that the LU is becoming writeable. The current SCSI stack is not
> very good at providing that sort of information.
> 
> I would think the best way here would be to modify the 'tur' checker to check for the READ-ONLY state, too.
> That would mean we'll have to implement a new path state 'READONLY', but that should be okay methinks.
> But this would have to be done at the SCSI level as the current 'sd' driver is not capable of switching
> between read-only and read-write on the fly, either.
> 
> Maybe I'll give it a go if I find some time.
> 
For your information, I checked the rhel4 behaviour.

That stuff worked out-of-the-box with rhel4 kernel : paths to R2 were
not flagged RO, so maps over R2 LU paths were RW; the Symmetrix failed
ios when paths were actually not writable and, upon spliting, multipaths
were usable without any userspace action.

Is all this precaution about not submitting ios to the R2 LU really
worth the pain ? Can't we just let the device mapper moun RW maps over
RO paths ?

Regards,
cvaroqui






More information about the dm-devel mailing list