be more careful about slices that might not exist after a hung vserver reference...
[vserver-reference.git] / initscripts / vserver-reference
1 #!/bin/bash
2 #
3 # vserver-reference     Updates VServer reference
4 #
5 # Load before nm, vcached, and vservers
6 # chkconfig: 3 60 80
7 # description: Builds VServer reference image
8 #
9 # Mark Huang <mlhuang@cs.princeton.edu>
10 # Copyright (C) 2004 The Trustees of Princeton University
11 #
12 # $Id$
13 #
14
15 case "$1" in
16     start|restart|reload)
17         ;;
18     stop|status)
19         exit 0
20         ;;
21     *)
22         echo $"Usage: $0 {start|stop|restart|status}"
23         exit 1
24         ;;
25 esac
26
27 # Source function library.
28 . /etc/init.d/functions
29
30 # VServer definitions
31 init_paths="/usr/lib64/util-vserver/util-vserver-vars /usr/lib/util-vserver/util-vserver-vars"
32 for init_path in $init_paths ; do
33     [ -f $init_path ] && { source $init_path ; break; }
34 done
35 [ "$PACKAGE_NAME" = "util-vserver" ] || echo "WARNING: could not find util-vserver init file among $init_paths"
36
37 # Save stdout and stderr
38 exec 3>&1
39 exec 4>&2
40
41 # Redirect stdout and stderr to a log file
42 exec >>/var/log/vserver-reference.log
43 exec 2>&1
44
45 echo "--- STARTING $(date) ---"  >&3 2>&4
46
47 # Parse PLC configuration
48 if [ -r /etc/planetlab/plc_config ] ; then
49     . /etc/planetlab/plc_config
50 else
51     PLC_NAME="PlanetLab"
52     PLC_SLICE_PREFIX="pl"
53     PLC_BOOT_HOST="boot.planet-lab.org"
54 fi
55
56 shopt -s nullglob
57
58 # Make sure the barrier bit is set
59 chmod 0000 "$__DEFAULT_VSERVERDIR"
60 setattr --barrier "$__DEFAULT_VSERVERDIR"
61
62 # Set the attribute to unlink so vclone does the right thing wrt to 
63 # conserving space by linking and not copying unified files.
64
65 if [ -f /proc/virtual/info ] ; then
66         x=$[ 16#`awk '/^VCIKernel:/ { print $2 }' /proc/virtual/info` ]; 
67         y=$[ (x >> 9) & 1]
68         if test "$y" = 1 ; then 
69                 # COW support
70                 find "$__DEFAULT_VSERVERDIR/.vref"/* -type f -print0 | xargs -0 setattr --iunlink
71         else 
72                 # no COW; 
73                 find "$__DEFAULT_VSERVERDIR/.vref"/* -type f -print0 | xargs -0 setattr --~iunlink
74         fi
75 fi
76
77
78 # Build reference images for system slices
79 # xxx if several instances of systemslices get installed, only one gets instanciated
80 for systemvserver in "$__DEFAULT_VSERVERDIR/.vstub/"*/*.cloned ; do
81     # e.g. NAME=planetflow
82     NAME=$(basename $systemvserver .cloned)
83     DIR=$(dirname $systemvserver)
84     # e.g. SLICEFAMILY=planetlab-f8-i386
85     SLICEFAMILY=$(cat $systemvserver)
86     # deduce the actual name used in .vref by replacing the first part of slice-family 
87     # (pldistro) with the slice name
88     # e.g. VREFNAME=planetflow-f8-i386
89     VREFNAME=$(echo $SLICEFAMILY | sed -e "s,^[^-]*-,$NAME-,")
90
91     # Copy base reference image
92     if [ ! -d "$__DEFAULT_VSERVERDIR/.vref/$VREFNAME" ] ; then
93         echo -n $"Building VServer reference image for $NAME in $VREFNAME: " >&3 2>&4
94
95         # Build in temporary directory
96         mkdir -p "$__DEFAULT_VSERVERDIR/.vtmp"
97         TMP=$(mktemp -d "$__DEFAULT_VSERVERDIR/.vtmp/$NAME.XXXXXX")
98         mkdir -p "$__DEFAULT_VSERVERDIR/.vref"
99
100         # build the systemvserver from the one it was originally cloned from
101         REF="$__DEFAULT_VSERVERDIR/.vref/$SLICEFAMILY"
102         if [ -d "$REF" ] ; then
103             "$_VCLONE" "$REF"/ "$TMP"/
104             RETVAL=$?
105         else
106             RETVAL=1
107         fi
108
109         # merge the stub with the reference to get the system vserver
110         if [ $RETVAL -eq 0 ] ; then
111             (cd "$DIR/$NAME"/ && find . | cpio -m -d -u -p "$TMP"/)
112             RETVAL=$?
113         fi
114
115         # Clean RPM state
116         rm -f "$TMP/var/lib/rpm/__db"*
117
118         # Move it to its permanent location when complete
119         if [ $RETVAL -eq 0 ] ; then
120             mv "$TMP" "$__DEFAULT_VSERVERDIR/.vref/$VREFNAME"
121             success >&3 2>&4
122         else
123             rm -rf "$TMP"
124             failure >&3 2>&4
125         fi
126         echo >&3 2>&4
127     fi
128 done
129
130 echo -n $"Updating VServer reference images: " >&3 2>&4
131
132 VROOTS="$__DEFAULT_VSERVERDIR/.vref/* $__DEFAULT_VSERVERDIR/.vcache/* $__DEFAULT_VSERVERDIR/${PLC_SLICE_PREFIX}_*"
133
134 # Copy configuration files from host to slices
135 for file in /etc/hosts /etc/resolv.conf /etc/planetlab/node_id \
136             /etc/planetlab/plc_config* /etc/planetlab/php/* \
137             /etc/pki/rpm-gpg/* ; do
138     if [ -r $file ] ; then
139         for vroot in $VROOTS ; do
140             [ -d $vroot ] && install -D -m 644 $file $vroot/$file
141         done
142     fi
143 done
144
145
146 for vroot in $VROOTS ; do
147     # NOTE: without this step, the 'rpm --allmatches' step can hang on boot
148     # Remove stale RPM locks from all VROOT dirs
149     [ -d $vroot ] && rm -f $vroot/var/lib/rpm/__db*
150 done
151
152 # (Re)install GPG signing keys
153 if [ -d /etc/pki/rpm-gpg ] ; then
154     for vroot in $VROOTS ; do
155         if [ -d $vroot ] ; then
156             chroot $vroot rpm --allmatches -e gpg-pubkey || :
157             chroot $vroot rpm --import /etc/pki/rpm-gpg/* || :
158         fi
159     done
160 fi
161
162 # Old versions of the Boot Manager copied portions of the Boot CD to
163 # /mnt/cdrom/bootme, to support old scripts which assumed that the
164 # Boot CD was mounted even in production mode. Now, it just copies it
165 # to /usr/boot/cacert.pem. In any case, copy the boot server
166 # certificate to the place(s) where BootServerRequest expects to find
167 # it (/usr/boot/cacert.pem by default, /mnt/cdrom/bootme in old
168 # versions).
169 CACERT="/usr/boot/cacert.pem /mnt/cdrom/bootme/cacert/$PLC_BOOT_HOST/cacert.pem"
170 for cacert in $CACERT ; do
171     if [ -r $cacert ] ; then
172         for vroot in $VROOTS ; do
173             if [ -d $vroot ] ; then
174                 # Install boot server certificate
175                 install -D -m 644 $cacert $vroot/usr/boot/cacert.pem
176                 echo $PLC_BOOT_HOST > $vroot/usr/boot/boot_server
177
178                 # Also install in /mnt/cdrom/bootme for backward compatibility
179                 install -D -m 644 $cacert $vroot/mnt/cdrom/bootme/cacert/$PLC_BOOT_HOST/cacert.pem
180                 echo $PLC_BOOT_HOST > $vroot/mnt/cdrom/bootme/BOOTSERVER
181             fi
182         done
183         break
184     fi
185 done
186
187 success >&3 2>&4
188 echo "--- DONE $(date) ---"  >&3 2>&4
189 echo >&3 2>&4
190
191 exit 0