* Print errors to stderr on nocreate and nolvm so that the website
actually notices.
svn path=/trunk/packages/invirt-remote/; revision=2264
+invirt-remote (0.3.11) unstable; urgency=low
+
+ * Print errors to stderr on nocreate and nolvm so that the website
+ actually notices.
+
+ -- Evan Broder <broder@mit.edu> Wed, 18 Mar 2009 19:37:38 -0400
+
invirt-remote (0.3.10) unstable; urgency=low
* Let invirt-remote-proxy know all the possible subcommands.
invirt-remote (0.3.10) unstable; urgency=low
* Let invirt-remote-proxy know all the possible subcommands.
invirt-remote-availability "$@" ;;
web/lvcreate | web/lvremove | web/lvrename | web/lvresize )
if [ -f "/etc/invirt/nolvm" ]; then
invirt-remote-availability "$@" ;;
web/lvcreate | web/lvremove | web/lvrename | web/lvresize )
if [ -f "/etc/invirt/nolvm" ]; then
- echo "LVM operations are temporarily disabled for maintenance, sorry."
+ echo "LVM operations are temporarily disabled for maintenance, sorry." >&2
exit 2
fi
remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;
exit 2
fi
remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;
invirt-remctl-help ;;
control/create|control/install )
if [ -f "/etc/invirt/nocreate" ]; then
invirt-remctl-help ;;
control/create|control/install )
if [ -f "/etc/invirt/nocreate" ]; then
- echo "Booting VMs is temporarily disabled for maintenance, sorry."
+ echo "Booting VMs is temporarily disabled for maintenance, sorry." >&2
exit 2
fi
invirt-remote-create "$SERVICE" "$MACHINE" "$@" ;;
exit 2
fi
invirt-remote-create "$SERVICE" "$MACHINE" "$@" ;;