Changeset 1089


Ignore:
Timestamp:
Oct 9, 2008, 2:12:35 AM (16 years ago)
Author:
broder
Message:

Respond to remctl install requests by passing the options onto Xen

Location:
trunk/packages/sipb-xen-remctl-auto
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-remctl-auto/debian/changelog

    r1075 r1089  
     1sipb-xen-remctl-auto (1.3) unstable; urgency=low
     2
     3  * Respond to remctl install requests by passing the options onto Xen
     4
     5 -- Evan Broder <broder@mit.edu>  Thu, 09 Oct 2008 01:57:30 -0400
     6
    17sipb-xen-remctl-auto (1.2) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-remote

    r657 r1089  
    1818                COMMAND=/usr/sbin/sipb-xen-lvm
    1919                ;;
    20             lvcopy)
    21                 COMMAND=/usr/sbin/sipb-xen-lvcopy
    22                 ;;
    2320            vmboot)
    2421                COMMAND=/usr/sbin/sipb-xen-vmcontrol
    25                 ;;
    26             install)
    27                 COMMAND=/usr/sbin/sipb-xen-install
    28                 ;;
    29             register|moveregister|unregister|remctl-moira-update)
    30                 COMMAND=/usr/sbin/sipb-xen-remctl-update
    3122                ;;
    3223            listvms)
  • trunk/packages/sipb-xen-remctl-auto/files/usr/sbin/sipb-xen-vmcontrol

    r442 r1089  
    2323        ;;
    2424    install|create|reboot)
    25         ARG="$3"
    26         shift; shift; shift; MOREARGS="$*"
     25        shift; shift;
    2726        if [ "$ACTION" = "reboot" ]; then
    2827            xm destroy "$MACHINE" 2>/dev/null
     
    3130        fi
    3231        if [ "$ACTION" = "install" ]; then
    33             xm create sipb-database machine_name="$ORIGMACHINE" installer="$ARG" installer_options="$MOREARGS"
     32            xm create sipb-database machine_name="$ORIGMACHINE" installer_options=\""$*"\"
    3433#       elif [ "$ACTION" = "copy" ]; then
    3534#           sipb-xen-duplicate ...etc...
Note: See TracChangeset for help on using the changeset viewer.