diff --git a/lib/cinder b/lib/cinder index ce160bf0c1..d47c83a42a 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 }