Migrating secondary storage

2024-01-26 Thread Jeremy Hansen
I’m trying to migrate to new secondary storage. I’m receiving this error:

Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: 
com.cloud.utils.exception.CloudRuntimeException: Complete migration failed as 
there are data objects which are not Ready - i.e, they may be in Migrating, 
creating, copying, etc. states
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.engine.orchestration.DataMigrationUtility.checkIfCompleteMigrationPossible(DataMigrationUtility.java:122)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.engine.orchestration.StorageOrchestrator.migrateData(StorageOrchestrator.java:149)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
com.cloud.storage.ImageStoreServiceImpl.migrateData(ImageStoreServiceImpl.java:157)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.network.contrail.management.EventUtils$EventInterceptor.invoke(EventUtils.java:107)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.java:52)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
com.sun.proxy.$Proxy386.migrateData(Unknown Source)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.api.command.admin.storage.MigrateSecondaryStorageDataCmd.execute(MigrateSecondaryStorageDataCmd.java:100)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:172)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
com.cloud.api.ApiAsyncJobDispatcher.runJob(ApiAsyncJobDispatcher.java:112)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:654)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:48)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:55)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:102)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:52)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:45)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:602)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
Jan 26 23:33:25 dell1.fr1.clx.corp java[1787564]: at 

Download vm snapshots

2024-01-26 Thread Jimmy Huybrechts
Hi,

While doing some last tests before production I noticed there is no option to 
download a vm snapshot (including memory if saved), now for some law 
enforcement cases they will request such a snapshot with memory (after proper 
warrants of course). How to download these in this case? Even if it needs to be 
done manually from shell. Not being able to do it is not really an option here 
unfortunately.

--
Jimmy


Re: Urgent Help Needed with Stuck VM Instance Creation

2024-01-26 Thread Wei ZHOU
If you use KVM, you can restart the cloudstack-agent of the host where the
VM is running.


-Wei

On Fri, 26 Jan 2024 at 10:40, Palash Biswas  wrote:

>
> Hi Community,
>
> I'm encountering an issue while creating a VM instance through Terraform.
> The process seems to be stuck, and in the Cloudstack UI, it has been
> showing a "starting" status for the past hour. I'm unable to stop or
> destroy it manually. Can anyone provide guidance on how to terminate this
> instance?
>
> Regards,
> Palash
>
>


Urgent Help Needed with Stuck VM Instance Creation

2024-01-26 Thread Palash Biswas
Hi Community,

I'm encountering an issue while creating a VM instance through Terraform.
The process seems to be stuck, and in the Cloudstack UI, it has been
showing a "starting" status for the past hour. I'm unable to stop or
destroy it manually. Can anyone provide guidance on how to terminate this
instance?

Regards,
Palash