ahci+zfs+gvinum will panci on boot

2010-11-20 Thread Edward Sanford Sutton, III
to my three gvinum controlled drives so they become ada devices. I tried recompiling my -stable kernel to make ahci take over the disks but found the system goes back to a panic state on boot until I remove loading gvinum from /boot/loader.conf, at which point all disks attach as ada devices

Re: FreeBSD 8.0: RAID-1 using gpart, gvinum and gmirror

2009-12-02 Thread Marin Atanasov
Hi, Well, as I said before I'm using gmirror for the root partition - that's the easiest part, but... The reason that I don't want to use gmirror for the other partitions is that I'm using two not identical disks, so I want to mirror them using gvinum instead, which will give

Re: FreeBSD 8.0: RAID-1 using gpart, gvinum and gmirror

2009-12-02 Thread Peter C. Lai
Why are you using gvinum for RAID 1 instead of gmirror? The gmirror method for mirroring the boot partition is already well documented... On 2009-12-02 12:35:17PM +0200, Marin Atanasov wrote: > Hello, > > I'm going to make my partition mirrored using the geom utilities, but

FreeBSD 8.0: RAID-1 using gpart, gvinum and gmirror

2009-12-02 Thread Marin Atanasov
Hello, I'm going to make my partition mirrored using the geom utilities, but however I've noticed that I cannot use the same way I used to do it under 7.2 and 8.0-RC1. Here's the situation - I tried a lot of times to make my root partition mirrored using gvinum, but each time whe

Re: Failure of gvinum after panic

2008-01-01 Thread Nikolaj Hansen
Hi all, A fix is found. This is not pretty but worked for me. I did this since the attach command of the old vinum tool is not implemented in gvinum. Which would be nice. What I did: 1) snap the vinum config to a file. 2) delete the objects. 3) saveconfig 4) create the same objects again. 5

Re: Failure of gvinum after panic

2007-12-27 Thread Nikolaj Hansen
: 0 B The difference is obvious - somehow gvinum lost track of the plex to subdisk relations. Is there any way of restoring these? What would happen if I where to re-create the Plexes? (Drop/create) and then saveconfig? Thanks Nikolaj Hansen On Dec 28, 2007 2:06 AM, Nikolaj Hansen <[EM

Failure of gvinum after panic

2007-12-27 Thread Nikolaj Hansen
Hi all, I have some problems with my gvinum setup after the system panic'ed. Afterwards the system fails finding the plexes to the subdisks (or at least that is what I can understand after having searched the gvinum source code for the error string in the DMESG log..) The machine is a

Re: Migrating vinum to gvinum

2006-12-29 Thread Simon Walton
I believe the on-disk structure for vinum and gvinum are the same so you can move volumes unchanged from one to the other. I have moved vinum volumes from 4.11 to 6.1 without any problem (including mirrored, striped and raid-5 on the same host). You have to move the mount device from /dev/vinum

A better gvinum raid-5 guide?

2006-12-27 Thread Torfinn Ingolfsen
Hello, I am trying to learn a bit more on how gvinum works out in a day-to-day situation. For this purpose, I have a server which has four identical disks in addition to ad0, on which I have installed FreeBSD 6.x. It looks like this: [EMAIL PROTECTED] uname -a FreeBSD kg-fil.kg4.no 6.2-PRERELEASE

Migrating vinum to gvinum

2006-12-27 Thread Sven Willenberger
I have a 5.2.1 box that I want to upgrade to 5.5-RELENG and in doing so need to upgrade/migrate the current vinum setup to gvinum. It is a simple vinum mirror (just 2 drives with one vinum slice each). Having done some googling on the matter I really haven't found a definitive "best ap

Gvinum functionality

2006-12-01 Thread Stephen Corbesero
weeks ago, one of the drives failed and I used that as an excuse to update the machine to FreeBSD6-stable and switch from the old vinum to the GEOM based gvinum. In the process of doing the upgrades and restores, I built volumes with only one plex to start, with the intention of adding the second pl

Re: gvinum / FreeBSD 6.1 / stale subdisks

2006-08-18 Thread Dmitry Pryanishnikov
D: drive02 Size:195 GB S vol1.p0.s2State: staleD: drive03 Size:195 GB S vol1.p0.s3State: staleD: drive04 Size:195 GB gvinum -> quit Try to issue 'start' command against your volume: gvinum start vol1 It seems th

gvinum / FreeBSD 6.1 / stale subdisks

2006-08-17 Thread Steve Peterson
using an fdisk-style partition with a UFS2 filesystem. This filesystem was created using the same block/fragment settings. I ran bonnie++ on this filesystem and did some bulk copies to check on performance. I then returned to gvinum to recreate my RAID5 array. The configuration file I use

Panic with gvinum rebuildparity

2006-08-05 Thread Marc Perisa
Hello there, I have some problems with my RAID-5 under gvinum since a power outage because of a lightning. If I mount the volume and the automatic background fsck run, check or rebuild the parity I will get a panic. Shorthand before the lightning I began to upgrade from 5.4-stable to

Re: Problem restarting gvinum raid-5

2006-07-07 Thread glz
: disk4Size: 17 GB S imap.p0.s4State: staleD: disk5Size: 17 GB /glz Goran Lowkrantz wrote: Hi, We have a gvinum raid-5 volume that that we had to replace a disk on and after that we cant get the new subdisk starting. Here are the things we did:

Problem restarting gvinum raid-5

2006-07-06 Thread Goran Lowkrantz
Hi, We have a gvinum raid-5 volume that that we had to replace a disk on and after that we cant get the new subdisk starting. Here are the things we did: 1: Replace disk and boot singleuser to fdisk and lable new disk: gvinum -> list 5 drives: D disk4 State: up /

Re: vinum to gvinum help

2006-06-27 Thread Tim Bishop
rrays. Would simply chaning /boot/loader.conf to read gvinum_load > instead of vinum_load work or would the geom layer prevent this from > working properly? If not, is there a recommended way of upgrading a > vinum array to a gvinum or gmirror array? I did this upgrade not long ago (and later

Re: vinum to gvinum help

2006-06-26 Thread Greg 'groggy' Lehey
5.5-RELEASE which, if I understand correctly, no longer supports vinum >> arrays. Would simply chaning /boot/loader.conf to read gvinum_load >> instead of vinum_load work or would the geom layer prevent this from >> working properly? If not, is there a recommended way of upgrading

RE: vinum to gvinum help

2006-06-26 Thread Wilde, Donald
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sven Willenberger Sent: Monday, June 26, 2006 12:15 PM To: Roland Smith Cc: freebsd-stable Subject: Re: vinum to gvinum help On Mon, 2006-06-26 at 19:15 +0200, Roland Smith wrote: > On Mon, Jun 26, 2

Re: vinum to gvinum help

2006-06-26 Thread Mark Linimon
On Mon, Jun 26, 2006 at 02:15:24PM -0400, Sven Willenberger wrote: > this is a production server that can at best stand an hour or so of > downtime. IMHO there are no 5.2.1 upgrade options that can be accomplish in even a small number of hours. The kernel libraries were all updated for 5.3; and h

Re: vinum to gvinum help

2006-06-26 Thread Sven Willenberger
5-RELEASE which, if I understand correctly, no longer supports vinum > > arrays. Would simply chaning /boot/loader.conf to read gvinum_load > > instead of vinum_load work or would the geom layer prevent this from > > working properly? If not, is there a recommended way of upgrading a

Re: vinum to gvinum help

2006-06-26 Thread Roland Smith
rrays. Would simply chaning /boot/loader.conf to read gvinum_load > instead of vinum_load work or would the geom layer prevent this from > working properly? If not, is there a recommended way of upgrading a > vinum array to a gvinum or gmirror array? Lost of things have changed between 5.2.

vinum to gvinum help

2006-06-26 Thread Sven Willenberger
work or would the geom layer prevent this from working properly? If not, is there a recommended way of upgrading a vinum array to a gvinum or gmirror array? Thanks, Sven ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: PAE and gvinum

2006-04-11 Thread Stoyan Dimov
On Saturday 08 April 2006 20:27, Dmitry Morozovsky wrote: > On Fri, 7 Apr 2006, Stoyan Dimov wrote: > > SD> Hi all, > SD> > SD> I got a machine with 8GB of RAM and plenty of disk space. I need gvinum to > SD> manage big number of file systems but PAE enabled

Re: PAE and gvinum

2006-04-08 Thread Dmitry Morozovsky
On Fri, 7 Apr 2006, Stoyan Dimov wrote: SD> Hi all, SD> SD> I got a machine with 8GB of RAM and plenty of disk space. I need gvinum to SD> manage big number of file systems but PAE enabled kernel does not compile SD> modules. I couldn't figure out how to get vinum static

PAE and gvinum

2006-04-06 Thread Stoyan Dimov
Hi all, I got a machine with 8GB of RAM and plenty of disk space. I need gvinum to manage big number of file systems but PAE enabled kernel does not compile modules. I couldn't figure out how to get vinum statically compiled in the kernel if that is the way to go. I am running 6-S

Re: gvinum help

2006-03-29 Thread Emil Stoyanov
brad miele wrote: >> Profuse apologies for any wrong list, missed faqs, etc. But I am >> looking for help with using gvinum to set up a raid volume. I have >> read the handbook, and I sort of understand how it works, I just >> cannot seem to figure out how to "do

gvinum help

2006-03-29 Thread brad miele
Profuse apologies for any wrong list, missed faqs, etc. But I am looking for help with using gvinum to set up a raid volume. I have read the handbook, and I sort of understand how it works, I just cannot seem to figure out how to "do" it. My setup is a box running 6.0-RELEASE, I h

Re: Panics with md/gvinum/ufs

2006-03-02 Thread Marius Nuennerich
a vmcore. > > I don't know if this is important. I could not find any > information on how gvinum detects failed hard disks. > That's why I tried something really simple. > > Steps to reproduce: > > 1) > dd if=/dev/zero of=a bs=1024 count=256000 > dd if=/dev/ze

Panics with md/gvinum/ufs

2006-03-02 Thread Martin
Hi, I've done some strange(?) experiments and I managed to get a panic of type "baddir" and just now another one that only rebooted my system instantly without writing a vmcore. I don't know if this is important. I could not find any information on how gvinum detects faile

Re: gvinum/vinum on 6.0

2006-01-13 Thread Jo Rhett
On Thu, Jan 12, 2006 at 06:01:20AM -0500, Brian Szymanski wrote: > One more question: Is gvinum on 6-STABLE's RAID-5 implementation > bit-compatible with R5 on vinum from 4.x/5.x? Would it be possible to > upgrade from vinum on 5.3 to gvinum on 6-STABLE without a dump/restore?

Re: gvinum/vinum on 6.0

2006-01-12 Thread Brian Szymanski
- thanks & sorry for the false alarm! I cannot tell you how happy I am to have (g?)vinum working in FreeBSD again - I can finally upgrade my file servers! One more question: Is gvinum on 6-STABLE's RAID-5 implementation bit-compatible with R5 on vinum from 4.x/5.x? Would it be possible to

Re: gvinum/vinum on 6.0

2006-01-11 Thread Joan Picanyol i Puig
* Brian Szymanski <[EMAIL PROTECTED]> [20060111 13:01]: > >> But most importantly, gvinum configuration (at least for a raid-5 plex) > >> still doesn't persist across a reboot :( > > > > That's a bug; I think it might be related to compiling gvinum

Re: gvinum/vinum on 6.0

2006-01-11 Thread Stijn Hoop
On Wed, Jan 11, 2006 at 06:58:34AM -0500, Brian Szymanski wrote: > Stijn, thanks for your help, I'm getting closer... Great! > > > But most importantly, gvinum configuration (at least for a raid-5 plex) > > > still doesn't persist across a reboot :( > >

Re: gvinum/vinum on 6.0

2006-01-11 Thread Brian Szymanski
Stijn, thanks for your help, I'm getting closer... >> I took 6.0 for a test drive today and was disappointed to find that >> vinum/gvinum are still in disarray. For example there is a man page for >> vinum, but only a gvinum binary. gvinum help still lists lots of old &g

Re: gvinum/vinum on 6.0

2006-01-10 Thread Stijn Hoop
Hi, On Tue, Jan 10, 2006 at 10:38:29PM -0500, Brian Szymanski wrote: > I took 6.0 for a test drive today and was disappointed to find that > vinum/gvinum are still in disarray. For example there is a man page for > vinum, but only a gvinum binary. gvinum help still lists lots of

gvinum/vinum on 6.0

2006-01-10 Thread Brian Szymanski
Howdy. I took 6.0 for a test drive today and was disappointed to find that vinum/gvinum are still in disarray. For example there is a man page for vinum, but only a gvinum binary. gvinum help still lists lots of old vinum commands that are not implemented in gvinum. Lots of basic things I try

Re: gvinum: adding plex and subdisks to existing volume panic

2006-01-03 Thread Ludo Koren
> Lukas Ertl <[EMAIL PROTECTED]> writes: > I'm afraid that doesn't help me, either, as you can see there's > no debugging information in there (the "??" question marks > should be function calls actually). > Apparently there's a NULL pointer deref somewhere, I'll try

Re: gvinum: adding plex and subdisks to existing volume panic

2006-01-03 Thread Lukas Ertl
On Thu, 22 Dec 2005, Ludo Koren wrote: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x40 fault code = supervisor read, page not present instruction pointer = 0x8:0xc07339c9 stack pointer = 0x10:0xe5f9e840 frame pointer = 0x10:0xe5f

Re: gvinum: adding plex and subdisks to existing volume panic

2005-12-22 Thread Ludo Koren
abled da2: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da3 at ahd1 bus 0 target 8 lun 0 da3: Fixed Direct Access SCSI-3 device da3: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled da3: 70007MB (143374805 512 byte sectors: 255H 63S/T 8924C) GEOM_VINUM: plex

Re: gvinum: adding plex and subdisks to existing volume panic

2005-12-21 Thread Lukas Ertl
On Wed, 21 Dec 2005, Ludo Koren wrote: (kgdb) bt #0 0xc0618252 in doadump () #1 0xc06187dc in boot () #2 0xc0618a70 in panic () #3 0xc07c82bc in trap_fatal () #4 0xc07c8023 in trap_pfault () #5 0xc07c7c65 in trap () #6 0xc07b7bba in calltrap () #7 0xc28d0018 in ?? () #8 0xc27b0010 in ??

Re: gvinum: adding plex and subdisks to existing volume panic

2005-12-21 Thread Ludo Koren
>>>>> "Lukas Ertl" == Lukas Ertl <[EMAIL PROTECTED]> writes: Lukas Ertl> On Wed, 21 Dec 2005, Ludo Koren wrote: >> When I try to do: # gvinum create gvinum.conf >> >> it ends up in immediate panic (page fault). The gvinum.conf

Re: gvinum: adding plex and subdisks to existing volume panic

2005-12-21 Thread Lukas Ertl
On Wed, 21 Dec 2005, Ludo Koren wrote: When I try to do: # gvinum create gvinum.conf it ends up in immediate panic (page fault). The gvinum.conf file: It would be easier to track down this problem if you could provide the place where the panic happens or even better a backtrace. thanks

gvinum: adding plex and subdisks to existing volume panic

2005-12-21 Thread Ludo Koren
Hi, I'm using 5.4-STABLE. One of the mirrored disks died. I want to add new disk, which has not the same size as the died one. The output of the gvinum l is the following: # gvinum l 4 drives: D rd2 State: up /dev/da2s1h A: 0/1023 MB (0%)

Re: gvinum forgetting drives in 6.0R?

2005-11-11 Thread Marc Ramirez
On Friday 11 November 2005 07:46 am, Daniel Eriksson wrote: > Marc Ramirez wrote: > > 7) For kicks, add the following to /etc/rc.conf like I saw in > > an e-mail > > somewhere: > > > > geom_vinum_load="YES" > > start_cmd="gvinum start"

RE: gvinum forgetting drives in 6.0R?

2005-11-11 Thread Daniel Eriksson
Marc Ramirez wrote: > 7) For kicks, add the following to /etc/rc.conf like I saw in > an e-mail > somewhere: > > geom_vinum_load="YES" > start_cmd="gvinum start" Remove that, and add this to /boot/loader.conf instead: g

gvinum forgetting drives in 6.0R?

2005-11-10 Thread Marc Ramirez
I'm doing some testing in 6.0, and something strange is happening: 1) uname -a FreeBSD 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 2) I build a stripe set using 'gvinum create' and the following co

Re: RELENG_6 gvinum mirror problem

2005-11-04 Thread Lukas Ertl
On Fri, 4 Nov 2005, Ben Kelly wrote: I just upgraded my RELENG_5 box to RELENG_6. This machine has two drives mirrored using gvinum. Everything was working well under 5.x, but when I booted to 6.x I noticed only one drive was receiving transactions. I see no error messages in my logs

RELENG_6 gvinum mirror problem

2005-11-04 Thread Ben Kelly
Hello, I just upgraded my RELENG_5 box to RELENG_6. This machine has two drives mirrored using gvinum. Everything was working well under 5.x, but when I booted to 6.x I noticed only one drive was receiving transactions. I see no error messages in my logs. Running 'gvinum list' pr

Re: vinum or gvinum

2005-09-09 Thread David Magda
On Sep 9, 2005, at 07:31, Michael Butler wrote: Swap is the first slice which is not mirrored and the second slice contains the bootable file-system which is mirrored. What happens to a running system if the disk dies and swap suddenly disappears? :) __

RE: vinum or gvinum

2005-09-09 Thread Tomas Palfi
Stijn, I think I am almost there as the disks are now sincing. Thank you for your help, it has been really appreciated. I am still going fiddle with the mirror with the gvinum. Tomas -- tp -Original Message- From: Stijn Hoop [mailto:[EMAIL PROTECTED] Sent: 09 September 2005 12:12

Re: vinum or gvinum

2005-09-09 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tommi Lätti wrote: | I have to vouch for gmirror system. I have three production machines | here running and booting from gmirror on since 5.3-REL and they're all | doing fine. Even after I upgraded 5.3 -> 5.4 and during the first boot | I saw the

Re: vinum or gvinum

2005-09-08 Thread Tommi Lätti
On 8.9.2005, at 21.26, Stijn Hoop wrote: By the way, you can also consider geom_mirror, for which an excellent article is available here: http://people.freebsd.org/~rse/mirror/ Both gvinum and gmirror approaches are able to boot from a mirrored system disk. It depends on other factors

Re: vinum or gvinum

2005-09-08 Thread Stijn Hoop
On Thu, Sep 08, 2005 at 01:20:47PM +0100, Tomas Palfi wrote: > I thought I could check previous gvinum config with the gvinum> list > command in its own shell. When I run this command for either gvinum or > vinum, they both reported no volumes. You should be able to use the list com

RE: vinum or gvinum

2005-09-08 Thread Tomas Palfi
Hi, I thought I could check previous gvinum config with the gvinum> list command in its own shell. When I run this command for either gvinum or vinum, they both reported no volumes. Also I noticed that you have IDE hard drives, whereas I have SCSI, would that matter? Thank you Tomas --

Re: vinum or gvinum

2005-09-08 Thread Stijn Hoop
On Thu, Sep 08, 2005 at 01:59:27PM +0200, Stijn Hoop wrote: > Did you start from scratch by wiping the former configuration without loading > gvinum? > > Use > > # dd if=/dev/zero of=/dev/da0 bs=1m count=128 > > to be sure. Do this WITHOUT loading any of the vinum modu

Re: vinum or gvinum

2005-09-08 Thread Stijn Hoop
Hi, First: do _NOT_ use vinum on 5.4, use gvinum. On Thu, Sep 08, 2005 at 12:43:01PM +0100, Tomas Palfi wrote: > I am still struggling to set up a one way mirror on two 72GB disks on > 5.4 intel platform, however, there seems to be a lot of confusion about > what to use in the first pl

vinum or gvinum

2005-09-08 Thread Tomas Palfi
Hi all, I am still struggling to set up a one way mirror on two 72GB disks on 5.4 intel platform, however, there seems to be a lot of confusion about what to use in the first place. this is vinum v gvinum. I have managed to get to the point where I can fsck all volumes, however when rebooting

5.4 GEOM taste/gvinum trouble

2005-08-15 Thread Stijn Hoop
Hi, I have a server set up to boot from a gvinum mirror volume. This was all working fine, so I then proceeded to load my data on it, safe in the knowledge that all was well. However, all was not well after the last reboot: it seems that while the two ATA disks probe, for some odd reason GEOM

Re: mpt + gvinum on 6.0-BETA (dmesg)

2005-07-18 Thread Matthias Schuendehuette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 15.07.2005 um 15:45 schrieb Matthias Schuendehuette: I tried 6.0-BETA on one of our FUJITSU-SIEMENS RX300 S2 servers and it seems that I have problems with the disk subsystem, even after Scotts major overhaul of the mpt drivers... I'm not a

Re: mpt + gvinum on 6.0-BETA (boot -v)

2005-07-18 Thread Matthias Schuendehuette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 15.07.2005 um 15:45 schrieb Matthias Schuendehuette: I tried 6.0-BETA on one of our FUJITSU-SIEMENS RX300 S2 servers and it seems that I have problems with the disk subsystem, even after Scotts major overhaul of the mpt drivers... I'm not a

mpt + gvinum on 6.0-BETA

2005-07-15 Thread Matthias Schuendehuette
' reports here about 2 MB/s... better, but not what I would expect from a RAID1 with two U320 SCSI-disks (Seagate BTW). - - 'gvinum' has its problems too with this RAID Volume: I *can* create a gvinum-drive on /dev/da0s2, but it remains 'down'. I can't 's

gvinum

2005-05-23 Thread Vladimir Dzhivsanoff
Where I can find any gvinum documentation ? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: State of gvinum RELENG_5 or RELENG_5_4 ?!

2005-05-12 Thread Greg 'groggy' Lehey
On Thursday, 12 May 2005 at 17:16:59 +0200, Matthias Buelow wrote: > Peter Orlowski wrote: > >>> At this point, I'm thinking that as far as S/W RAID goes in FreeBSD, the >>> "R" is pretty meaningless >> >> Well, "R" does not mean "redundant" but "realtime backup" ;-(. > > BTW., what is the status o

Re: State of gvinum RELENG_5 or RELENG_5_4 ?!

2005-05-12 Thread Matthias Buelow
Peter Orlowski wrote: >>At this point, I'm thinking that as far as S/W RAID goes in FreeBSD, the >>"R" is pretty meaningless > > Well, "R" does not mean "redundant" but "realtime backup" ;-(. BTW., what is the status of RaidFrame on FreeBSD? I remember some time ago people were working on inte

Re: State of gvinum RELENG_5 or RELENG_5_4 ?!

2005-05-11 Thread Peter Orlowski
On Wed, May 11, 2005 at 11:42:02AM -0600, secmgr wrote: > > > >I had to erase the gmirror metadata on the intact disk to get it > >to work again. > > > What steps did you take to the gmirror the disk so you could get your > data back? I took the physically intact disk and did a gmirror clear /d

Re: State of gvinum RELENG_5 or RELENG_5_4 ?!

2005-05-11 Thread secmgr
Peter Orlowski wrote: On Tue, May 10, 2005 at 11:24:12AM -0600, secmgr wrote: Gabor Esperon wrote: How reliable is the gmirror subsystem? gmirror seems fine as best as I can tell. I've been running it for a few months on sata drives. I had gmirror running on two IDE drives for

Re: State of gvinum RELENG_5 or RELENG_5_4 ?!

2005-05-11 Thread Peter Orlowski
On Tue, May 10, 2005 at 11:24:12AM -0600, secmgr wrote: > Gabor Esperon wrote: > > > >How reliable is the gmirror subsystem? > > gmirror seems fine as best as I can tell. I've been running it for a > few months on sata drives. I had gmirror running on two IDE drives for system and two SATA driv

Re: State of gvinum RELENG_5 or RELENG_5_4 ?!

2005-05-10 Thread secmgr
Gabor Esperon wrote: How reliable is the gmirror subsystem? gmirror seems fine as best as I can tell. I've been running it for a few months on sata drives. jim ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: State of gvinum RELENG_5 or RELENG_5_4 ?!

2005-05-10 Thread secmgr
Edwin Brown wrote: All: I've been asked to setup a RAID-5 server using software raid. I've not worked with gvinum or vinum for that matter. I know from following the mailing lists there have been some concerns over gvinum in the 5.3-RELEASE. How are things working today? The plan woul

State of gvinum RELENG_5 or RELENG_5_4 ?!

2005-05-10 Thread Edwin Brown
All: I've been asked to setup a RAID-5 server using software raid. I've not worked with gvinum or vinum for that matter. I know from following the mailing lists there have been some concerns over gvinum in the 5.3-RELEASE. How are things working today? The plan would be use a 40GB ATA

gvinum RAID5 stable in 5.4-RELEASE?

2005-05-09 Thread Michael L. Squires
I tried to install a RAID5 array using both vinum and gvinum under 5.3-RELEASE and couldn't get a reliable system running. I reinstalled using 4.11-STABLE and so far the system (and vinum) have been error-free. The 5.4-RELEASE documentation only mentions that "geom_vinum" p

gvinum: All subdisks marked stale after a reboot

2005-05-02 Thread Jason Andresen
Hello, I've run into a problem while trying to migrate and old vinum array to gvinum (via blowing away all vinum info and rebuilding it in gvinum). The array builds ok, but when I reboot every subdisk is marked stale and the plex is marked down. What am I doing wrong here? More import

Re: gvinum causing kernel panic when referencing nonexistent partition

2005-04-26 Thread Matthias Schündehütte
individual filesystems, but that didn't seem to do the trick. Well, I ran into this as well... it's a bit weird to solve this issue. The gvinum-infos are on sector #8 ff. of the drive-slices. In your case 'ad{x}s1'. If you have a valid backup of your data (which should be no

gvinum causing kernel panic when referencing nonexistent partition

2005-04-25 Thread Jason Andresen
I have a machine that I tried upgrading from 4-STABLE to 5-STABLE. In the process I lost one of the disks and had to replace it. The problem is, that gvinum "knows" about the disk, but I can't seem to either create the media volume (kernel panic) nor erase that entry from

Re: vinum or gvinum on FreeBSD 5.4

2005-04-21 Thread Paul Mather
On Fri, 2005-04-22 at 04:48 +0200, Vladimir Botka wrote: > Hi, > vinum is not stable under 5.4. After some "research" I found gmirror > (RAID1) is ok. There are some notes on: > http://www.freebsd.org/releases/5.3R/errata.html > > Cheers, > > Vladimir. > > On Thu, 21 Apr 2005, Paul Mather wrote

Re: vinum or gvinum on FreeBSD 5.4

2005-04-21 Thread Vladimir Botka
implement (g)vinum to stripe two 2 TB raid 5 volumes into a single 4 TB vinum-volume. The volumes reside on a atabeast doing the raid 5. The server is a 5.4 RC2 doing nfs on i386. According to some threads gvinum may not be completely stable (in 5.3, http://unix.derkeiler.com/Mailing-Lists/FreeB

Re: 5.4-RC3 hung - DDB trace/ps provided [was 5.4-RC1 Freezing,butpingable (may be related to gvinum)

2005-04-21 Thread Ash
Ash wrote: I've included copies of ddb's ps output and a dmesg as attachments. Here is a trace (pid 95 is bufdaemon): Replying to myself because I just noticed that the ddb ps output wasn't attached as promised. Computers are hard, let me try this again... :) -Ash __

Re: vinum or gvinum on FreeBSD 5.4

2005-04-21 Thread Paul Mather
i386. > > > > According to some threads gvinum may not be completely stable (in 5.3, > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-11/0537.html) > > when doing raid 5 but works fine when striping. > > > > Should I go vinum or gvinum? Will

Re: vinum or gvinum on FreeBSD 5.4

2005-04-21 Thread Paul Mather
On Thu, 2005-04-21 at 10:39 +0200, Claus Guttesen wrote: > Hi. > > I may implement (g)vinum to stripe two 2 TB raid 5 volumes into a > single 4 TB vinum-volume. The volumes reside on a atabeast doing the > raid 5. The server is a 5.4 RC2 doing nfs on i386. > > According t

5.4-RC3 hung - DDB trace/ps provided [was 5.4-RC1 Freezing, butpingable (may be related to gvinum)

2005-04-21 Thread Ash
Ever since installing 5.4 on this machine, it has been frequently locking up. This machine was running 5.3-RELEASE for several months without exhibiting similar symptoms. The machine becomes unresponsive to console and TCP connections (ssh), however remains pingable. This last time I left it a

vinum or gvinum on FreeBSD 5.4

2005-04-21 Thread Claus Guttesen
Hi. I may implement (g)vinum to stripe two 2 TB raid 5 volumes into a single 4 TB vinum-volume. The volumes reside on a atabeast doing the raid 5. The server is a 5.4 RC2 doing nfs on i386. According to some threads gvinum may not be completely stable (in 5.3, http://unix.derkeiler.com/Mailing

Re: 5.4-RC1 Freezing, but pingable (may be related to gvinum)

2005-04-10 Thread John Pettitt
Ash wrote: > > > I was hoping that someone on the list may have run into a similar > issue with 5_4_0 so that I could at least figure out how to reproduce > the problem rather than simply waiting for the machine to hang again. > Patience is not my greatest virtue :) > I'm seeing a similar sympto

Re: 5.4-RC1 Freezing, but pingable (may be related to gvinum)

2005-04-10 Thread Ash
Peter Jeremy wrote: On Sat, 2005-Apr-09 14:51:41 -0500, Ash wrote: This is consistent with the kernel continuing to run normally but being unable to schedule userland processes - usually due to a deadlock. Do the caps-lock, num-lock, scroll-lock buttons on a local keyboard still toggle the relevant

Re: 5.4-RC1 Freezing, but pingable (may be related to gvinum)

2005-04-09 Thread Peter Jeremy
On Sat, 2005-Apr-09 14:51:41 -0500, Ash wrote: >By "hang" I mean that the machine stops responding to console keystrokes >(serial or otherwise) while existing ssh and nfs connections stop >responding, but do not immediately close. The machine continues to >respond to ICMP pings. I can not make n

5.4-RC1 Freezing, but pingable (may be related to gvinum)

2005-04-09 Thread Ash
loop ran for several minutes after unplugging the console cable without any obvious ill effects. I tried to plug/unplug the cable several times, while the loop ran. After cvsupping to 5.4-Beta1 I enabled gvinum to use as a volume manager (RAID is being handled by a 3ware Escalade 9500-8). I&

Re: kern/79035: gvinum unable to create a striped set of mirrored sets/plexes

2005-04-08 Thread Sven Willenberger
2:04:34 +, Sven Willenberger wrote: > >> > >>> Under the current implementation of gvinum it is possible to create > >>> a mirrored set of striped plexes but not a striped set of mirrored > >>> plexes. For purposes of resiliency the latter configuration is > &g

Re: Creating a striped set of mirrors using gvinum

2005-03-20 Thread Sam
mirrored sets (e.g. stripe across 3 sets of mirrors). Has anyone managed to implement this and, if so, what does your configuration file look like? No, it doesn't work that way. If not, could this be added as a feature request for gvinum? To do this you should enter a PR. It would help if you

Re: Creating a striped set of mirrors using gvinum

2005-03-19 Thread Greg 'groggy' Lehey
gt; multiple mirrored sets (e.g. stripe across 3 sets of mirrors). Has > anyone managed to implement this and, if so, what does your > configuration file look like? No, it doesn't work that way. > If not, could this be added as a feature request for gvinum? To do this you should ent

Creating a striped set of mirrors using gvinum

2005-03-19 Thread Sven Willenberger
to implement this and, if so, what does your configuration file look like? If not, could this be added as a feature request for gvinum? Sven Willenberger ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: gvinum or vinum in 5.3-STABLE

2005-02-15 Thread Joe Koberg
Aristedes Maniatis wrote: Sorry to butt in on your thread, but it seems relevant. I am having problems with gvinum under 5-STABLE and a RAID 0 array of two disks. The array works perfectly until reboot. Then, when the machine comes back up the plexes are marked as stale. Issuing these commands

Re: gvinum or vinum in 5.3-STABLE

2005-02-15 Thread Aristedes Maniatis
Sorry to butt in on your thread, but it seems relevant. I am having problems with gvinum under 5-STABLE and a RAID 0 array of two disks. The array works perfectly until reboot. Then, when the machine comes back up the plexes are marked as stale. Issuing these commands fixes the problem until

Re: gvinum or vinum in 5.3-STABLE

2005-02-15 Thread Doug White
On Tue, 15 Feb 2005, Tristan wrote: > On Mon, 14 Feb 2005 11:08:26 +1030 > Tristan <[EMAIL PROTECTED]> wrote: > > > > can anyone confirm what the preferred tool is > > in 5.3-STABLE, vinum or gvinum ? Is gvinum > > ready for production use in a RAID5 config ?

Re: gvinum or vinum in 5.3-STABLE

2005-02-14 Thread Tristan
On Mon, 14 Feb 2005 11:08:26 +1030 Tristan <[EMAIL PROTECTED]> wrote: > > can anyone confirm what the preferred tool is > in 5.3-STABLE, vinum or gvinum ? Is gvinum > ready for production use in a RAID5 config ? Does this limitation still exist (from 5.3 ERRATA): W

Re: gvinum or vinum in 5.3-STABLE

2005-02-13 Thread Stijn Hoop
On Mon, Feb 14, 2005 at 11:08:26AM +1030, Tristan wrote: > can anyone confirm what the preferred tool is > in 5.3-STABLE, vinum or gvinum ? Is gvinum > ready for production use in a RAID5 config ? You need to use gvinum on 5-STABLE and -CURRENT. As far as I can tell, it would be wise

Re: gvinum or vinum in 5.3-STABLE

2005-02-13 Thread Doug White
On Mon, 14 Feb 2005, Tristan wrote: > > can anyone confirm what the preferred tool is > in 5.3-STABLE, vinum or gvinum ? gvinum. > Is gvinum ready for production use in a RAID5 config ? I don't know about RAID5, but 0+1 was working for me in December :

gvinum or vinum in 5.3-STABLE

2005-02-13 Thread Tristan
can anyone confirm what the preferred tool is in 5.3-STABLE, vinum or gvinum ? Is gvinum ready for production use in a RAID5 config ? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

Re: Starting gvinum/vinum with RAID 5 and Compaq 39160 - 5.3-STABLE

2005-01-24 Thread Paul Mather
On Mon, 2005-01-24 at 14:29 -0500, Michael L. Squires wrote: > I've been playing with vinum and gvinum with a RAID-1 boot setup (now > abandoned, hardware RAID was $29 - SM P4DC6+ with Adaptec 2005S) and with > a RAID5 array using a Compaq version of the Adaptec 39160 card. >

Starting gvinum/vinum with RAID 5 and Compaq 39160 - 5.3-STABLE

2005-01-24 Thread Michael L. Squires
I've been playing with vinum and gvinum with a RAID-1 boot setup (now abandoned, hardware RAID was $29 - SM P4DC6+ with Adaptec 2005S) and with a RAID5 array using a Compaq version of the Adaptec 39160 card. I've found that only "geom_vinum_load="YES" works in order

gvinum - recovering from stale in multi user mode

2005-01-21 Thread Karl M. Joch
Hello, build a few 5.3 boxes and found a problem which never occured before with vinum. when creating a new box (mirror only) the p1 plexes are stale till they are synced the first time. with gvinum when starting in multi user mode: usr.p1.s0 it cant be startet usr.p1 it starts and then gets a

  1   2   >