Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 17:24:27 +0400
From:      Vagner <vagner@bsdway.ru>
To:        FreeBSD questions Mail List <freebsd-questions@freebsd.org>
Subject:   Geom error 11
Message-ID:  <20140128132427.GA89022@vager-wrk.bsdway.ru>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hi everybody!
I've created geom stripe raid for my SSD drives. But when I gave load to
this raid, I've got error: 
> <kern.crit> server kernel:
> g_vfs_done():stripe/st0a[WRITE(offset=214821666816, length=32768)]error = 11

and mine server was gone...

In src tree I've found that this happend because we've called function
g_io_transient_map_bio(struct bio *bp); We try to allocate
memory for transient_arena and get error in g_io_deliver(bp, EDEADLK);
g_io_transient_map_bio was called by function g_down_procbody(void
*arg) there. So, could you tell me, why we try to execute function
g_io_transient_map_bio(struct bio *bp), and where kthread
g_down_procbody(void *arg) was runs for execution? I think this error mean that
I haven't kernel memory space for allocate transient_arena object. But I
think what attempt for allocate memory is effect of some error... May be
somebody had error like this. Could you help me?

My OS version: 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r255421M

Thanks a lot!

-- 
Respectfully,
Stanislav Putrya
Lead System administrator
FotoStrana.Ru Ltd. (DBA Department)
ICQ IM: 328585847
Jabber-GoogleTalk: root.vagner
mob.phone SPB: +79215788755
email: vagner[at]bsdway.ru
email: putrya[at]playform.ru
email: root.vagner[at]gmail.com
site: bsdway.ru
site: fotostrana.ru

----------------------------------------
 ( ) ASCII ribbon campaign
  X  - against HTML, vCards and
 / \ - proprietary attachments in e-mail

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJS56+FAAoJEJ+YE8DIktFdVz0H/ifjoK036Gb1q9lpeXguF6N1
t0355x6f0SM2Wg7kSjUlo+QBTr0xE1zHRQ+TjL/wYyh+tcG80/PJHPgapbzd7Fos
sNf6aMY3Y7WW3uMDeBFElYVmKqlPtKkcpO9Tlfjj18Dsmcok9QblnwS2Qv1ZUpxV
RqPJUwuZamXz2KjpOlSiittZSetI4rBCCTg8dnnCy8mikhTf2tG1fVpBNrKHZw38
VtjRF8jv6q7vCCRUAsQMWnbE+DH3Io0M9j8T3yNekcLLpSuc4QE08ZUgCaPeQDjz
I1MTBezsOj/DAuKQvFaHgmkzuFLm2HFXeTqwIJU+xbLFce7Ts7cQ8oEljoFCJdw=
=K+dY
-----END PGP SIGNATURE-----
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140128132427.GA89022>