You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-cn@cloudstack.apache.org by x_donghua <x_...@163.com> on 2013/05/16 10:41:33 UTC

StoragePool is not of correct type

从日志的大概意思来看是, 存储类型不正确,我是用vmware虚拟装了两台centos系统的虚拟机,然后添加一个磁盘,把这个磁盘作为NFS共享
 


这个磁盘挂载在/media/storage下,格式是 ext4

详细日志:
2013-05-16 16:39:07,605 DEBUG [storage.allocator.AbstractStoragePoolAllocator] (consoleproxy-1:null) Checking if storage pool is suitable, name: BasePrimary ,poolId: 200
2013-05-16 16:39:07,605 DEBUG [storage.allocator.AbstractStoragePoolAllocator] (consoleproxy-1:null) Is localStorageAllocationNeeded? true
2013-05-16 16:39:07,605 DEBUG [storage.allocator.AbstractStoragePoolAllocator] (consoleproxy-1:null) Is storage pool shared? true
2013-05-16 16:39:07,605 DEBUG [storage.allocator.AbstractStoragePoolAllocator] (consoleproxy-1:null) StoragePool is not of correct type, skipping this pool
2013-05-16 16:39:07,605 DEBUG [storage.allocator.FirstFitStoragePoolAllocator] (consoleproxy-1:null) FirstFitStoragePoolAllocator returning 0 suitable storage pools
2013-05-16 16:39:07,606 DEBUG [storage.allocator.LocalStoragePoolAllocator] (consoleproxy-1:null) LocalStoragePoolAllocator returning 0 suitable storage pools
2013-05-16 16:39:07,606 DEBUG [storage.allocator.LocalStoragePoolAllocator] (consoleproxy-1:null) Unable to find storage pool to fit the vm
2013-05-16 16:39:07,606 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) No suitable pools found for volume: Vol[2|vm=2|ROOT] under cluster: 1
2013-05-16 16:39:07,606 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) No suitable pools found
2013-05-16 16:39:07,606 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) No suitable storagePools found under this Cluster: 1
2013-05-16 16:39:07,606 DEBUG [cloud.deploy.FirstFitPlanner] (consoleproxy-1:null) Could not find suitable Deployment Destination for this VM under any clusters, returning. 
2013-05-16 16:39:07,625 DEBUG [cloud.capacity.CapacityManagerImpl] (consoleproxy-1:null) VM state transitted from :Starting to Stopped with event: OperationFailedvm's original host id: null new host id: null host id before state transition: null
2013-05-16 16:39:07,626 DEBUG [ehcache.store.MemoryStore] (consoleproxy-1:null) ServiceOfferingDaoCache: ServiceOfferingDaoMemoryStore hit for 26
2013-05-16 16:39:07,627 WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Exception while trying to start console proxy
com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[ConsoleProxy|v-2-VM]Scope=interface com.cloud.dc.DataCenter; id=1
at com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:734)
at com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:472)
at com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:465)
at com.cloud.storage.secondary.SecondaryStorageManagerImpl.startSecStorageVm(SecondaryStorageManagerImpl.java:257)
at com.cloud.storage.secondary.SecondaryStorageManagerImpl.allocCapacity(SecondaryStorageManagerImpl.java:684)
at com.cloud.storage.secondary.SecondaryStorageManagerImpl.expandPool(SecondaryStorageManagerImpl.java:1310)
at com.cloud.secstorage.PremiumSecondaryStorageManagerImpl.scanPool(PremiumSecondaryStorageManagerImpl.java:119)
at com.cloud.secstorage.PremiumSecondaryStorageManagerImpl.scanPool(PremiumSecondaryStorageManagerImpl.java:50)
at com.cloud.vm.SystemVmLoadScanner.loadScan(SystemVmLoadScanner.java:106)
at com.cloud.vm.SystemVmLoadScanner.access$100(SystemVmLoadScanner.java:34)
at com.cloud.vm.SystemVmLoadScanner$1.reallyRun(SystemVmLoadScanner.java:83)
at com.cloud.vm.SystemVmLoadScanner$1.run(SystemVmLoadScanner.java:73)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)

哪位高手指点一下



x_donghua