All of lore.kernel.org
 help / color / mirror / Atom feed
[parent not found: <200407060323.i663Nl107730@roton.TerraLuna.Org>]
* Re: QLogic Fibre Channel HBA Support
@ 2004-07-06  3:40 Brian Wolfe
  0 siblings, 0 replies; 28+ messages in thread
From: Brian Wolfe @ 2004-07-06  3:40 UTC (permalink / raw)
  To: Steve Traugott; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1200 bytes --]

Well, after having to restart another of the domains on that xen server I discovered that the last in the list is the one that would lock up once every 24 hours. (not certain fo the exact timeframe since it locks during the night.)

I've disabled the cron entries that generate high workload to eliminate that as a possible cause. Next is to try running the virtual server on another xen host that is running an older version of xen and xenolinux, see if that still hangs it.

I'll report more as I find it. However, I'm still swamped with house repairs. 8-( a 10' section of wall that's destroyed by termites, a bad kithen remodeling that has gone rotten (literally), and a bathroom shower install where they "forgot" to add the drain part that mates the drain hole to the drain pipe. I may have to post a pic of the shower issue to show how stupid it is. ;-P

After that I've still got lots of catchup to do since i've been swamped for the last 2 months. *sigh* This had better be worth it, getting into a house that is. Either way, in approximatly 2 to 3 weeks i'll be back full force working on xen setups and beating the crap out of the system. ;) Expect to receive LOTS of nitpicking. *grin*



[-- Attachment #2: Type: text/plain, Size: 83 bytes --]

On Mon, 5 Jul 2004 15:12:56 -0700 Steve Traugott <stevegt@TerraLuna.Org>
 said...


[-- Attachment #3: Type: text/plain, Size: 899 bytes --]

On Mon, Jul 05, 2004 at 06:52:21PM +0000, Brian Wolfe wrote:
> Yeah, I'm still seeing a hang on the very last domain int he list. 

*Interesting* -- I hadn't noticed anything like that, but I wasn't
looking for it.  It's not always the same root filesystem, is it?  If
you shuffle the order is it still always the last one that hangs?

> I haven't been able to track down what is causing it exactly. Up until
> now I thought that it's unique aspect of running apache wtih php5 beta
> 1 was causing it with OOM due to php5b1 memory leaks....

That sounds an awful lot like the /dev/random bug we had in 1.2.  I was
never able to duplicate it on purpose, but after linking /dev/random ->
/dev/urandom most of the hangs went away.  

Steve
-- 
Stephen G. Traugott  (KG6HDQ)
UNIX/Linux Infrastructure Architect, TerraLuna LLC
stevegt@TerraLuna.Org 
http://www.stevegt.com -- http://Infrastructures.Org 

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Re: QLogic Fibre Channel HBA Support
@ 2004-07-05 18:54 Brian Wolfe
  0 siblings, 0 replies; 28+ messages in thread
From: Brian Wolfe @ 2004-07-05 18:54 UTC (permalink / raw)
  To: Steve Traugott; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

Yeah, I'm still seeing a hang on the very last domain int he list. I haven't been able to track down what is causing it exactly. Up until now I thought that it's unique aspect of running apache wtih php5 beta 1 was causing it with OOM due to php5b1 memory leaks....

Other than that, none of the other domains are hanging...even with nfs1 periodicly rebooting spontaneously (hardware issue i'm tracking on it).

I'm waiting for 2.0-alpha to be officially released before I start monkeying with the bleeding edge again. Once that happens we will start protoyping the xenctld in python using the existing tools.



[-- Attachment #2: Type: text/plain, Size: 83 bytes --]

On Mon, 5 Jul 2004 11:33:57 -0700
 Steve Traugott <stevegt@TerraLuna.Org> said...


[-- Attachment #3: Type: text/plain, Size: 1531 bytes --]

Hi Brian,

On Mon, Jul 05, 2004 at 04:31:33AM +0000, Brian Wolfe wrote:
> As for stable enough to host, I'm using a 1.3 version from May or June
> (can't remember the version off the top of my head) to do virtual
> server hosting for my own machines and for several clients.
> Interestingly enough, because of the setup I moved to I'm getting
> better overall performance using 2 main NFS servers with 8-disk raid-5
> arrays than with individual machines using mirror sets!

When using NFS roots you haven't seen any hung clients?  I was getting a
lot of those, got rid of a lot of the hangs by using the /dev/urandom
workaround, but still got a few after that, attributed to a long-lived
Linux NFS client kernel bug.  See these threads:

    05 May 2004:  xenolinux /dev/random
    12 May 2004:  Xen hangs with NFS root under high loads

I'm sure 1.3 fixes the first, but what about the second?

Steve
-- 
Stephen G. Traugott  (KG6HDQ)
UNIX/Linux Infrastructure Architect, TerraLuna LLC
stevegt@TerraLuna.Org 
http://www.stevegt.com -- http://Infrastructures.Org 


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 28+ messages in thread
[parent not found: <200407050431.i654VV130769@roton.TerraLuna.Org>]
* Re: QLogic Fibre Channel HBA Support
@ 2004-07-05  4:39 Brian Wolfe
  0 siblings, 0 replies; 28+ messages in thread
From: Brian Wolfe @ 2004-07-05  4:39 UTC (permalink / raw)
  To: Steve Traugott; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 760 bytes --]

I've been working on putting togeather a system to manage clusters of Xen nodes. I can't go into a lot of details yet since it's only  in the design stage right now.

As for stable enough to host, I'm using a 1.3 version from May or June (can't remember the version off the top of my head) to do virtual server hosting for my own machines and for several clients. Interestingly enough, because of the setup I moved to I'm getting better overall performance using 2 main NFS servers with 8-disk raid-5 arrays than with individual machines using mirror sets!

I will be looking for anyone interested in using the prototype tools later once we have picked up the new set that Ian and friends are coding for everyone, and have rewritten things based on them. :)



[-- Attachment #2: Type: text/plain, Size: 83 bytes --]

On Sun, 4 Jul 2004 13:31:39 -0700
 Steve Traugott <stevegt@TerraLuna.Org> said...


[-- Attachment #3: Type: text/plain, Size: 2188 bytes --]

On Sun, Jul 04, 2004 at 10:11:38AM +0100, Ian Pratt wrote:
> 
> > Still hunting for better alternatives vs. NFS roots -- does anyone know
> > what I'd need to do to get the driver for QLogic fibre HBA's working, so
> > I can host VBD's from a SAN?  
> 
> If there's a driver in Linux, it should just work if you use the
> unstable-xeno tree and modify the config for the domain 0 linux
> to add the driver. 

So, how stable is unstable these days?  I.E. would you trust it to host
other people's guests?

> In the new tree, rather than using our own virtual disk code we're
> planning on using standard Linux's standard LVM2 code to enable
> physical partitions to be sliced and diced. The tool support for
> this isn't quite there yet.

That sounds good -- you mean tools support as in python?  I should be
able to help if that's the case.

> An alternative to using a FCAL SAN is to use iSCSI. I've found
> that the Linux Cisco iSCSI initiator code works nicely, and can
> either talk to a hardware iSCSI target or to the Ardistech Linux
> iSCSI s/w target. I've generally configured it such that the
> domain talks iSCSI directly (using an initrd to enable root to be
> on the iSCSI volume). Others have configured iSCSI in domain 0
> and then exported the partitions to other domains as block
> devices using the normal VBD mechanism.

I'd need to use the iSCSI in domain 0 approach (other people's
guests...), haven't tried it due to lack of hardware targets, didn't get
warm fuzzies from Ardistech's code -- you've had no problems with it
though?

Steve
-- 
Stephen G. Traugott  (KG6HDQ)
UNIX/Linux Infrastructure Architect, TerraLuna LLC
stevegt@TerraLuna.Org 
http://www.stevegt.com -- http://Infrastructures.Org 


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 28+ messages in thread
* QLogic Fibre Channel HBA Support
@ 2004-07-04  8:38 Steve Traugott
  2004-07-04  9:02 ` Keir Fraser
  2004-07-04  9:11 ` Ian Pratt
  0 siblings, 2 replies; 28+ messages in thread
From: Steve Traugott @ 2004-07-04  8:38 UTC (permalink / raw)
  To: xen-devel

Hey Folks,

Still hunting for better alternatives vs. NFS roots -- does anyone know
what I'd need to do to get the driver for QLogic fibre HBA's working, so
I can host VBD's from a SAN?  

Steve
-- 
Stephen G. Traugott  (KG6HDQ)
UNIX/Linux Infrastructure Architect, TerraLuna LLC
stevegt@TerraLuna.Org 
http://www.stevegt.com -- http://Infrastructures.Org 


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2004-07-06 14:21 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200407051852.i65IqL124320@roton.TerraLuna.Org>
2004-07-05 22:12 ` QLogic Fibre Channel HBA Support Steve Traugott
     [not found] <200407060323.i663Nl107730@roton.TerraLuna.Org>
2004-07-06  5:06 ` Steve Traugott
2004-07-06  6:22   ` Keir Fraser
2004-07-06  7:26   ` Ian Pratt
2004-07-06 12:53     ` Steve Traugott
2004-07-06 13:31       ` Ian Pratt
2004-07-06 13:59         ` Steve Traugott
2004-07-06 14:21           ` Ian Pratt
2004-07-06  3:40 Brian Wolfe
  -- strict thread matches above, loose matches on Subject: below --
2004-07-05 18:54 Brian Wolfe
     [not found] <200407050431.i654VV130769@roton.TerraLuna.Org>
2004-07-05 18:33 ` Steve Traugott
2004-07-05 20:19   ` Ian Pratt
2004-07-05 22:02     ` Steve Traugott
2004-07-05  4:39 Brian Wolfe
2004-07-04  8:38 Steve Traugott
2004-07-04  9:02 ` Keir Fraser
2004-07-04 19:47   ` Steve Traugott
2004-07-04  9:11 ` Ian Pratt
2004-07-04 20:31   ` Steve Traugott
2004-07-04 20:50     ` Ian Pratt
2004-07-05 18:24       ` Steve Traugott
2004-07-05 18:48         ` Wim Coekaerts
2004-07-05 20:22           ` Ian Pratt
2004-07-05 20:14         ` Ian Pratt
2004-07-05 22:53           ` Steve Traugott
2004-07-05 23:23             ` Ian Pratt
2004-07-05  9:40     ` Niraj Tolia
2004-07-05 10:11       ` Ian Pratt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.