projects
/
invirt/packages/invirt-remote.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Create and destroy conserver consoles through a Python script,
[invirt/packages/invirt-remote.git]
/
files
/
usr
/
sbin
/
sipb-xen-vmcontrol
diff --git
a/files/usr/sbin/sipb-xen-vmcontrol
b/files/usr/sbin/sipb-xen-vmcontrol
index
cf11c4f
..
1183134
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-vmcontrol
+++ b/
files/usr/sbin/sipb-xen-vmcontrol
@@
-14,9
+14,13
@@
ACTION="$2"
MACHINE="d_$ORIGMACHINE"
case "$ACTION" in
MACHINE="d_$ORIGMACHINE"
case "$ACTION" in
- list|vcpu-list|destroy|uptime|shutdown)
+ list|vcpu-list|uptime)
xm "$ACTION" "$MACHINE"
;;
xm "$ACTION" "$MACHINE"
;;
+ destroy|shutdown)
+ xm "$ACTION" "$MACHINE"
+ /usr/sbin/sipb-xen-update-conserver
+ ;;
install|create|reboot)
ARG="$3"
shift; shift; shift; MOREARGS="$*"
install|create|reboot)
ARG="$3"
shift; shift; shift; MOREARGS="$*"
@@
-27,11
+31,14
@@
case "$ACTION" in
fi
if [ "$ACTION" = "install" ]; then
xm create sipb-database machine_name="$ORIGMACHINE" installer="$ARG" installer_options="$MOREARGS"
fi
if [ "$ACTION" = "install" ]; then
xm create sipb-database machine_name="$ORIGMACHINE" installer="$ARG" installer_options="$MOREARGS"
- elif [ -n "$3" ]; then
+# elif [ "$ACTION" = "copy" ]; then
+# sipb-xen-duplicate ...etc...
+ elif [ -n "$ARG" ]; then
xm create sipb-database machine_name="$ORIGMACHINE" cdrom_image="$ARG"
else
xm create sipb-database machine_name="$ORIGMACHINE"
fi
xm create sipb-database machine_name="$ORIGMACHINE" cdrom_image="$ARG"
else
xm create sipb-database machine_name="$ORIGMACHINE"
fi
+ /usr/sbin/sipb-xen-update-conserver
;;
list-long)
xm list --long "$MACHINE"
;;
list-long)
xm list --long "$MACHINE"