Re: 4.15 Manager out of memory

2021-01-20 Thread Rohit Yadav
Can you share your host memory, distro (CentOS or Ubuntu and which version) and describe your installation (hypervisor, storage, any special plugin etc you may be using). Are you running DB and usage server on the same host? The java process requires at least 2G RAM[1] for itself. [1] https:/

Re: [VOTE] Merge apache/cloudstack-primate with apache/cloudstack

2021-01-20 Thread Rohit Yadav
Dear all, The https://github.com/apache/cloudstack-primate repo is now archived as read-only. All PRs need to be migrated to apache/cloudstack, PR authors are requested to do this: https://github.com/apache/cloudstack-primate/pulls The following actions have been completed: * Merge apache/

Re: 4.15 Manager out of memory

2021-01-20 Thread Rafael del Valle
Hi Rohit This is not a production environment. This is a test environment run on minimum resources for my CD/CI cloud release process, so you have to take this with a pitch of salt: My environment is Ubuntu 18.04 Ram is 1.5GB + swap DB is running on the same host. However, just in case, note

Re: 4.15 Manager out of memory

2021-01-20 Thread Rohit Yadav
This "Ram is 1.5GB + swap", please increase RAM to 3G and try again. Regards. From: Rafael del Valle Sent: Wednesday, January 20, 2021 14:39 To: [email protected] Cc: [email protected] ; [email protected] Subject: Re: 4.15 Manager

RE: [VOTE] Merge apache/cloudstack-primate with apache/cloudstack

2021-01-20 Thread Klahre, Dirk
Hi Rohit, regarding the merge. It is possible to use the git submodule feature to include apache/cloudstack-primate into apache/cloudstack. In my last projects it works good and you keep the independence of the two repos. Best Regards Dirk Dirk Klahre Cloud Stack Developer - Cloud Management P

Re: [VOTE] Merge apache/cloudstack-primate with apache/cloudstack

2021-01-20 Thread Sven Vogel
@Rohit Yadav sounds good! :) __ Sven Vogel Lead Cloud Solution Architect EWERK DIGITAL GmbH Brühl 24, D-04109 Leipzig P +49 341 42649 - 99 F +49 341 42649 - 98 [email protected] www.ewerk.com Geschäftsführer: Dr. Erik Wende, Hendrik Schubert, Tassilo Möschke R

Re: [VOTE] Merge apache/cloudstack-primate with apache/cloudstack

2021-01-20 Thread Rohit Yadav
Hi Dirk, We had considered pros and cons before voting and in my opinion using git submodules did not address the issue of fragmentation of focus and developer workflow (two repos to manage, maintain and ensure their PRs get in for a feature/enhancement/bugfix at the same time). Regards. ___

RE: [VOTE] Merge apache/cloudstack-primate with apache/cloudstack

2021-01-20 Thread Klahre, Dirk
Oh ok, I thought that the primate repo would remain to separate the backend from the frontend. But I agree with you that it has an increased overhead. Best Regards Dirk Dirk Klahre Cloud Stack Developer - Cloud Management Platform GMS Cloud Infrastructure Services We Transform. Trust into Va

Re: [VOTE] Merge apache/cloudstack-primate with apache/cloudstack

2021-01-20 Thread Rohit Yadav
Hi Dirk, Yes, it will remain as a separate codebase within the ui directory that can be built/run/test/packaged independent of the management server, but within the same git repository to keep the backend and frontend change together. By default, in cloudstack-mangement rpm/deb packages the UI

Re: when server reboot so can't access UI

2021-01-20 Thread Technologyrss Mail
*Hi,* I am try to again clean install and reboot but not access UI, then I find out this error. I see 8080 port not save after server reboot, but before reboot it is ok. And after reboot I am try to again save 8080 port but not save it. Then I am try to enable 8080 port using firewalld then I

Re: when server reboot so can't access UI

2021-01-20 Thread Wei ZHOU
If you fixed the issue without cloudstack changes, it is mostly not an cloudstack issue. -Wei On Wed, 20 Jan 2021 at 15:03, Technologyrss Mail < [email protected]> wrote: > *Hi,* > > I am try to again clean install and reboot but not access UI, then I > find out this error. I see 8080

Re: when server reboot so can't access UI

2021-01-20 Thread Technologyrss Mail
Yes, It is fix but not save iptables rule 8080. I am enable using another firewall service like firewalld then it solved. My question is why can't save 8080 using iptables? But v4.14 not any problem when server rebooted. On 1/20/2021 8:37 PM, Wei ZHOU wrote: If you fixed the issue without cl

Re: [VOTE] Merge apache/cloudstack-primate with apache/cloudstack

2021-01-20 Thread Nguyen Mai Hoang
+1 On 2020/12/29 08:56:48, Rohit Yadav wrote: > Dear all, > > As discussed in a recent related thread and no objections were received on > the proposal [1], I've started this voting thread on following: > > * Request ASF infra to archive the apache/cloudstack-primate (read-only) > reposit

Re: 4.15 Manager out of memory

2021-01-20 Thread Nicolas Vazquez
Hi Rafael, Was this solved by increasing the RAM on the management server? Which hypervisor are you using in this test environment? Regards, Nicolas Vazquez From: Rohit Yadav Sent: Wednesday, January 20, 2021 6:10 AM To: [email protected] ; dev@clo

Re: [PROPOSE] RM for 4.14.1 and 4.15.1

2021-01-20 Thread Nicolas Vazquez
Thanks Rohit, LGTM (+1) Regards, Nicolas Vazquez From: Rohit Yadav Sent: Tuesday, January 19, 2021 11:34 AM To: [email protected] Cc: [email protected] Subject: [PROPOSE] RM for 4.14.1 and 4.15.1 Dear All, I’d like to put myself forward as

Re: when server reboot so can't access UI

2021-01-20 Thread Nicolas Vazquez
Hi, There is a warning note in the documentation which might be helpful in this case: http://docs.cloudstack.apache.org/en/latest/installguide/management-server/ "On RHEL and CentOS systems, firewalld (installed by default) will override all iptables rules set by the cloudstack-setup-managemen

Re: 4.15 Manager out of memory

2021-01-20 Thread Rafael del Valle
Hi Nicolas, Thanks for asking. I use KVM. 3G seems like a tremendous amount on memory to manage 3 hosts. I am resisting to increase for the time being in my test environment. In production there are 4G minimum, so there it is fine. My test environment meant to catch issues, I run on low reso