From 8995a0afb6d4174720869392a48c534b53a07a16 Mon Sep 17 00:00:00 2001 From: abhishek Date: Tue, 11 Jan 2011 12:14:13 -0800 Subject: [PATCH] adding more logging for the corner case --- server/src/com/cloud/storage/StorageManagerImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/com/cloud/storage/StorageManagerImpl.java b/server/src/com/cloud/storage/StorageManagerImpl.java index 8d3d97ce120..84651834cb3 100755 --- a/server/src/com/cloud/storage/StorageManagerImpl.java +++ b/server/src/com/cloud/storage/StorageManagerImpl.java @@ -2654,6 +2654,7 @@ public class StorageManagerImpl implements StorageManager, StorageService, Manag if (state == Volume.State.Ready) { if(vol.getPoolId() == null) { + s_logger.warn("Found volume:"+vol.getId()+" with no storage pool associated with it"); throw new StorageUnavailableException("Volume " + vol + " has no storage pool associated with it, and the pool id associated with it is:", vol.getPoolId()); }