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
4d055bb
..
1183134
100755
(executable)
--- a/
files/usr/sbin/sipb-xen-vmcontrol
+++ b/
files/usr/sbin/sipb-xen-vmcontrol
@@
-19,7
+19,6
@@
case "$ACTION" in
;;
destroy|shutdown)
xm "$ACTION" "$MACHINE"
;;
destroy|shutdown)
xm "$ACTION" "$MACHINE"
- rm "/etc/conserver/conf.d/$MACHINE"
/usr/sbin/sipb-xen-update-conserver
;;
install|create|reboot)
/usr/sbin/sipb-xen-update-conserver
;;
install|create|reboot)
@@
-39,7
+38,6
@@
case "$ACTION" in
else
xm create sipb-database machine_name="$ORIGMACHINE"
fi
else
xm create sipb-database machine_name="$ORIGMACHINE"
fi
- echo "console $ORIGMACHINE {}" >"/etc/conserver/conf.d/$MACHINE"
/usr/sbin/sipb-xen-update-conserver
;;
list-long)
/usr/sbin/sipb-xen-update-conserver
;;
list-long)