diff --git a/lib/cinder b/lib/cinder index 039c5cba73..3a01dbf8c2 100644 --- a/lib/cinder +++ b/lib/cinder @@ -159,7 +159,6 @@ function configure_cinder() { iniset $CINDER_CONF DEFAULT xenapi_nfs_server "$CINDER_XENAPI_NFS_SERVER" iniset $CINDER_CONF DEFAULT xenapi_nfs_serverpath "$CINDER_XENAPI_NFS_SERVERPATH" ) - [ $? -ne 0 ] && exit 1 fi }