bootmanager.git
13 years agofix typo
Barış Metin [Fri, 30 Jul 2010 10:27:04 +0000 (12:27 +0200)]
fix typo

13 years agoSetting tag bootmanager-5.0-8 bootmanager-5.0-8
S.Çağlar Onur [Wed, 28 Jul 2010 20:55:38 +0000 (16:55 -0400)]
Setting tag bootmanager-5.0-8
disable time/count based filesystem checks

13 years agodisable time/count based filesystems checks
S.Çağlar Onur [Wed, 28 Jul 2010 04:30:13 +0000 (00:30 -0400)]
disable time/count based filesystems checks

13 years agoSetting tag bootmanager-5.0-7 bootmanager-5.0-7
S.Çağlar Onur [Wed, 28 Jul 2010 03:59:12 +0000 (23:59 -0400)]
Setting tag bootmanager-5.0-7
Fix new disk additions to LVM array

13 years agoresize2fs has obsoleted ext2online long ago :(
S.Çağlar Onur [Wed, 28 Jul 2010 03:45:39 +0000 (23:45 -0400)]
resize2fs has obsoleted ext2online long ago :(

13 years agorevert cca3a2cd2096c0235dddb5982b1f05c8d4c7f916 as well
S.Çağlar Onur [Wed, 28 Jul 2010 02:57:34 +0000 (22:57 -0400)]
revert cca3a2cd2096c0235dddb5982b1f05c8d4c7f916 as well

13 years agoThis reverts commit 69124f104991e36e254c0be4a5f8155609f1d3fe.
S.Çağlar Onur [Wed, 28 Jul 2010 02:45:19 +0000 (22:45 -0400)]
This reverts commit 69124f104991e36e254c0be4a5f8155609f1d3fe.

13 years ago...
S.Çağlar Onur [Tue, 27 Jul 2010 17:15:01 +0000 (13:15 -0400)]
...
        cmd = "pvdisplay %s | grep -q 'planetlab'" % lvm_partition
        already_added= utils.sysexec_noerr(cmd, log)

        if already_added:
            log.write( "It appears %s is part of the volume group, continuing.\n" %
                       device )
....

fails because pvdisplay returns a non-negative number on error

[root@mlab1 ~]# pvdisplay /dev/sdb1
  Failed to read physical volume "/dev/sdb1"
[root@mlab1 ~]# echo $?
  5

13 years agoSetting tag BootManager-5.0-6
Thierry Parmentelat [Wed, 7 Jul 2010 11:06:35 +0000 (11:06 +0000)]
Setting tag BootManager-5.0-6
bugfix for centos5/python2.4 missing hashlib

13 years agohashlib not avail. on python2.4/centos5
Thierry Parmentelat [Wed, 7 Jul 2010 09:33:17 +0000 (09:33 +0000)]
hashlib not avail. on python2.4/centos5

13 years agoSetting tag BootManager-5.0-5
Barış Metin [Mon, 5 Jul 2010 12:25:03 +0000 (12:25 +0000)]
Setting tag BootManager-5.0-5
check sha1sum of downloaded bootstrapfs
try recovering filesystem errors

13 years agobugfix
Thierry Parmentelat [Mon, 5 Jul 2010 07:13:02 +0000 (07:13 +0000)]
bugfix

13 years agocheck the sha1 checksum of the downloaded bootstrapfs tarball to protect ourselves...
S.Çağlar Onur [Thu, 1 Jul 2010 04:09:33 +0000 (04:09 +0000)]
check the sha1 checksum of the downloaded bootstrapfs tarball to protect ourselves from corrupted images. NOTE: requires generating a bootstrapfs-planetlab-i386.tar.bz2.sha1sum file

13 years agotry to recover filesystems errors
S.Çağlar Onur [Tue, 29 Jun 2010 21:23:23 +0000 (21:23 +0000)]
try to recover filesystems errors

13 years agoSetting tag BootManager-5.0-4
Thierry Parmentelat [Wed, 23 Jun 2010 08:38:33 +0000 (08:38 +0000)]
Setting tag BootManager-5.0-4
nicer initscript now uses 'action' from /etc/init.d/functions
bugfix for nodes with extensions

13 years agofix action calls. first argument is the message and rest shall be the command
Barış Metin [Mon, 31 May 2010 09:54:31 +0000 (09:54 +0000)]
fix action calls. first argument is the message and rest shall be the command

13 years agofix typo
Barış Metin [Thu, 27 May 2010 08:17:06 +0000 (08:17 +0000)]
fix typo

14 years agoSetting tag BootManager-5.0-3
Thierry Parmentelat [Fri, 2 Apr 2010 13:07:44 +0000 (13:07 +0000)]
Setting tag BootManager-5.0-3
create /etc/planetlab if missing
uses key 'ssh_rsa_key' in BootUpdateNode (requires PLCAPI-5.0.5)

14 years agouses the native node field name (latest BootUpdateNode supports both)
Thierry Parmentelat [Thu, 1 Apr 2010 11:05:37 +0000 (11:05 +0000)]
uses the native node field name (latest BootUpdateNode supports both)

14 years agothis shall fix the problem with test vnodes.
Barış Metin [Mon, 29 Mar 2010 15:01:15 +0000 (15:01 +0000)]
this shall fix the problem with test vnodes.

14 years agoSetting tag BootManager-5.0-2
Thierry Parmentelat [Sat, 13 Feb 2010 21:06:15 +0000 (21:06 +0000)]
Setting tag BootManager-5.0-2
caglar's change to run MkInitrd right before kexec
plus clean up old code

14 years agosolve the ordering problem which causes the boot failure
S.Çağlar Onur [Thu, 11 Feb 2010 23:18:25 +0000 (23:18 +0000)]
solve the ordering problem which causes the boot failure

14 years agoRemove kernel-2.4 support
S.Çağlar Onur [Thu, 11 Feb 2010 23:07:20 +0000 (23:07 +0000)]
Remove kernel-2.4 support

14 years agoSetting tag BootManager-5.0-1
Thierry Parmentelat [Fri, 29 Jan 2010 13:55:53 +0000 (13:55 +0000)]
Setting tag BootManager-5.0-1
first working version of 5.0:
pld.c/, db-config.d/ and nodeconfig/ scripts should now sit in the module they belong to
uses PLCAPI's GetNodeFlavour to get all info on the bootstrapfs tarball(s) to install
installation layout on the plc side has changed, more consistent for e.g. 'alpha' bootmanagers

14 years agosvn:keywords
Thierry Parmentelat [Thu, 28 Jan 2010 14:10:54 +0000 (14:10 +0000)]
svn:keywords

14 years agofixed and moved the server-side yum scripts, from nodeconfig/yum to BootstrapFS/nodec...
Thierry Parmentelat [Wed, 27 Jan 2010 18:44:46 +0000 (18:44 +0000)]
fixed and moved the server-side yum scripts, from nodeconfig/yum to BootstrapFS/nodeconfig/yum
  now known as the nodeyum package
  (might need some moer work for properly handling kexcludes in multi-fc plcs)
cleaned up all uses of /etc/planetlab/{node,slice}family
nodeconfig now does not need the build/ module anymore at build time

14 years ago3-fold nodefamily now has fcdistro as well
Thierry Parmentelat [Tue, 26 Jan 2010 13:57:24 +0000 (13:57 +0000)]
3-fold nodefamily now has fcdistro as well

14 years agouse major numbers in conflicts
Thierry Parmentelat [Mon, 25 Jan 2010 20:06:06 +0000 (20:06 +0000)]
use major numbers in conflicts

14 years agouses new branches numbers
Thierry Parmentelat [Mon, 25 Jan 2010 16:36:18 +0000 (16:36 +0000)]
uses new branches numbers

14 years agothe logic of selecting the right bootstrapfs has moved to GetNodeFlavour
Thierry Parmentelat [Mon, 25 Jan 2010 16:31:13 +0000 (16:31 +0000)]
the logic of selecting the right bootstrapfs has moved to GetNodeFlavour

14 years agoBranch 5.0 for module BootManager created (as new trunk) from tag BootManager-4.3-16
Thierry Parmentelat [Mon, 25 Jan 2010 14:21:46 +0000 (14:21 +0000)]
Branch 5.0 for module BootManager created (as new trunk) from tag BootManager-4.3-16

14 years agosvn:keywords
Thierry Parmentelat [Wed, 20 Jan 2010 18:50:49 +0000 (18:50 +0000)]
svn:keywords

14 years agooops
Thierry Parmentelat [Fri, 15 Jan 2010 08:39:52 +0000 (08:39 +0000)]
oops

14 years ago(no commit message)
Thierry Parmentelat [Thu, 14 Jan 2010 16:05:58 +0000 (16:05 +0000)]

14 years agoget rid of the old dirty trick that allowed to spot the right bootstrapfs for alpha...
Thierry Parmentelat [Thu, 14 Jan 2010 15:55:15 +0000 (15:55 +0000)]
get rid of the old dirty trick that allowed to spot the right bootstrapfs for alpha nodes and the like
the bootmanager configuration is not patched anymore, instead we rely on GetNodeDeployment

14 years agoneeded to resurrect that one
Thierry Parmentelat [Thu, 14 Jan 2010 15:39:14 +0000 (15:39 +0000)]
needed to resurrect that one

14 years agofix
Thierry Parmentelat [Thu, 14 Jan 2010 12:22:09 +0000 (12:22 +0000)]
fix

14 years agoiterate
Thierry Parmentelat [Thu, 14 Jan 2010 12:12:54 +0000 (12:12 +0000)]
iterate

14 years agotry harder
Thierry Parmentelat [Thu, 14 Jan 2010 08:50:55 +0000 (08:50 +0000)]
try harder

14 years agooops, this was not meant to be committed
Thierry Parmentelat [Wed, 13 Jan 2010 20:47:20 +0000 (20:47 +0000)]
oops, this was not meant to be committed

14 years agodrop uudecode
Thierry Parmentelat [Wed, 13 Jan 2010 17:08:08 +0000 (17:08 +0000)]
drop uudecode

14 years agoforgotten
Thierry Parmentelat [Wed, 13 Jan 2010 16:55:23 +0000 (16:55 +0000)]
forgotten

14 years agofirst draft of a deployment-friendly bootmanager
Thierry Parmentelat [Wed, 13 Jan 2010 16:52:45 +0000 (16:52 +0000)]
first draft of a deployment-friendly bootmanager
  attempt to make some sense of the various locations used
move the nodeconfig script, as well as the plc.d script,
  into bootmanager, where it belongs

14 years agoSetting tag BootManager-4.3-16
Thierry Parmentelat [Sat, 9 Jan 2010 07:18:22 +0000 (07:18 +0000)]
Setting tag BootManager-4.3-16
support for fedora 12

14 years agouploading bmlog - fits new pycurl
Thierry Parmentelat [Fri, 8 Jan 2010 14:18:08 +0000 (14:18 +0000)]
uploading bmlog - fits new pycurl

14 years agosupport for pyparted-2.x (f12)
Thierry Parmentelat [Thu, 7 Jan 2010 15:37:08 +0000 (15:37 +0000)]
support for pyparted-2.x (f12)

14 years agoSetting tag BootManager-4.3-15
Marc Fiuczynski [Sat, 19 Dec 2009 14:06:06 +0000 (14:06 +0000)]
Setting tag BootManager-4.3-15
- support for when the node is behind a NAT
- clean up RUN_LEVEL support
- support for early sshd

14 years agoUse utils.sysexec.
Daniel Hokka Zakrisson [Sat, 28 Nov 2009 04:49:12 +0000 (04:49 +0000)]
Use utils.sysexec.

14 years agoAdd means for executing a script before starting sshd.
Daniel Hokka Zakrisson [Sat, 28 Nov 2009 04:18:14 +0000 (04:18 +0000)]
Add means for executing a script before starting sshd.

14 years agorevert previous commit for deployment tag.
Barış Metin [Wed, 25 Nov 2009 22:22:04 +0000 (22:22 +0000)]
revert previous commit for deployment tag.

bootmanager + nodeconfig + myplc: they provide the very same
functionality altogether.

14 years agocheck deployment node tag and if present install the deployment bootstrapfs.
Barış Metin [Wed, 25 Nov 2009 13:32:31 +0000 (13:32 +0000)]
check deployment node tag and if present install the deployment bootstrapfs.
we use this to install "alpha" nodes. what we do is, build the packages separately
(using the automated nightly build/test) and put them in a sub-folder.

14 years agoRework NAT support.
Daniel Hokka Zakrisson [Wed, 25 Nov 2009 08:13:08 +0000 (08:13 +0000)]
Rework NAT support.

14 years agomake sure we only use proper run_level values
Marc Fiuczynski [Wed, 25 Nov 2009 07:40:28 +0000 (07:40 +0000)]
make sure we only use proper run_level values

14 years agofixed erroneous changelog
Thierry Parmentelat [Thu, 19 Nov 2009 12:04:46 +0000 (12:04 +0000)]
fixed erroneous changelog

14 years agoSetting tag BootManager-4.3-14
Daniel Hokka Zakrisson [Thu, 19 Nov 2009 03:53:39 +0000 (03:53 +0000)]
Setting tag BootManager-4.3-14
Use ext2 instead of ext3.
Add NAT model option for nodes which don't resolve properly.

14 years agorevert back to ext3
Marc Fiuczynski [Thu, 19 Nov 2009 03:38:49 +0000 (03:38 +0000)]
revert back to ext3

14 years agoAdd means to disable the hostname check for nodes behind NAT.
Daniel Hokka Zakrisson [Wed, 18 Nov 2009 04:25:44 +0000 (04:25 +0000)]
Add means to disable the hostname check for nodes behind NAT.

14 years agoSetting tag 4.3-13 (manually) with only changeset http://svn.planet-lab.org/changeset...
Thierry Parmentelat [Thu, 22 Oct 2009 09:23:49 +0000 (09:23 +0000)]
Setting tag 4.3-13 (manually) with only changeset svn.planet-lab.org/changeset/15328

14 years agofsck forced by the length of time since the last fsck, returns 256. this is
Stephen Soltesz [Thu, 15 Oct 2009 18:21:10 +0000 (18:21 +0000)]
fsck forced by the length of time since the last fsck, returns 256.  this is
not a documented return value, but catching it will prevent BM from exiting
unnecessarily.

14 years ago- switch to using ext2 vs. ext3.
Marc Fiuczynski [Fri, 11 Sep 2009 17:07:08 +0000 (17:07 +0000)]
- switch to using ext2 vs. ext3.

14 years ago- mount /vserver after /proc
Marc Fiuczynski [Fri, 11 Sep 2009 17:05:40 +0000 (17:05 +0000)]
- mount /vserver after /proc

- remove backwards compat support for CKRM enabled kernels

- use sysexec and not sysexec_noerr for umount/vgchange operations

14 years agoinitialize NODE_MODL_OPTIONS in case we go into debug mode before we've successfully...
Marc Fiuczynski [Fri, 11 Sep 2009 17:02:34 +0000 (17:02 +0000)]
initialize NODE_MODL_OPTIONS in case we go into debug mode before we've successfully contacted the API

14 years agoSetting tag BootManager-4.3-12
Stephen Soltesz [Mon, 7 Sep 2009 18:18:59 +0000 (18:18 +0000)]
Setting tag BootManager-4.3-12

Moved some configuration values from BootServerRequest.py to 'configuration' file.
BootServerRequest takes the 'VARS' variable to read these values.
UPLOAD_LOG_SCRIPT can point optionally to the 'upload-bmlog.php' or 'monitor/upload'
  (or any other interface that accepts a POST file)
build.sh bundles cacerts for boot and monitor servers (if present) to
  authenticate the UPLOAD_LOG_SCRIPT.
  Previously, these certs were re-used from the bootcd, now they are bundled
  with BM.  This allows the BM to point to a completely different myplc if
  desired, and it is still secure, because the original download is
  authenticated.

14 years agoadd ssl certificate fields for Monitor in default_config.xml
Stephen Soltesz [Tue, 1 Sep 2009 00:01:13 +0000 (00:01 +0000)]
add ssl certificate fields for Monitor in default_config.xml
add ssl certificate generation for Monitor in plc.d/ssl

separate bootcd values from bootmanager configuration
build.sh now collects all the certificates that it needs to authenticate the
https sessions. As well, the BM configuration includes several new values that
control how and where it uploads logs.

BOOT_API_SERVER remains as the API server for all API calls
BOOT_SERVER is the host from which the bootstrapfs and other files are fetched.
MONITOR_SERVER is the host where logs are uploaded
UPLOAD_LOG_SCRIPT is the path to the upload script or entry point.

If the configuration value PLC_MONITOR_ENABLED=false, then MONITOR_SERVER=BOOT_SERVER
It is now much easier to extend BM in the future to upload additional files
such as for hardware information, SMART data, commands run by root users
during the session, etc.

14 years agoSetting tag BootManager-4.3-11
Stephen Soltesz [Wed, 26 Aug 2009 19:22:28 +0000 (19:22 +0000)]
Setting tag BootManager-4.3-11
raise a single exception for nodes with authentication errors
fix syntax error in MakeInitrd.py

14 years agoCatch and raise the exception when GetSession Fails.
Stephen Soltesz [Thu, 20 Aug 2009 20:26:22 +0000 (20:26 +0000)]
Catch and raise the exception when GetSession Fails.
Then start sshd and stop BootManager immediately so that only one message goes to the user

14 years agosyntax problem; node boot process was failing here
Anil-Kumar Vengalil [Wed, 12 Aug 2009 08:42:08 +0000 (08:42 +0000)]
syntax problem; node boot process was failing here

14 years agoSetting tag BootManager-4.3-10
Stephen Soltesz [Mon, 10 Aug 2009 17:59:32 +0000 (17:59 +0000)]
Setting tag BootManager-4.3-10
Replace UpdateBootstate with UpdateRunlevel where appropriate.
Removed failboot and install from forced states.
Removed checks for initrd in Validate
Added extra messages for Validate failures, not-installed, no kernel, failed fsck
Added libc-opendir-hack.so patch from 3.2 branch for 2.6.12 bootcds on PL.

14 years agodo not check for initrd in Validate, since it is recreated later.
Stephen Soltesz [Mon, 10 Aug 2009 17:24:19 +0000 (17:24 +0000)]
do not check for initrd in Validate, since it is recreated later.
catch the error if removing initrd fails in MakeInitrd, since it's about to
recreate it anyway.

In combination this patch avoids the situation where initrd is missing but BM
fails.  Now, if initrd is missing, BM will proceed and recreate it without
error.

14 years agoadd -ldl, missing from original patch
Stephen Soltesz [Tue, 28 Jul 2009 22:47:16 +0000 (22:47 +0000)]
add -ldl, missing from original patch

14 years agono tabs...
Stephen Soltesz [Mon, 27 Jul 2009 16:52:07 +0000 (16:52 +0000)]
no tabs...

14 years agoAdd additional messages regarding kinds of boot failures due to
Stephen Soltesz [Mon, 27 Jul 2009 16:15:39 +0000 (16:15 +0000)]
Add additional messages regarding kinds of boot failures due to
 notinstalled
 filesystem corrupted
 mount failed
 missing kernel

Each of these events occurs with enough frequency that differentiating them
is helpful both for operators and for the user.

14 years agoadded file missing from last commit to use 'runlevel' rather than 'bootstate'
Stephen Soltesz [Sat, 25 Jul 2009 05:19:48 +0000 (05:19 +0000)]
added file missing from last commit to use 'runlevel' rather than 'bootstate'

14 years agoremove 'failboot' from possible boot states
Stephen Soltesz [Fri, 24 Jul 2009 20:42:29 +0000 (20:42 +0000)]
remove 'failboot' from possible boot states
update run level rather than the boot state
only upudate boot state for manual calls and reinstall->boot

14 years agoalso return if fsck fails; it's a bad bad idea to try to mount if fsck has just failed.
Stephen Soltesz [Wed, 22 Jul 2009 23:44:30 +0000 (23:44 +0000)]
also return if fsck fails; it's a bad bad idea to try to mount if fsck has just failed.

14 years agomissed the 'merge' conflict stuff
Stephen Soltesz [Wed, 22 Jul 2009 23:05:47 +0000 (23:05 +0000)]
missed the 'merge' conflict stuff

14 years agosvn merge -c 9766 https://svn.planet-lab.org/svn/BootManager/branches/3.2 into trunk
Stephen Soltesz [Wed, 22 Jul 2009 23:02:31 +0000 (23:02 +0000)]
svn merge -c 9766 https://svn.planet-lab.org/svn/BootManager/branches/3.2 into trunk

14 years agosync sys clock to hardware to prevent fsck reboot bug for systems with wrong
Stephen Soltesz [Fri, 17 Jul 2009 22:06:30 +0000 (22:06 +0000)]
sync sys clock to hardware to prevent fsck reboot bug for systems with wrong
hardware clocks.  there may be a better place for this code in bm.

14 years agodisable runlevelagent when it is installed by bootmanager as part of myplc.
Stephen Soltesz [Mon, 13 Jul 2009 17:36:03 +0000 (17:36 +0000)]
disable runlevelagent when it is installed by bootmanager as part of myplc.

14 years agoTagging module BootManager - BootManager-4.3-9
Marc Fiuczynski [Mon, 29 Jun 2009 18:17:52 +0000 (18:17 +0000)]
Tagging module BootManager - BootManager-4.3-9

Special handling for "forcedeth" ethernet NIC.

14 years agohttps://bugzilla.redhat.com/show_bug.cgi?id=178557
Marc Fiuczynski [Sat, 20 Jun 2009 16:39:27 +0000 (16:39 +0000)]
https://bugzilla.redhat.com/show_bug.cgi?id=178557
lspci says that the builtin ethernet on nVidia nForce3 chipset is a
Bridge.  It should be a Communications device.

This specifically was a problem on planetlab2.icu.ac.kr, but there
were a few others as well for which we worked around the problem by
inserting a known-to-work NIC card.

With this little special exception we basically treat this device as a
network device and can therefore use this NIC.

14 years agoTagging module BootManager - BootManager-4.3-8
Stephen Soltesz [Mon, 15 Jun 2009 18:56:22 +0000 (18:56 +0000)]
Tagging module BootManager - BootManager-4.3-8
include a fix for public pl dealing with old/new boot images and root
environments

14 years agoclear immutible attribute before writing file, to address wide-spread issues
Stephen Soltesz [Mon, 8 Jun 2009 17:40:03 +0000 (17:40 +0000)]
clear immutible attribute before writing file, to address wide-spread issues
seen on public pl related to 2.6.12 boot cd and 2.6.22 root context.

14 years agoTagging module BootManager - BootManager-4.3-7
Thierry Parmentelat [Fri, 15 May 2009 13:39:30 +0000 (13:39 +0000)]
Tagging module BootManager - BootManager-4.3-7
review selection nodefamily at bootstrapfs install-time
now based on (1) tags (2) nodefamily and (3) defaults
this is required on very old bootcd

14 years agouse arch and pldistro tag first, then /etc/planetlab/nodefamily, then defaults
Thierry Parmentelat [Fri, 15 May 2009 13:01:13 +0000 (13:01 +0000)]
use arch and pldistro tag first, then /etc/planetlab/nodefamily, then defaults
this is required for very old bootCD's that don't have a nodefamily
also this is compliant with what BetBootMedium is currently doing

15 years agoUse modprobe module to write out /etc/modprobe.conf.
Marc Fiuczynski [Wed, 29 Apr 2009 20:49:39 +0000 (20:49 +0000)]
Use modprobe module to write out /etc/modprobe.conf.

Tagging module BootManager - BootManager-4.3-6

15 years agoTagging module BootManager - BootManager-4.3-5
Thierry Parmentelat [Wed, 22 Apr 2009 17:55:28 +0000 (17:55 +0000)]
Tagging module BootManager - BootManager-4.3-5
minor updates - using the new modprobe module *not* in this tag

15 years agofor centos5.3 - workaround for mkinitrd, as our kernel lacks the dm-mem-cache module
Thierry Parmentelat [Wed, 22 Apr 2009 17:24:20 +0000 (17:24 +0000)]
for centos5.3 - workaround for mkinitrd, as our kernel lacks the dm-mem-cache module

15 years agoif i find the guy who thought that was a good idea....
Faiyaz Ahmed [Fri, 17 Apr 2009 18:52:10 +0000 (18:52 +0000)]
if i find the guy who thought that was a good idea....

15 years agoUses modprobe to write out /etc/modprobe.conf properly
Marc Fiuczynski [Wed, 15 Apr 2009 18:26:11 +0000 (18:26 +0000)]
Uses modprobe to write out /etc/modprobe.conf properly

15 years agoTagging module BootManager - BootManager-4.3-4
Thierry Parmentelat [Wed, 8 Apr 2009 19:53:06 +0000 (19:53 +0000)]
Tagging module BootManager - BootManager-4.3-4
load device mapper if needed, for centos5-based bootcd variant

15 years agofix for centos5-based variant bootCD, where device mapper needs some help
Thierry Parmentelat [Wed, 8 Apr 2009 19:51:06 +0000 (19:51 +0000)]
fix for centos5-based variant bootCD, where device mapper needs some help

15 years agoTagging module BootManager - BootManager-4.3-3
Thierry Parmentelat [Wed, 25 Mar 2009 05:53:41 +0000 (05:53 +0000)]
Tagging module BootManager - BootManager-4.3-3
renumbered 4.3
New step StartRunLevelAgent
various other tweaks

15 years agofix the typo in the second line
Barış Metin [Mon, 23 Mar 2009 18:19:17 +0000 (18:19 +0000)]
fix the typo in the second line

15 years agomove the comment as it causes problems with e100 and e1000.
Barış Metin [Mon, 23 Mar 2009 16:28:02 +0000 (16:28 +0000)]
move the comment as it causes problems with e100 and e1000.
this fixes the interface problem we had with plc 4.3 / centos5

15 years agocreate SYSIMG_PATH/{vservers,proc} before trying to mount them.
Barış Metin [Thu, 19 Mar 2009 17:11:29 +0000 (17:11 +0000)]
create SYSIMG_PATH/{vservers,proc} before trying to mount them.

15 years agomore renumbering 5.0 into 4.3
Thierry Parmentelat [Mon, 16 Mar 2009 20:45:08 +0000 (20:45 +0000)]
more renumbering 5.0 into 4.3

15 years agomass-renaming 5.0 into 4.3 - db still named planetlab5 and planetlab5.sql
Thierry Parmentelat [Mon, 16 Mar 2009 14:21:11 +0000 (14:21 +0000)]
mass-renaming 5.0 into 4.3 - db still named planetlab5 and planetlab5.sql

15 years agosvn-keywords
Thierry Parmentelat [Mon, 16 Mar 2009 13:58:43 +0000 (13:58 +0000)]
svn-keywords

15 years agomerged from branch, to remove 'sorted' which is not supported in older
Stephen Soltesz [Fri, 13 Mar 2009 15:59:08 +0000 (15:59 +0000)]
merged from branch, to remove 'sorted' which is not supported in older
versions of python.