Re: New Object Storage - Huawei OBS

2023-12-15 Thread Ronald Feicht
Hi Wido, changing the method parameters from String to BucketTO is no problem for me - I will simply adapt my code accordingly and contribute my code upstream as soon as I get it to work. Mit freundlichen Grüßen R. Feicht sc synergy GmbH Hilgestrasse 14 | 55294 Bodenheim | Deutschland Fon: +

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Ronald Feicht
Hi Kishan, when I add my module to client/pom.xml I get the following error and http://192.168.17.252:8080/client/ returns "HTTP ERROR 503 Service Unavailable" because of the following exception: [WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@1df8ea34{/client,file:///opt/clo

Re: [PR] kvm,snapshot: note on primary storage dependency [cloudstack-documentation]

2023-12-15 Thread via GitHub
GutoVeronezi commented on code in PR #367: URL: https://github.com/apache/cloudstack-documentation/pull/367#discussion_r1427852007 ## source/adminguide/storage.rst: ## @@ -957,6 +957,9 @@ incremental backups are supported, every N backup is a full backup. | Support incrementa

Re: [PR] kvm,snapshot: note on primary storage dependency [cloudstack-documentation]

2023-12-15 Thread via GitHub
shwstppr commented on code in PR #367: URL: https://github.com/apache/cloudstack-documentation/pull/367#discussion_r1427892637 ## source/adminguide/storage.rst: ## @@ -957,6 +957,9 @@ incremental backups are supported, every N backup is a full backup. | Support incremental ba

Re: [PR] Add docs about storage and host tags [cloudstack-documentation]

2023-12-15 Thread via GitHub
shwstppr commented on PR #365: URL: https://github.com/apache/cloudstack-documentation/pull/365#issuecomment-1857792276 @rajujith can you please review? -- 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

Re: [PR] Add doc for dynamic secondary storage selectors [cloudstack-documentation]

2023-12-15 Thread via GitHub
shwstppr commented on PR #368: URL: https://github.com/apache/cloudstack-documentation/pull/368#issuecomment-1857793194 @kiranchavala @rajujith can you please review? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] Add multiple local storage pools in KVM - via UI [cloudstack-documentation]

2023-12-15 Thread via GitHub
shwstppr commented on PR #366: URL: https://github.com/apache/cloudstack-documentation/pull/366#issuecomment-1857794505 @blueorangutan docbuild -- 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 th

Re: [PR] Add multiple local storage pools in KVM - via UI [cloudstack-documentation]

2023-12-15 Thread via GitHub
blueorangutan commented on PR #366: URL: https://github.com/apache/cloudstack-documentation/pull/366#issuecomment-1857796263 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/366. (QA-JID 180) -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Add multiple local storage pools in KVM - via UI [cloudstack-documentation]

2023-12-15 Thread via GitHub
blueorangutan commented on PR #366: URL: https://github.com/apache/cloudstack-documentation/pull/366#issuecomment-1857795042 @shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wido den Hollander
On 12/15/23 09:41, Ronald Feicht wrote: Hi Kishan, when I add my module to client/pom.xml I get the following error and http://192.168.17.252:8080/client/ returns "HTTP ERROR 503 Service Unavailable" because of the following exception: [WARNING] Failed startup of context o.e.j.m.p.JettyW

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wei ZHOU
Hi Wido, It looks you need a file like https://github.com/apache/cloudstack/blob/main/plugins/storage/object/simulator/src/main/resources/META-INF/cloudstack/storage-object-simulator/spring-storage-object-simulator-context.xml -Wei On Fri, 15 Dec 2023 at 13:40, Wido den Hollander wrote: > > >

Re: [PR] Add multiple local storage pools in KVM - via UI [cloudstack-documentation]

2023-12-15 Thread via GitHub
weizhouapache commented on code in PR #366: URL: https://github.com/apache/cloudstack-documentation/pull/366#discussion_r1427960067 ## source/adminguide/storage.rst: ## @@ -169,6 +174,13 @@ In order to use multiple local storages, you need to #. Restart cloudstack-agent serv

RE: New Object Storage - Huawei OBS

2023-12-15 Thread Kishan Kavala
Ronald, The error is coming from rootca project after adding Huawei OBS plugin. org.apache.cloudstack cloud-plugin-ca-rootca ${project.version} After removing the above from client/pom.xml, Huawei OBS plugin was loaded. On the other hand, if

Migrate from VMWare to Cloudstack/KVM

2023-12-15 Thread me
Hi all, at CCC 2023 there were several talks about migrating instances from VMWare to CS/KVM using virt-v2v. Also Olivier Lambert from Vates did a talk on how XOA is doing migrations. As far as I remember XOA is able to perform a migration significant faster as virt-v2v and there was a discuss

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wido den Hollander
Op 15/12/2023 om 13:54 schreef Wei ZHOU: Hi Wido, It looks you need a file like https://github.com/apache/cloudstack/blob/main/plugins/storage/object/simulator/src/main/resources/META-INF/cloudstack/storage-object-simulator/spring-storage-object-simulator-context.xml Tnx. But that didn't s

RE: New Object Storage - Huawei OBS

2023-12-15 Thread Kishan Kavala
Hi Ronald, Here is what I found from the logs: Error: WARN [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Failed to start module [root-ca] due to: [Failed to start bean 'cloudStackLifeCycle'; nested exception is java.lang.LinkageError: loader constraint violation: when resolv

Re: New Object Storage - Huawei OBS

2023-12-15 Thread Wei ZHOU
Hi Wido, I just tested your branch, it looks ok ( https://github.com/wido/cloudstack/commits/ceph-object-store). I got an error which is because I input invalid host/keys 2023-12-15 19:07:22,313 DEBUG [o.a.c.s.d.l.CephObjectStoreLifeCycleImpl] (qtp775386112-17:ctx-9be6ad79 ctx-b4cdcdd0) (logid:3

Re: Migrate from VMWare to Cloudstack/KVM

2023-12-15 Thread Nux
Hi Swen, AFAIK nothing new on that front, but end of year is usually a bit slower time. I expect this and other features will receive more attention in the new year. Regards, Lucian On 2023-12-15 14:05, m...@swen.io wrote: Hi all, at CCC 2023 there were several talks about migrating inst