Revert "Issue CS-5825 Part Resolution"

This reverts commit 9a615ee7b2 which was breaking the build.
This commit is contained in:
Chris Suich 2014-03-20 15:41:18 -04:00
parent 7008f2713b
commit 27008216fe
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;