Changeset 2264 for trunk/packages/invirt-remote/server
- Timestamp:
- Mar 18, 2009, 7:37:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.