- Timestamp:
- Mar 18, 2009, 7:37:55 PM (16 years ago)
- Location:
- trunk/packages/invirt-remote
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote/debian/changelog
r2256 r2264 1 invirt-remote (0.3.11) unstable; urgency=low 2 3 * Print errors to stderr on nocreate and nolvm so that the website 4 actually notices. 5 6 -- Evan Broder <broder@mit.edu> Wed, 18 Mar 2009 19:37:38 -0400 7 1 8 invirt-remote (0.3.10) unstable; urgency=low 2 9 -
trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-proxy
r2256 r2264 21 21 web/lvcreate | web/lvremove | web/lvrename | web/lvresize ) 22 22 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 24 24 exit 2 25 25 fi … … 29 29 control/create|control/install ) 30 30 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 32 32 exit 2 33 33 fi
Note: See TracChangeset
for help on using the changeset viewer.