+ web/lvcreate | web/lvremove | web/lvrename | web/lvresize )
+ if [ -f "/etc/invirt/nolvm" ]; then
+ echo "LVM operations are temporarily disabled for maintenance, sorry." >&2
+ exit 2
+ fi
+ remctl "$(invirt-getconf hosts.0.hostname)" remote "$TYPE" "$SERVICE" "$@" ;;