invirt/packages/invirt-xen-config.git
4 years agoFix autoinstalls to work around a modern d-i bug mitchb precise-dev precise-prod 0.0.60
Mitchell E Berger [Wed, 1 Jan 2020 09:07:38 +0000 (04:07 -0500)] 
Fix autoinstalls to work around a modern d-i bug

Modern d-i (at least Debian Buster, and probably others) reads
/proc/consoles and adds entries to /etc/inittab to spawn a d-i
on each of them.  With debconf/priority>=high (i.e. without
the menu showing, and with d-i autodriving through the items),
if there are multiple consoles, this results in the d-i's racing
to use /var/lib/dpkg/status to record what happens as they
run the postinst of each udeb, and as a result, menu items
fail and the autoinstall fails.  See Debian Bug #944125.

We only set console=hvc0, but for reasons unknown, tty0 also
appears in /proc/consoles despite not being in /proc/cmdline,
and we don't seem to have control over that.  The script that
reads /proc/consoles is /sbin/reopen-console, which also
happens to be the main rc script on sysinit in /etc/inittab.
That script (through a chain of other scripts) is also what
runs preseed/early_command if it's set.

Normally, preseed/early_command cannot run until way too late
to address this, because you don't have the preseed until several
tasks into the install by which point it will have failed.
However, if you get the quoting right, you can set it as a
boot argument and it will run before any of the menu items,
and in fact, before d-i has started.

Because /sbin/reopen-console ultimately is what runs
preseed/early_command, when the command runs, it is too late
to use sed to edit reopen-console, and you can't kill it
because it runs the rest of the process.  At the point where
preseed/early_command runs, reopen-console has already found
the consoles and added d-i jobs for each of them to /etc/inittab.
However, it doesn't send the HUP to init until just after the
scripts including preseed/early_command are run.

Yank the tty0 job out from inittab just in the nick of time.
This should be safe for old distros because we have always
forced the desired console to hvc0; while the problem that
necessitates this kludge didn't exist in the past, removing
any inittab job for tty0 shouldn't have any noticeable effect
on them.

4 years agoFix the fact that we can't bump RAM quotas above 2048M 0.0.59
Mitchell E Berger [Tue, 23 Jul 2019 22:59:01 +0000 (18:59 -0400)] 
Fix the fact that we can't bump RAM quotas above 2048M
(and acknowledge the reality that 2048M really isn't the rarest
thing to need these days)

Quoting from history:

"""
   invirt-xen-config (0.0.15) unstable; urgency=low

     * Set the max memory to a really high number so we can bump it for users
     * Pass the correct networking device to vif-invirtroute

    -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 00:03:47 -0500
"""

i,i "640K ought to be enough for anyone."

4 years agoUpdate changelog quentin-prod 0.0.58
Quentin Smith [Sun, 16 Jun 2019 01:00:06 +0000 (21:00 -0400)] 
Update changelog

4 years agoSupport kickstart-based Fedora autoinstalls
Quentin Smith [Sun, 16 Jun 2019 00:56:23 +0000 (20:56 -0400)] 
Support kickstart-based Fedora autoinstalls

5 years agoFix autoinstall logic when configured memory is lower than needed 0.0.57
Mitchell E Berger [Sat, 2 Feb 2019 21:55:37 +0000 (16:55 -0500)] 
Fix autoinstall logic when configured memory is lower than needed

invirt-database: Fix the autoinstall logic so that if we've
increased the memory temporarily for the autoinstall above
the machine's database setting, we also bring maxmem up to
the same level.  Otherwise the machine doesn't turn on
because it's requesting to start with more memory than maxmem,
and this failure mode is silent to the user.

5 years agoFix XVM's classic networking problem 0.0.56
Mitchell E Berger [Tue, 26 Jun 2018 02:04:34 +0000 (22:04 -0400)] 
Fix XVM's classic networking problem

vif-invirtroute: Kill arpspoof with SIGKILL when we're done.  The
version in this distro (which is the latest beta from the
unmaintained upstream) tries to "clean up" when you normally
terminate it.  This involves trying to perform an ARP lookup
without interfering to see what the MAC should've been and then
sending replies for that.  This appears to cause a race depending
on whether the entry for the machine's old domain (if it's being
rebooted) is listed as <incomplete> in the ARP table or is totally
flushed.  If you lose the race, it sends further gratuitous ARPs
telling the router that your MAC is all-zeros because of a bug
where it fails to check for an incomplete ARP entry.  This is
believed to cause the bug that has plagued XVM for years where
you sometimes lose off-network connectivity on reboot.

5 years agoBump up autoinstall memory to make modern releases work again 0.0.55
Mitchell E Berger [Fri, 1 Jun 2018 06:16:42 +0000 (02:16 -0400)] 
Bump up autoinstall memory to make modern releases work again

5 years agoFix HVMs so they don't only work if the cluster you're on happens to have 0.0.54
Mitchell E Berger [Sun, 27 May 2018 05:45:17 +0000 (01:45 -0400)] 
Fix HVMs so they don't only work if the cluster you're on happens to have
hosts with an eth0 that's lucky enough to have an IPv4 address on it due
to random luck having nothing to do with the bridge all the Xen stuff is on.

5 years agoDon't pass a src argument to 'ip route del' in case the host's "main IP"
Mitchell E Berger [Fri, 25 May 2018 07:07:31 +0000 (03:07 -0400)] 
Don't pass a src argument to 'ip route del' in case the host's "main IP"
has changed and the route was added with a different src than we expect.

5 years agoImplement handling of various actions to perform related to the "other"
Mitchell E Berger [Fri, 18 May 2018 03:21:01 +0000 (23:21 -0400)] 
Implement handling of various actions to perform related to the "other"
set of network parameters, including a minimalistic state machine.

5 years agoTypo
Mitchell E Berger [Thu, 17 May 2018 07:40:45 +0000 (03:40 -0400)] 
Typo

5 years agoTurn on the relocation server
Mitchell E Berger [Thu, 17 May 2018 05:55:43 +0000 (01:55 -0400)] 
Turn on the relocation server

5 years agoFix changelog
Mitchell E Berger [Wed, 16 May 2018 07:21:25 +0000 (03:21 -0400)] 
Fix changelog

5 years agoUse the netmask and gateway specific to the NIC for the VM in question
Mitchell E Berger [Wed, 16 May 2018 04:45:01 +0000 (00:45 -0400)] 
Use the netmask and gateway specific to the NIC for the VM in question
in the kernel boot line when autoinstalling, instead of parameters from
the global cluster config.

5 years agoFix tabbification of vif-invirtroute
Mitchell E Berger [Tue, 15 May 2018 23:52:55 +0000 (19:52 -0400)] 
Fix tabbification of vif-invirtroute

5 years agoSupport bringing up machines with an "other" address accessible for
Mitchell E Berger [Tue, 15 May 2018 23:49:39 +0000 (19:49 -0400)] 
Support bringing up machines with an "other" address accessible for
smooth renumbering events.

10 years agoFix machine UUID assignment after SQLAlchemy started returning Unicode objects. 0.0.53
Quentin Smith [Tue, 7 Jan 2014 03:02:21 +0000 (22:02 -0500)] 
Fix machine UUID assignment after SQLAlchemy started returning Unicode objects.

10 years agofix trailing whitespace 0.0.52
Adam Glasgall [Tue, 3 Sep 2013 22:18:32 +0000 (18:18 -0400)] 
fix trailing whitespace

10 years agoadd long comment to vif-invirtroute explaining the metric trickery
Adam Glasgall [Tue, 3 Sep 2013 19:52:58 +0000 (15:52 -0400)] 
add long comment to vif-invirtroute explaining the metric trickery

10 years agofix PVHVM networking
Adam Glasgall [Tue, 3 Sep 2013 01:16:49 +0000 (21:16 -0400)] 
fix PVHVM networking

10 years agoFixed invirt-database for NICs dvorak42 0.0.51
Steven Valdez [Thu, 1 Aug 2013 02:29:20 +0000 (22:29 -0400)] 
Fixed invirt-database for NICs

10 years agoAdded model selection by DB 0.0.50
Steven Valdez [Sat, 27 Jul 2013 02:36:09 +0000 (22:36 -0400)] 
Added model selection by DB

10 years agochange HVM nic model to pcnet 0.0.49
Adam Glasgall [Tue, 23 Jul 2013 06:53:22 +0000 (02:53 -0400)] 
change HVM nic model to pcnet

10 years agodisable PVHVM guests 0.0.48
Adam Glasgall [Mon, 22 Jul 2013 05:09:08 +0000 (01:09 -0400)] 
disable PVHVM guests

10 years agoBlame glasgall for the wasted version number. 0.0.47
Quentin Smith [Sun, 21 Jul 2013 18:55:10 +0000 (14:55 -0400)] 
Blame glasgall for the wasted version number.

10 years agoNon-hotplug events apparently also use vif-setup 0.0.46
Quentin Smith [Sun, 21 Jul 2013 18:50:05 +0000 (14:50 -0400)] 
Non-hotplug events apparently also use vif-setup

10 years agoUpdate vif-invirtroute for Xen 4's scripts. 0.0.45
Quentin Smith [Sun, 21 Jul 2013 18:29:09 +0000 (14:29 -0400)] 
Update vif-invirtroute for Xen 4's scripts.

10 years agoNeuter vif-setup (from xl, perhaps?)
Quentin Smith [Sun, 21 Jul 2013 18:23:00 +0000 (14:23 -0400)] 
Neuter vif-setup (from xl, perhaps?)

10 years agoDisable populate-on-demand for HVMs. 0.0.44
Quentin Smith [Sun, 21 Jul 2013 17:15:04 +0000 (13:15 -0400)] 
Disable populate-on-demand for HVMs.

10 years agodh7 needs --with config-package achernya 0.0.43+nmu1
Alexander Chernyakhovsky [Sun, 21 Jul 2013 16:49:36 +0000 (12:49 -0400)] 
dh7 needs --with config-package

10 years agofix diversion 0.0.43
Adam Glasgall [Sun, 21 Jul 2013 05:15:00 +0000 (01:15 -0400)] 
fix diversion

10 years agofix qemu-ifup 0.0.42
Adam Glasgall [Sun, 21 Jul 2013 05:07:15 +0000 (01:07 -0400)] 
fix qemu-ifup

10 years agoUpdating version for precise 0.0.40
Steven Valdez [Sat, 20 Jul 2013 20:47:05 +0000 (16:47 -0400)] 
Updating version for precise

10 years agoMerged internal_ips change
Steven Valdez [Fri, 19 Jul 2013 17:25:52 +0000 (13:25 -0400)] 
Merged internal_ips change

10 years agoHandle new prodconfig schema iannucci
Peter Iannucci [Tue, 2 Jul 2013 01:51:47 +0000 (21:51 -0400)] 
Handle new prodconfig schema

10 years agofix path to qemu-dm
Adam Glasgall [Fri, 7 Jun 2013 01:38:18 +0000 (21:38 -0400)] 
fix path to qemu-dm

10 years agoUpdate packaging to dh7
Alexander Chernyakhovsky [Sat, 1 Jun 2013 01:17:06 +0000 (21:17 -0400)] 
Update packaging to dh7

11 years agohvmloader moved. update invirt-database accordingly.
Adam Glasgall [Wed, 8 May 2013 04:07:17 +0000 (00:07 -0400)] 
hvmloader moved. update invirt-database accordingly.

11 years agore-disable enabling network-bridge. irony.
Adam Glasgall [Mon, 6 May 2013 23:15:41 +0000 (19:15 -0400)] 
re-disable enabling network-bridge. irony.

11 years agoxm was expecting a string and was getting a unistring for machine
Adam Glasgall [Sat, 27 Apr 2013 04:23:14 +0000 (00:23 -0400)] 
xm was expecting a string and was getting a unistring for machine
name, which resulted in the VM name always being
'invirt-database'. Use passed-in machine_name instead, since that will
be a string. IBTSOCS.

11 years agoadd dependency on ethtool
Adam Glasgall [Sat, 27 Apr 2013 02:36:31 +0000 (22:36 -0400)] 
add dependency on ethtool

11 years agoSQLAlchemy API updates in invirt-database xen config
Adam Glasgall [Sat, 27 Apr 2013 01:14:59 +0000 (21:14 -0400)] 
SQLAlchemy API updates in invirt-database xen config

11 years agoreally fix regexp
Adam Glasgall [Sat, 13 Apr 2013 21:57:32 +0000 (17:57 -0400)] 
really fix regexp

11 years agofix typo
Adam Glasgall [Sat, 13 Apr 2013 21:49:24 +0000 (17:49 -0400)] 
fix typo

11 years agocorrect regexp
Adam Glasgall [Sat, 13 Apr 2013 21:47:09 +0000 (17:47 -0400)] 
correct regexp

11 years agoexplicitly enable network-bridge
Adam Glasgall [Sat, 13 Apr 2013 21:41:33 +0000 (17:41 -0400)] 
explicitly enable network-bridge

11 years agos/// out gunk that breaks mako from xend-config.sxp
Adam Glasgall [Mon, 25 Mar 2013 00:32:30 +0000 (20:32 -0400)] 
s/// out gunk that breaks mako from xend-config.sxp

11 years agodepend on grub-pc instead of grub
Adam Glasgall [Sun, 24 Mar 2013 21:50:23 +0000 (17:50 -0400)] 
depend on grub-pc instead of grub

11 years agoreplace reference to ubuntu-xen-server with broken-out list of xen packages
Adam Glasgall [Sun, 24 Mar 2013 21:45:38 +0000 (17:45 -0400)] 
replace reference to ubuntu-xen-server with broken-out list of xen packages

11 years agoupdate xend-config.sxp transformer for newer default config
Adam Glasgall [Sun, 24 Mar 2013 21:38:25 +0000 (17:38 -0400)] 
update xend-config.sxp transformer for newer default config

11 years agobump Xen dependency
Adam Glasgall [Fri, 22 Mar 2013 06:30:14 +0000 (23:30 -0700)] 
bump Xen dependency

11 years agobump version for precise
Adam Glasgall [Fri, 22 Mar 2013 06:25:25 +0000 (23:25 -0700)] 
bump version for precise

12 years agoSupport multiple NICs on HVMs dev prod 0.0.37
Mitchell E Berger [Sun, 30 Oct 2011 01:53:56 +0000 (21:53 -0400)] 
Support multiple NICs on HVMs

13 years agoVersion bump oremanj 0.0.36
Joshua Oreman [Tue, 26 Apr 2011 20:31:22 +0000 (16:31 -0400)] 
Version bump

13 years agoDisable proxy_arp on the 'all' interface 0.0.33
Joshua Oreman [Tue, 26 Apr 2011 20:13:46 +0000 (16:13 -0400)] 
Disable proxy_arp on the 'all' interface

13 years agoDon't enable proxy arp on every interface, just the public one 0.0.32
Quentin Smith [Wed, 9 Mar 2011 23:18:14 +0000 (18:18 -0500)] 
Don't enable proxy arp on every interface, just the public one

13 years agoFix the fucking TSO bug! Also, fix our ARP replies while we are at it. 0.0.31
Quentin Smith [Mon, 27 Dec 2010 06:21:26 +0000 (01:21 -0500)] 
Fix the fucking TSO bug! Also, fix our ARP replies while we are at it.

13 years agoSupport debian-installer based autoinstallation
Quentin Smith [Sun, 26 Dec 2010 22:10:57 +0000 (17:10 -0500)] 
Support debian-installer based autoinstallation

14 years agoRevert "Bump dom0-min-mem so that hopefully we OOM kill less."
Evan Broder [Sun, 21 Mar 2010 21:14:42 +0000 (17:14 -0400)] 
Revert "Bump dom0-min-mem so that hopefully we OOM kill less."

OOM conditions were more likely caused by the lack of swap.

This reverts commit r2994

svn path=/trunk/packages/invirt-xen-config/; revision=2995

14 years agoBump dom0-min-mem so that hopefully we OOM kill less.
Evan Broder [Sun, 21 Mar 2010 19:23:56 +0000 (15:23 -0400)] 
Bump dom0-min-mem so that hopefully we OOM kill less.

svn path=/trunk/packages/invirt-xen-config/; revision=2994

14 years agoMerged in r2821,2824,2827 from hvirt branch.
Greg Brockman [Sun, 31 Jan 2010 23:50:32 +0000 (18:50 -0500)] 
Merged in r2821,2824,2827 from hvirt branch.

svn path=/trunk/packages/invirt-xen-config/; revision=2972

14 years agoActually kill any references to PARENTPACKAGE in invirt-xen-config. 0.0.28
Evan Broder [Wed, 27 Jan 2010 04:34:04 +0000 (23:34 -0500)] 
Actually kill any references to PARENTPACKAGE in invirt-xen-config.

svn path=/trunk/packages/invirt-xen-config/; revision=2936

14 years agoFOR THE LOVE OF GOD, don't restart xend when you restart invirt-xen-config.
Evan Broder [Wed, 27 Jan 2010 04:33:04 +0000 (23:33 -0500)] 
FOR THE LOVE OF GOD, don't restart xend when you restart invirt-xen-config.

svn path=/trunk/packages/invirt-xen-config/; revision=2935

14 years agoForgot to close my changelog 0.0.27
Greg Brockman [Mon, 18 Jan 2010 04:32:19 +0000 (23:32 -0500)] 
Forgot to close my changelog

svn path=/trunk/packages/invirt-xen-config/; revision=2903

14 years agoChanged xen.network -> xen.
Greg Brockman [Mon, 18 Jan 2010 00:01:43 +0000 (19:01 -0500)] 
Changed xen.network -> xen.

svn path=/trunk/packages/invirt-xen-config/; revision=2895

14 years agoFor simplicity, and because we've never used it, tear the IPv6
Evan Broder [Sun, 3 Jan 2010 20:38:13 +0000 (15:38 -0500)] 
For simplicity, and because we've never used it, tear the IPv6
"support" out of vif-invirtroute.

svn path=/trunk/packages/invirt-xen-config/; revision=2860

14 years agoDon't create iptables rules in vif-invirtroute - they don't do anything.
Evan Broder [Sun, 3 Jan 2010 20:28:20 +0000 (15:28 -0500)] 
Don't create iptables rules in vif-invirtroute - they don't do anything.

svn path=/trunk/packages/invirt-xen-config/; revision=2859

14 years agoIncrease dom0's scheduling weight
Quentin Smith [Sun, 3 Jan 2010 19:16:51 +0000 (14:16 -0500)] 
Increase dom0's scheduling weight

svn path=/trunk/packages/invirt-xen-config/; revision=2857

14 years agoFixd speling eror
Greg Brockman [Sat, 2 Jan 2010 00:24:42 +0000 (19:24 -0500)] 
Fixd speling eror

svn path=/trunk/packages/invirt-xen-config/; revision=2832

14 years agoAdded undiverts
Greg Brockman [Sat, 2 Jan 2010 00:16:17 +0000 (19:16 -0500)] 
Added undiverts

svn path=/trunk/packages/invirt-xen-config/; revision=2830

14 years agoDon't try to start sysvms in the invirt-xen-config init script.
Evan Broder [Sat, 2 Jan 2010 00:07:46 +0000 (19:07 -0500)] 
Don't try to start sysvms in the invirt-xen-config init script.

This code just doesn't work. In fact, I've seen it result in 0, 1, or
>1 instances of sysvms running simultaneously, which makes it
officially worthless.

svn path=/trunk/packages/invirt-xen-config/; revision=2829

14 years agoAlso removed the pinning from rules/install
Greg Brockman [Fri, 1 Jan 2010 23:33:39 +0000 (18:33 -0500)] 
Also removed the pinning from rules/install

svn path=/trunk/packages/invirt-xen-config/; revision=2827

14 years agoNuked the pinning of libxen3
Greg Brockman [Fri, 1 Jan 2010 23:29:07 +0000 (18:29 -0500)] 
Nuked the pinning of libxen3

svn path=/trunk/packages/invirt-xen-config/; revision=2825

14 years agoPunt the "moocow" VNC password - it's dumb, and we already have our 0.0.26
Evan Broder [Tue, 29 Sep 2009 01:26:38 +0000 (21:26 -0400)] 
Punt the "moocow" VNC password - it's dumb, and we already have our
own authentication mechanism (that uses real authentication).

svn path=/trunk/packages/invirt-xen-config/; revision=2487

14 years agoIn invirt-xen-config: 0.0.25
Evan Broder [Mon, 27 Jul 2009 03:36:28 +0000 (23:36 -0400)] 
In invirt-xen-config:
  * Some of the autoinstallers want a lot of RAM. Give it to them.

svn path=/trunk/packages/invirt-xen-config/; revision=2367

15 years agoUpdate invirt-vnc-server and invirt-xen-config to accept the Xen 3.3 0.0.24
Evan Broder [Fri, 20 Feb 2009 22:40:43 +0000 (17:40 -0500)] 
Update invirt-vnc-server and invirt-xen-config to accept the Xen 3.3
packages.

svn path=/trunk/packages/invirt-xen-config/; revision=2179

15 years agorevert r2085 0.0.23
Greg Price [Tue, 3 Feb 2009 06:42:23 +0000 (01:42 -0500)] 
revert r2085

also while I'm touching this code, use run-parts --list rather than glob

svn path=/trunk/packages/invirt-xen-config/; revision=2087

15 years agoCorrectly calculate the lists of both the sysvms to startup and the 0.0.22
Evan Broder [Mon, 2 Feb 2009 22:32:27 +0000 (17:32 -0500)] 
Correctly calculate the lists of both the sysvms to startup and the
Mako templates to render in the invirt-xen-config startup script.

svn path=/trunk/packages/invirt-xen-config/; revision=2085

15 years agogenericize sysvm startup to glob /etc/xen/sysvms/s_* 0.0.21
Greg Price [Sat, 31 Jan 2009 23:40:49 +0000 (18:40 -0500)] 
genericize sysvm startup to glob /etc/xen/sysvms/s_*

svn path=/trunk/packages/invirt-xen-config/; revision=2067

15 years agoeth2 -> config.xen.network.iface
Greg Price [Sat, 31 Jan 2009 09:47:50 +0000 (04:47 -0500)] 
eth2 -> config.xen.network.iface

svn path=/trunk/packages/invirt-xen-config/; revision=2055

15 years agomove sysvms/* into xvm-prodconfig from invirt-xen-config
Greg Price [Sat, 31 Jan 2009 02:18:05 +0000 (21:18 -0500)] 
move sysvms/* into xvm-prodconfig from invirt-xen-config

svn path=/trunk/packages/invirt-xen-config/; revision=2039

15 years agoFix-up several packages to include the correct Conflicts and Replaces 0.0.20
Evan Broder [Mon, 26 Jan 2009 01:09:03 +0000 (20:09 -0500)] 
Fix-up several packages to include the correct Conflicts and Replaces
lines for config-package-dev

svn path=/trunk/packages/invirt-xen-config/; revision=1989

15 years agoinvirt-xen-config: prune tempfile, subprocess imports from invirt-database
Greg Price [Mon, 15 Dec 2008 17:24:35 +0000 (12:24 -0500)] 
invirt-xen-config: prune tempfile, subprocess imports from invirt-database

(subprocess!  wow, that was a hack.  that was also over a year ago, r223.)

svn path=/trunk/packages/invirt-xen-config/; revision=1850

15 years agoInstead of using whatever comes out of uname, explicitly strip the hostname down... 0.0.18
Evan Broder [Wed, 26 Nov 2008 06:28:15 +0000 (01:28 -0500)] 
Instead of using whatever comes out of uname, explicitly strip the hostname down to the short form

svn path=/trunk/packages/invirt-xen-config/; revision=1786

15 years agoPin libxen3 on the hosts until we're ready to upgrade to Xen 3.3 0.0.17
Evan Broder [Sun, 23 Nov 2008 00:20:40 +0000 (19:20 -0500)] 
Pin libxen3 on the hosts until we're ready to upgrade to Xen 3.3

svn path=/trunk/packages/invirt-xen-config/; revision=1750

15 years agoChoose what kernel to use for the autoinstaller based on what dom0 is 0.0.16
Evan Broder [Sun, 16 Nov 2008 04:45:53 +0000 (23:45 -0500)] 
Choose what kernel to use for the autoinstaller based on what dom0 is
running

svn path=/trunk/packages/invirt-xen-config/; revision=1680

15 years agoPass the front-end interface to vif-invirtroute 0.0.15
Evan Broder [Fri, 14 Nov 2008 06:20:06 +0000 (01:20 -0500)] 
Pass the front-end interface to vif-invirtroute

svn path=/trunk/packages/invirt-xen-config/; revision=1636

15 years agoSet the maximum memory to a really high number so we can bump it later
Evan Broder [Fri, 14 Nov 2008 06:20:02 +0000 (01:20 -0500)] 
Set the maximum memory to a really high number so we can bump it later

svn path=/trunk/packages/invirt-xen-config/; revision=1635

15 years agoFix the sysvm startup lock cleanup 0.0.14
Evan Broder [Mon, 10 Nov 2008 08:58:08 +0000 (03:58 -0500)] 
Fix the sysvm startup lock cleanup

svn path=/trunk/packages/invirt-xen-config/; revision=1591

15 years agoUse a lock LV when starting sysvms since exclusive LV activation has 0.0.13
Evan Broder [Mon, 10 Nov 2008 08:16:05 +0000 (03:16 -0500)] 
Use a lock LV when starting sysvms since exclusive LV activation has
useless semantics

svn path=/trunk/packages/invirt-xen-config/; revision=1580

15 years agosimplify some shell code
Greg Price [Sat, 1 Nov 2008 02:53:17 +0000 (22:53 -0400)] 
simplify some shell code

svn path=/trunk/packages/invirt-xen-config/; revision=1471

15 years agoAdd some additional documentation on how the sysvm disk locking works
Evan Broder [Fri, 31 Oct 2008 18:00:19 +0000 (14:00 -0400)] 
Add some additional documentation on how the sysvm disk locking works

svn path=/trunk/packages/invirt-xen-config/; revision=1462

15 years agoForgot to actually add the path onto the sysvms for generating the 0.0.12
Evan Broder [Fri, 31 Oct 2008 13:53:04 +0000 (09:53 -0400)] 
Forgot to actually add the path onto the sysvms for generating the
config files

svn path=/trunk/packages/invirt-xen-config/; revision=1460

15 years agoAdd a typo'd missing paren
Evan Broder [Fri, 31 Oct 2008 13:50:59 +0000 (09:50 -0400)] 
Add a typo'd missing paren

svn path=/trunk/packages/invirt-xen-config/; revision=1459

15 years agoAutomatically startup sysvms if they're not running already 0.0.11
Evan Broder [Fri, 31 Oct 2008 13:47:29 +0000 (09:47 -0400)] 
Automatically startup sysvms if they're not running already

svn path=/trunk/packages/invirt-xen-config/; revision=1457

15 years agoGenerate config files for sysvms in invirt-xen-config 0.0.10
Evan Broder [Fri, 31 Oct 2008 11:46:31 +0000 (07:46 -0400)] 
Generate config files for sysvms in invirt-xen-config

svn path=/trunk/packages/invirt-xen-config/; revision=1452

15 years agodon't try to disable tx checksums for HVMs; it errors out
Greg Price [Wed, 29 Oct 2008 05:26:48 +0000 (01:26 -0400)] 
don't try to disable tx checksums for HVMs; it errors out

svn path=/trunk/packages/invirt-xen-config/; revision=1426

15 years agosipb-xen-base -> invirt-base in dependency lists 0.0.8
Evan Broder [Tue, 28 Oct 2008 08:24:26 +0000 (04:24 -0400)] 
sipb-xen-base -> invirt-base in dependency lists

svn path=/trunk/packages/invirt-xen-config/; revision=1372

15 years agoclarify invirt-xen-config description, as distinct from invirt-host-master
Greg Price [Sun, 26 Oct 2008 01:45:26 +0000 (21:45 -0400)] 
clarify invirt-xen-config description, as distinct from invirt-host-master

svn path=/trunk/packages/invirt-xen-config/; revision=1311

15 years agosipb-xen-database-common -> invirt-database in invirt-xen-config 0.0.6
Evan Broder [Sun, 26 Oct 2008 01:07:58 +0000 (21:07 -0400)] 
sipb-xen-database-common -> invirt-database in invirt-xen-config

svn path=/trunk/packages/invirt-xen-config/; revision=1295