[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #334: Add documentation for Cluster DRS

2023-08-28 Thread via GitHub


blueorangutan commented on PR #334:
URL: 
https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696232562

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/334. 
(QA-JID 113)


-- 
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #334: Add documentation for Cluster DRS

2023-08-28 Thread via GitHub


blueorangutan commented on PR #334:
URL: 
https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696231362

   @vishesh92 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.
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-documentation] vishesh92 commented on pull request #334: Add documentation for Cluster DRS

2023-08-28 Thread via GitHub


vishesh92 commented on PR #334:
URL: 
https://github.com/apache/cloudstack-documentation/pull/334#issuecomment-1696230794

   @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 the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PROPOSE] ACS 4.18.1.0 release

2023-08-28 Thread Wei ZHOU
Hi all,

The code freeze date of 4.18.1.0 release is due.

Please find all closed issues and merged PRs at
https://github.com/apache/cloudstack/issues?q=is%3Aissue+milestone%3A4.18.1.0+is%3Aclosed
https://github.com/apache/cloudstack/pulls?page=1=is%3Apr+milestone%3A4.18.1.0+is%3Aclosed

I will create RC1 and build packages for you to test.

-Wei

On Mon, 21 Aug 2023 at 13:48, Wei ZHOU  wrote:

> Hi all,
>
> In the last weeks, we have merged a few bug fixes into the 4.18 branch. We
> are still working on remaining bug fixes and reviewing pull requests.
>
> 22 pull requests are open for review:
> https://github.com/apache/cloudstack/pulls?q=is%3Aopen+is%3Apr+milestone%3A4.18.1.0
>
> 51 issues are open (including 2 critical , 15 major, 33 minor issues):
> https://github.com/apache/cloudstack/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.18.1.0
>
> *The code freeze time of 4.18.1.0 will be 12:00pm UTC (1pm BST, 2pm CEST),
> 28th August*.  The open pull requests and issues after code
> freeze will be moved to 4.18.2.0 milestone.
>
> -Wei
>
>
>
> On Wed, 2 Aug 2023 at 03:22, Wei ZHOU  wrote:
>
>> Hi all,
>>
>> Here is an update of Apache CloudStack 4.18.1.0 release:
>>
>> There are some open PRs and issues on github:
>>
>> 37 pull requests are open for review:
>> https://github.com/apache/cloudstack/pulls?q=is%3Aopen+is%3Apr+milestone%3A4.18.1.0
>>
>> 66 issues are open (including 1 BLOCKER, 1 critical , 18 major, 39 minor
>> issues):
>> https://github.com/apache/cloudstack/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.18.1.0
>>
>>
>> We are busy with them. The processes need to be postponed for 2-4 weeks.
>>
>>
>> -Wei
>>
>>
>>
>>
>> On Thu, 4 May 2023 at 10:34, Wei ZHOU  wrote:
>>
>>> Hi all,
>>>
>>> Currently CloudStack 4.18.0.0 is the latest LTS release. There are some
>>> bugs and pull requests with 4.18.0.0 [1], including the fix for the upgrade
>>> issue if users use MySQL 5.6 and 5.7.
>>>
>>> I would like to propose the release of 4.18.1.0 and the timeline
>>>
>>> - from now till the end of July (3 months): accept bug fixes and minor
>>> improvements [2]
>>> - first week in Aug: stablisation efforts, accept only blocker and
>>> critical bug fixes.
>>> - Aug: start cutting RCs, vote and finish release work.
>>>
>>> I will push myself as the release manager (RM) of 4.18.1.0, if nobody
>>> objects.
>>> In case anyone wants to include a bug fix or a pull request in 4.18.1.0
>>> milestone, please mention me (weizhouapache) on github.
>>>
>>> [1] https://github.com/apache/cloudstack/milestone/27
>>> [2] https://cwiki.apache.org/confluence/display/CLOUDSTACK/LTS
>>>
>>>
>>> Any suggestions ?
>>>
>>> Kind regards,
>>> Wei
>>>
>>


Re: Unable to add host error ACS

2023-08-28 Thread Rohit Yadav
Hi again,

You may try to re-add the host and tail the /var/log/cloudstack/agent/* 
(usually there is a setup.log) to watchout for errors.

Is this a test/virtualised environment? You may want to run kvm-ok and ensure 
that /dev/kvm exists and works. It's possible the KVM host doesn't have 
/dev/kvm or missing any packages or libvirt isn't setup properly.


Regards.


From: Wei ZHOU 
Sent: Monday, August 28, 2023 12:31
To: dev@cloudstack.apache.org 
Subject: Re: Unable to add host error ACS

Hi,

If libvirtd does not work, please fix it before adding the host to
cloudstack.

You can check the output of `systemctl status libvirtd` or `journalctl -xeu
libvirtd`


-Wei

On Mon, 28 Aug 2023 at 08:56, Technology Mail 
wrote:

> Thank you so much!,
> I followed your mansion step but error is same, Please see my MGMT
> server error like below:
>
>

 



Re: Unable to add host error ACS

2023-08-28 Thread Wei ZHOU
Hi,

If libvirtd does not work, please fix it before adding the host to
cloudstack.

You can check the output of `systemctl status libvirtd` or `journalctl -xeu
libvirtd`


-Wei

On Mon, 28 Aug 2023 at 08:56, Technology Mail 
wrote:

> Thank you so much!,
> I followed your mansion step but error is same, Please see my MGMT
> server error like below:
>
>


Re: Unable to add host error ACS

2023-08-28 Thread Technology Mail

Thank you so much!,
I followed your mansion step but error is same, Please see my MGMT 
server error like below:


+2023-08-28 
06:44:08,771 DEBUG [c.c.h.k.d.LibvirtServerDiscoverer] 
(qtp1955920234-13:ctx-8d79a623 ctx-3a188920) (logid:722f5754) Timeout, 
to wait for the host connecting to mgt svr, assuming it is failed
2023-08-28 06:44:08,787 WARN  [c.c.r.ResourceManagerImpl] 
(qtp1955920234-13:ctx-8d79a623 ctx-3a188920) (logid:722f5754) Cannot 
find the server resources at http://10.66.10.20
2023-08-28 06:44:08,792 INFO  [c.c.u.e.CSExceptionErrorCode] 
(qtp1955920234-13:ctx-8d79a623 ctx-3a188920) (logid:722f5754) Could not 
find exception: com.cloud.exception.DiscoveryException in error code 
list for exceptions
2023-08-28 06:44:08,803 WARN  [o.a.c.a.c.a.h.AddHostCmd] 
(qtp1955920234-13:ctx-8d79a623 ctx-3a188920) (logid:722f5754) Exception:
com.cloud.exception.DiscoveryException: Unable to add the host: Cannot 
find the server resources at http://10.66.10.20
    at 
com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManagerImpl.java:880)
    at 
com.cloud.resource.ResourceManagerImpl.discoverHosts(ResourceManagerImpl.java:644)
    at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
    at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
    at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
    at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
    at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
    at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
    at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)

    at com.sun.proxy.$Proxy199.discoverHosts(Unknown Source)
    at 
org.apache.cloudstack.api.command.admin.host.AddHostCmd.execute(AddHostCmd.java:136)

    at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)
    at com.cloud.api.ApiServer.queueCommand(ApiServer.java:777)
    at com.cloud.api.ApiServer.handleRequest(ApiServer.java:601)
    at 
com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:347)

    at com.cloud.api.ApiServlet$1.run(ApiServlet.java:154)
    at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:55)
    at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:102)
    at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:52)

    at com.cloud.api.ApiServlet.processRequest(ApiServlet.java:151)
    at com.cloud.api.ApiServlet.doPost(ApiServlet.java:110)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
    at 
org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1450)
    at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)
    at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:554)
    at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
    at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
    at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
    at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
    at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
    at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
    at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
    at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
    at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
    at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
    at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
    at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
    at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
    at