Date: Fri, 04 Aug 2006 08:34:04 -0500 From: Eric Anderson <anderson@centtech.com> To: freebsd-geom@freebsd.org Subject: gjournal - Cannot find journal geom Message-ID: <44D34CCC.30100@centtech.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm setting up two large (10TB) GJOURNAL devices. All seems to go well, but after mounting the newly newfs'ed filesystems, I see messages like this: Aug 4 08:23:27 snapshot1 kernel: GEOM_JOURNAL: Cannot find journal geom for /dev/label/vol11. Aug 4 08:23:37 snapshot1 kernel: GEOM_JOURNAL: Cannot find journal geom for /dev/label/vol10. Here's some info: # gjournal list Geom name: gjournal 2324645206 ID: 2324645206 Providers: 1. Name: da10.journal Mediasize: 10494183210496 (9.5T) Sectorsize: 512 Mode: r1w1e2 Consumers: 1. Name: da9 Mediasize: 7996964864 (7.4G) Sectorsize: 512 Mode: r1w1e1 Jend: 7996964352 Jstart: 0 Role: Journal 2. Name: da10 Mediasize: 10494183211008 (9.5T) Sectorsize: 512 Mode: r1w1e1 Role: Data Geom name: gjournal 3465440030 ID: 3465440030 Providers: 1. Name: da12.journal Mediasize: 10494183210496 (9.5T) Sectorsize: 512 Mode: r1w1e2 Consumers: 1. Name: da11 Mediasize: 7996964864 (7.4G) Sectorsize: 512 Mode: r1w1e1 Jend: 7996964352 Jstart: 0 Role: Journal 2. Name: da12 Mediasize: 10494183211008 (9.5T) Sectorsize: 512 Mode: r1w1e1 Role: Data # glabel list Geom name: da12.journal Providers: 1. Name: label/vol10 Mediasize: 10494183209984 (9.5T) Sectorsize: 512 Mode: r1w1e1 secoffset: 0 offset: 0 seclength: 20496451582 length: 10494183209984 index: 0 Consumers: 1. Name: da12.journal Mediasize: 10494183210496 (9.5T) Sectorsize: 512 Mode: r1w1e2 Geom name: da10.journal Providers: 1. Name: label/vol11 Mediasize: 10494183209984 (9.5T) Sectorsize: 512 Mode: r1w1e1 secoffset: 0 offset: 0 seclength: 20496451582 length: 10494183209984 index: 0 Consumers: 1. Name: da10.journal Mediasize: 10494183210496 (9.5T) Sectorsize: 512 Mode: r1w1e2 glabel label -v vol10 /dev/da12.journal glabel label -v vol11 /dev/da10.journal newfs -O2 -U /dev/label/vol10 mount -oasync,noatime,gjournal /dev/label/vol10 /vol10 newfs -O2 -U /dev/label/vol11 mount -oasync,noatime,gjournal /dev/label/vol11 /vol11 # gjournal status -s da10.journal N/A da9 da10.journal N/A da10 da12.journal N/A da11 da12.journal N/A da12 Aug 4 08:07:08 snapshot1 kernel: GEOM_LABEL: Label for provider da12.journal is label/vol10. Aug 4 08:07:15 snapshot1 kernel: GEOM_LABEL: Label for provider da10.journal is label/vol11. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: Journal 2324645206: da9 contains journal. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: Journal 2324645206: da10 contains data. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: Journal da10 clean. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: BIO_FLUSH not supported by da9. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: BIO_FLUSH not supported by da10. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: Journal 3465440030: da11 contains journal. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: Journal 3465440030: da12 contains data. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: Journal da12 clean. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: BIO_FLUSH not supported by da11. Aug 4 07:55:06 snapshot1 kernel: GEOM_JOURNAL: BIO_FLUSH not supported by da12. -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44D34CCC.30100>