Subject: startup order
From: Jeff Jansen <jeff.jansen@kkoncepts.net>
Date: Mon, 20 Apr 2009 20:52:19 +0800

Is there any way to set the order in which vservers are started by the
util-vservers functions if you set "default" in apps/init/mark?

The 'getAllVservers' function in "/usr/lib/util-vserver/function" that (I think)
enumerates them seems to be a simple "for" loop through the conf dir
("/etc/vservers" in my case) which would pull them in alphabetical order.  But
that's not the order they start up in.

Heartbeat kicks over all our vservers to our secondary vserver host if there's a
problem with the primary, and I'd like to be able to control the order in which
they stop and start.

TIA

Jeff Jansen