Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 729F610716 for ; Tue, 4 Feb 2014 00:50:19 +0000 (UTC) Received: (qmail 81108 invoked by uid 500); 4 Feb 2014 00:50:16 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 80980 invoked by uid 500); 4 Feb 2014 00:50:15 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 80849 invoked by uid 500); 4 Feb 2014 00:50:13 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 80783 invoked by uid 99); 4 Feb 2014 00:50:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 00:50:11 +0000 Date: Tue, 4 Feb 2014 00:50:11 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-6019) CreateVolume from snapshot in NFS is throwing Warning "sync snapshot from cache to region wide store failed for image store test" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-6019?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D13890210#comment-13890210 ]=20 ASF subversion and git services commented on CLOUDSTACK-6019: ------------------------------------------------------------- Commit 30695d7f93b6cccf8139d5f1e342d0ab8ebb5eec in branch refs/heads/master= from [~minchen07] [ https://git-wip-us.apache.org/repos/asf?p=3Dcloudstack.git;h=3D30695d7 ] CLOUDSTACK-6019:CreateVolume from snapshot in NFS is throwing Warning "sync snapshot from cache to region wide store failed for image store test". > CreateVolume from snapshot in NFS is throwing Warning "sync snapshot from= cache to region wide store failed for image store test"=20 > -------------------------------------------------------------------------= --------------------------------------------------------- > > Key: CLOUDSTACK-6019 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-601= 9 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: Storage Controller > Affects Versions: 4.3.0 > Reporter: Min Chen > Assignee: Min Chen > Priority: Critical > Fix For: 4.3.0 > > > Steps: > 1. Create a snapshot with NFS data store. > 2. Migrate NFS to S3. > 3. Now create volume from snapshot. > Observation: > Volume is getting created successfully but with Warning message in MSlogs= : > 2014-01-30 20:48:19,282 WARN [o.a.c.e.o.VolumeOrchestrator] (Job-Executor= -59:ctx-1286a1b9 ctx-3fa46178) sync snapshot from cache to region wide stor= e failed for image store test > com.cloud.utils.exception.CloudRuntimeException: sync snapshot from cache= to region wide store failed for image store test > at org.apache.cloudstack.storage.snapshot.SnapshotServiceImpl.syncSnapsho= tToRegionStore(SnapshotServiceImpl.java:490) > at org.apache.cloudstack.storage.snapshot.SnapshotServiceImpl.syncVolumeS= napshotsToRegionStore(SnapshotServiceImpl.java:458) > at org.apache.cloudstack.engine.orchestration.VolumeOrchestrator.createVo= lumeFromSnapshot(VolumeOrchestrator.java:363) > at com.cloud.storage.VolumeApiServiceImpl.createVolumeFromSnapshot(Volume= ApiServiceImpl.java:785) > at com.cloud.storage.VolumeApiServiceImpl.createVolume(VolumeApiServiceIm= pl.java:735) > at com.cloud.storage.VolumeApiServiceImpl.createVolume(VolumeApiServiceIm= pl.java:177) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j= ava:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess= orImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflectio= n(AopUtils.java:317) > at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoi= npoint(ReflectiveMethodInvocation.java:183) > at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R= eflectiveMethodInvocation.java:150) > at com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.j= ava:50) > at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R= eflectiveMethodInvocation.java:161) > at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke= (ExposeInvocationInterceptor.java:91) > at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(R= eflectiveMethodInvocation.java:172) > at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamic= AopProxy.java:204) > at $Proxy196.createVolume(Unknown Source) > at org.apache.cloudstack.api.command.user.volume.CreateVolumeCmd.execute(= CreateVolumeCmd.java:196) > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:161) > at com.cloud.api.ApiAsyncJobDispatcher.runJobInContext(ApiAsyncJobDispatc= her.java:109) > at com.cloud.api.ApiAsyncJobDispatcher$1.run(ApiAsyncJobDispatcher.java:6= 6) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.cal= l(DefaultManagedContext.java:56) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callW= ithContext(DefaultManagedContext.java:103) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWi= thContext(DefaultManagedContext.java:53) > at com.cloud.api.ApiAsyncJobDispatcher.runJob(ApiAsyncJobDispatcher.java:= 63) > at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInC= ontext(AsyncJobManagerImpl.java:509) > at org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(Man= agedContextRunnable.java:49) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.cal= l(DefaultManagedContext.java:56) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callW= ithContext(DefaultManagedContext.java:103) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWi= thContext(DefaultManagedContext.java:53) > at org.apache.cloudstack.managed.context.ManagedContextRunnable.run(Manag= edContextRunnable.java:46) > 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.j= ava:1110) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.= java:603) > at java.lang.Thread.run(Thread.java:722) > 2014-01-30 20:48:19,350 DEBUG [o.a.c.s.m.AncientDataMotionStrategy] (Job-= Executor-59:ctx-1286a1b9 ctx-3fa46178) copyAsync inspecting src type SNAPSH= OT copyAsync inspecting dest type VOLUME > 2014-01-30 20:48:19,365 DEBUG [o.a.c.s.c.m.StorageCacheManagerImpl] (Job-= Executor-59:ctx-1286a1b9 ctx-3fa46178) there is already one in the cache st= ore > 2014-01-30 20:48:19,415 DEBUG [c.c.a.t.Request] (Job-Executor-59:ctx-1286= a1b9 ctx-3fa46178) Seq 3-1240727801: Sending { Cmd , MgmtId: 6758231703598,= via: 3(s-2-VM), Ver: v1, Flags: 100011, [{"org.apache.cloudstack.storage.c= ommand.CopyCommand":{"srcTO":{"org.apache.cloudstack.storage.to.SnapshotObj= ectTO":{"path":"snapshots/2/3/bd690977-40e8-4d53-9405-dc7276dcb331/bd690977= -40e8-4d53-9405-dc7276dcb331","volume":{"uuid":"22e7c627-2bc8-485b-b2ae-075= 8a5b395a3","volumeType":"ROOT","dataStore":{"org.apache.cloudstack.storage.= to.PrimaryDataStoreTO":{"uuid":"f672eae0-b400-3767-808f-b787a5c04d5f","id":= 1,"poolType":"NetworkFilesystem","host":"10.147.28.7","path":"/export/home/= manasa/primaryVMw","port":2049,"url":"NetworkFilesystem://10.147.28.7//expo= rt/home/manasa/primaryVMw/?ROLE=3DPrimary&STOREUUID=3Df672eae0-b400-3767-80= 8f-b787a5c04d5f"}},"name":"ROOT-3","size":2147483648,"path":"ROOT-3","volum= eId":3,"vmName":"i-2-3-VM","accountId":2,"chainInfo":" > {\"diskDeviceBusName\":\"ide0:1\",\"diskChain\":[\"[f672eae0b4003767808fb= 787a5c04d5f] i-2-3-VM/ROOT-3.vmdk\"]} > ","format":"OVA","id":3,"deviceId":0,"hypervisorType":"VMware"},"dataStor= e":{"com.cloud.agent.api.to.NfsTO":{"_url":"nfs://10.147.28.7/export/home/m= anasa/secondaryVMw","_role":"ImageCache"}},"vmName":"i-2-3-VM","name":"vm1_= ROOT-3_20140130123545","hypervisorType":"VMware","id":3,"quiescevm":false,"= physicalSize":0}},"destTO":{"org.apache.cloudstack.storage.to.VolumeObjectT= O":{"uuid":"f5fe009a-a121-4e2a-b8c8-61f581b0baa4","volumeType":"DATADISK","= dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"= f672eae0-b400-3767-808f-b787a5c04d5f","id":1,"poolType":"NetworkFilesystem"= ,"host":"10.147.28.7","path":"/export/home/manasa/primaryVMw","port":2049,"= url":"NetworkFilesystem://10.147.28.7//export/home/manasa/primaryVMw/?ROLE= =3DPrimary&STOREUUID=3Df672eae0-b400-3767-808f-b787a5c04d5f"}},"name":"vols= nap3","size":2147483648,"volumeId":10,"accountId":2,"format":"OVA","id":10,= "hypervisorType":"VMware"}},"executeInSequence":false,"options":{},"wait":1= 0800}}] } > 2014-01-30 20:48:20,404 DEBUG [c.c.a.ApiServlet] (catalina-exec-12:ctx-3e= 6d29bf) =3D=3D=3DSTART=3D=3D=3D 10.252.192.33 =E2=80=93 GET command=3Dquery= AsyncJobResult&jobId=3D6861e4a2-0d76-4364-806d-dd6361c46ecb&response=3Djson= &sessionkey=3DrDDEoOWDOz2L0UuxEKu%2Bl4jDYb8%3D&_=3D1391075761195 -- This message was sent by Atlassian JIRA (v6.1.5#6160)