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 fei168die <fe...@126.com> on 2013/06/03 08:48:14 UTC

创建root快照失败

创建root快照失败,但是创建datadisk快照是可以的,辅助存储也正常,大家帮忙看看什么问题,谢谢
2013-06-03 14:42:00,976 WARN  [storage.snapshot.SnapshotManagerImpl] (Job-Executor-13:job-26) Storage unavailable 
com.cloud.exception.StorageUnavailableException: Resource [StoragePool:201] is unreachable: Unable to send command to the pool 201 due to there is no enabled hosts up in this cluster
        at com.cloud.storage.StorageManagerImpl.sendToPool(StorageManagerImpl.java:2206)
        at com.cloud.storage.StorageManagerImpl.sendToPool(StorageManagerImpl.java:2231)
        at com.cloud.storage.snapshot.SnapshotManagerImpl.sendToPool(SnapshotManagerImpl.java:212)
        at com.cloud.storage.snapshot.SnapshotManagerImpl.backupSnapshotToSecondaryStorage(SnapshotManagerImpl.java:596)
        at com.cloud.utils.db.DatabaseCallback.intercept(DatabaseCallback.java:34)
        at com.cloud.storage.snapshot.SnapshotManagerImpl.createSnapshot(SnapshotManagerImpl.java:405)
        at com.cloud.utils.component.ComponentLocator$InterceptorDispatcher.intercept(ComponentLocator.java:1231)
        at com.cloud.storage.snapshot.SnapshotManagerImpl.createSnapshot(SnapshotManagerImpl.java:127)
        at com.cloud.api.commands.CreateSnapshotCmd.execute(CreateSnapshotCmd.java:155)
        at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:138)
        at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:432)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:679)
2013-06-03 14:42:00,977 WARN  [storage.snapshot.SnapshotManagerImpl] (Job-Executor-13:job-26) Failed to back up snapshot on secondary storage, deleting the record from the DB
2013-06-03 14:42:01,202 ERROR [cloud.api.ApiDispatcher] (Job-Executor-13:job-26) Exception while executing CreateSnapshotCmd:
com.cloud.utils.exception.CloudRuntimeException: Created snapshot: com.cloud.storage.SnapshotVO$$EnhancerByCGLIB$$1715b7c7@2081cc10 on primary but failed to backup on secondary
        at com.cloud.storage.snapshot.SnapshotManagerImpl.createSnapshot(SnapshotManagerImpl.java:417)
        at com.cloud.utils.component.ComponentLocator$InterceptorDispatcher.intercept(ComponentLocator.java:1231)
        at com.cloud.storage.snapshot.SnapshotManagerImpl.createSnapshot(SnapshotManagerImpl.java:127)
        at com.cloud.api.commands.CreateSnapshotCmd.execute(CreateSnapshotCmd.java:155)
        at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:138)
        at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:432)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:679)
2013-06-03 14:42:01,202 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-13:job-26) Complete async job-26, jobStatus: 2, resultCode: 530, result: Error Code: 530 Error text: Created snapshot: com.cloud.storage.SnapshotVO$$EnhancerByCGLIB$$1715b7c7@2081cc10 on primary but failed to backup on secondary




fei168die