Revert "Issue CS-5825 Part Resolution"

This reverts commit 9e72d89ac1 which was breaking the build.
This commit is contained in:
Chris Suich 2014-03-20 15:43:55 -04:00
parent 9e72d89ac1
commit e06d84e06e
1 changed files with 0 additions and 1 deletions

View File

@ -1499,7 +1499,6 @@ public class VolumeServiceImpl implements VolumeService {
snapshot = snapshotMgr.takeSnapshot(volume);
} catch (Exception e) {
s_logger.debug("Take snapshot: " + volume.getId() + " failed", e);
throw new ResourceAllocationException("Take snapshot for VolumeId: " + volume.getId() + " failed.", ResourceType.snapshot);
}
return snapshot;