DaanHoogland commented on PR #6589:
URL: https://github.com/apache/cloudstack/pull/6589#issuecomment-2337451931
@BryanMLima the systemVMs don't come up in this env, hence the failure to
test:
```
2024-09-09 07:16:42,462 INFO [c.c.s.r.VmwareStorageProcessor]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37,cmd: CopyCommand])
(logid:16cf1e77) Init copy of template [name: routing-8, path in secondary
storage: template/tmpl/1/8/, configuration: null] in secondary storage [url:
NFS://10.0.32.4/acs/secondary/pr6589-t11423-vmware-70u3/pr6589-t11423-vmware-70u3-sec1,
mount point: /var/cloudstack/mnt/VM/32986607125644.60ce9d44] to primary
storage.
2024-09-09 07:16:42,474 INFO [c.c.s.r.VmwareStorageProcessor]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37, cmd: CopyCommand])
(logid:16cf1e77) Executing command: tar --no-same-owner -xf
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova
2024-09-09 07:16:42,474 DEBUG [c.c.s.r.VmwareStorageProcessor]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37, cmd: CopyCommand])
(logid:16cf1e77) Executing command [tar --no-same-owner -xf
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova
].2024-09-09 07:16:42,503 WARN [c.c.s.r.VmwareStorageProcessor]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37, cmd: CopyCommand])
(logid:16cf1e77) Execution of process [29211] for command [tar --no-same-owner
-xf
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova
] failed.
2024-09-09 07:16:42,503 DEBUG [c.c.s.r.VmwareStorageProcessor]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37, cmd: CopyCommand])
(logid:16cf1e77) Exit value of process [29211] for command [tar --no-same-owner
-xf
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova
] is [2].2024-09-09 07:16:42,503 WARN [c.c.s.r.VmwareStorageProcessor]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37, cmd: CopyCommand])
(logid:16cf1e77) Process [29211] for command [tar --no-same-owner -xf
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova
] encountered the error: [tar:
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova:
Cannot open: No such file or directorytar: Error is not recoverable: exiting
now].
2024-09-09 07:16:42,503 ERROR [c.c.s.r.VmwareStorageProcessor]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37, cmd: CopyCommand])
(logid:16cf1e77) Unable to unpack snapshot OVA file at:
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova
2024-09-09 07:16:42,503 INFO [c.c.h.v.u.VmwareHelper]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37, cmd: CopyCommand])
(logid:16cf1e77) [ignored]failed to get message for exception: Unable to unpack
snapshot OVA file at:
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova
2024-09-09 07:16:42,504 ERROR [c.c.h.v.r.VmwareResource]
(DirectAgent-8:[ctx-136fd76d, 10.0.35.245, job-6/job-37, cmd: CopyCommand])
(logid:16cf1e77) CopyCommand failed due to [Exception: java.lang.Exception
Message: Unable to unpack snapshot OVA file at:
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova].
java.lang.Exception: Unable to unpack snapshot OVA file at:
/var/cloudstack/mnt/VM/32986607125644.60ce9d44/template/tmpl/1/8//routing-8.ova
at
com.cloud.storage.resource.VmwareStorageProcessor.copyTemplateFromSecondaryToPrimary(VmwareStorageProcessor.java:514)
at
com.cloud.storage.resource.VmwareStorageProcessor.copyTemplateToPrimaryStorage(VmwareStorageProcessor.java:694)
at
com.cloud.storage.resource.StorageSubsystemCommandHandlerBase.execute(StorageSubsystemCommandHandlerBase.java:103)
at
com.cloud.storage.resource.VmwareStorageSubsystemCommandHandler.execute(VmwareStorageSubsystemCommandHandler.java:209)
at
com.cloud.storage.resource.StorageSubsystemCommandHandlerBase.handleStorageCommands(StorageSubsystemCommandHandlerBase.java:65)
at
com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:588)
at
com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:299)
at
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
at
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
```
Can you maybe rebase upon latest?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]