Skip site navigation (1)Skip section navigation (2)
Date:        Mon, 27 Dec 1999 01:48:20 -0100
From:      Tomaz Borstnar <tomaz.borstnar@over.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   vinum in FreeBSD 3.4, concat-ed plexes and reviving state
Message-ID:  <4.2.2.19991227014323.00cb75c0@193.189.189.100>

next in thread | raw e-mail | index | archive | help
Hello!

	Have FreeBSD 3.4 and 2 identical IDE disks - each on their own channel and 
vinum set for mirroring:

Plex var.p0:	Size:	2097152000 bytes (2000 MB)
		Subdisks:        1
		State: up
		Organization: concat
		Part of volume var

		Subdisk 0:	var.p0.s0
		  state: up	size  2097152000 (2000 MB)
			offset         0 (0x0)
Plex var.p1:	Size:	2097152000 bytes (2000 MB)
		Subdisks:        1
		State: faulty
		Organization: concat
		Part of volume var

		Subdisk 0:	var.p1.s0
		  state: reviving	size  2097152000 (2000 MB)
			offset         0 (0x0)
Plex usr.p0:	Size:	4404019200 bytes (4200 MB)
		Subdisks:        1
		State: up
		Organization: concat
		Part of volume usr

		Subdisk 0:	usr.p0.s0
		  state: up	size  4404019200 (4200 MB)
			offset         0 (0x0)
Plex usr.p1:	Size:	4404019200 bytes (4200 MB)
		Subdisks:        1
		State: faulty
		Organization: concat
		Part of volume usr

		Subdisk 0:	usr.p1.s0
		  state: reviving	size  4404019200 (4200 MB)
			offset         0 (0x0)
Plex home.p0:	Size:	2097152000 bytes (2000 MB)
		Subdisks:        1
		State: up
		Organization: concat
		Part of volume home

		Subdisk 0:	home.p0.s0
		  state: up	size  2097152000 (2000 MB)
			offset         0 (0x0)
Plex home.p1:	Size:	2097152000 bytes (2000 MB)
		Subdisks:        1
		State: faulty
		Organization: concat
		Part of volume home

		Subdisk 0:	home.p1.s0
		  state: reviving	size  2097152000 (2000 MB)
			offset         0 (0x0)
Plex net.p0:	Size:	4299161600 bytes (4100 MB)
		Subdisks:        1
		State: up
		Organization: concat
		Part of volume net

		Subdisk 0:	net.p0.s0
		  state: up	size  4299161600 (4100 MB)
			offset         0 (0x0)
Plex net.p1:	Size:	4299161600 bytes (4100 MB)
		Subdisks:        1
		State: faulty
		Organization: concat
		Part of volume net

		Subdisk 0:	net.p1.s0
		  state: reviving	size  4299161600 (4100 MB)
			offset         0 (0x0)
-------------
Config:

#
# Our drives
drive disk1 device /dev/wd0s1e
drive disk2 device /dev/wd2s1e
#
               volume var
                plex org concat
                  sd length 2000M drive disk1
                plex org concat
                  sd length 2000M drive disk2
#
               volume usr
                plex org concat
                  sd length 4200M drive disk1
                plex org concat
                  sd length 4200M drive disk2
#
               volume home
                plex org concat
                  sd length 2000M drive disk1
                plex org concat
                  sd length 2000M drive disk2
#
               volume net
                plex org concat
                  sd length 4100M drive disk1
                plex org concat
                  sd length 4100M drive disk2
#

Well, everything works, but 'vinum l -V' shows that p1 plexes are always in 
reviving state - even after 2 days! How long does it take to sync the 
contents? Is this correct setup for raid-1 with identical disks?

Thanks in advance.

Tomaz

----
Tomaz Borstnar <tomaz.borstnar@over.net>
"Love is the answer to the final question you ask" - Unknown



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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