FUJITA Tomonori wrote: > On Wed, 25 Nov 2009 16:21:11 +0100 > Albert Pauw <albert.pauw at gmail.com> wrote: > >> Here's what I did: >> >> - pulled latest git version >> - added your patch >> - replaced tgt-admin with the latest from Tomasz > > Where can I get this? I sent the patch here: http://lists.wpkg.org/pipermail/stgt/2009-October/003334.html Not sure it applies now, as there was a patch by Chris Boot added in the meantime. I may still need to change it etc., so don't consider it a "final" version. The only real difference with targets created manually and targets created with a help of a config file, was that with a config file, luns are not added in "lun" order (lun1, lun2, then lun3 etc.), but could be added i.e.: (...) --tid 1 --lun=4 (...) (...) --tid 1 --lun=1 (...) (...) --tid 1 --lun=2 (...) I may change it or not, depending if it's considered a bug or not. -- Tomasz Chmielewski -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html |