Ignore:
Timestamp:
Mar 18, 2009, 7:37:55 PM (15 years ago)
Author:
broder
Message:

In invirt-remote:

  • Print errors to stderr on nocreate and nolvm so that the website actually notices.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-proxy

    r2256 r2264  
    2121    web/lvcreate | web/lvremove | web/lvrename | web/lvresize )
    2222        if [ -f "/etc/invirt/nolvm" ]; then
    23             echo "LVM operations are temporarily disabled for maintenance, sorry."
     23            echo "LVM operations are temporarily disabled for maintenance, sorry." >&2
    2424            exit 2
    2525        fi
     
    2929    control/create|control/install )
    3030        if [ -f "/etc/invirt/nocreate" ]; then
    31             echo "Booting VMs is temporarily disabled for maintenance, sorry."
     31            echo "Booting VMs is temporarily disabled for maintenance, sorry." >&2
    3232            exit 2
    3333        fi
Note: See TracChangeset for help on using the changeset viewer.