Limiting the conntrackd logs in virtual router

2021-06-09 Thread Rakesh Venkatesh
Hello I have an issue in the virtual router where conntrackd(conntrack-tools) is populating /var/log/daemon.log a lot and because of that VR is running out of disk space. Do you guys know how to prevent conntrackd from logging too much? I manually changed the logrotate.conf to rotate every hour an

Re: Limiting the conntrackd logs in virtual router

2021-06-09 Thread Rakesh Venkatesh
I have 4.14 version. The issue exists with only 1 customer. The VR's belonging to other customers are fine but for one customer who has enabled site 2 site vpn, its creating lot of logs. The config I mentioned above is a temporary fix as it will be deleted once the network is restarted with cleanup

Re: Limiting the conntrackd logs in virtual router

2021-06-09 Thread Andrija Panic
Can you advise which version and have you tried isolating the problem - this is first time I hear for such an issue (and I have customers with 3y VR uptime with no issues) Perhaps something is broken inside that VR, thus the excessive logging, etc? Best, On Wed, 9 Jun 2021 at 10:07, Rakesh Venka

Re: [VOTE] Apache CloudStack 4.15.1.0 (RC1)

2021-06-09 Thread Rohit Yadav
Hi Michael, Thanks for sharing, we're working on an RC2 and will evaluate if this is a blocker. Can you share if storage DRS worked for you with older CloudStack versions? I could be wrong but you wouldn't want storage DRS enabled while using CloudStack. Regards.

Re: [VOTE] Apache CloudStack 4.15.1.0 (RC1)

2021-06-09 Thread benoit lair
Hello, In general letting hypervisor reallocate ressources independently of cloudstack is a bad idea Having experienced it with Xenserver & ACS. The ACS Database is not always updated with new references uuid of vm or storage vdi It is better to operate on vms with ACS However, it is possible to

Re: [VOTE] Apache CloudStack 4.15.1.0 (RC1)

2021-06-09 Thread Michael Brußk
Hi all, for now unfortunately -1 since https://github.com/apache/cloudstack/issues/5091 regards, Michael 2. Juni 2021 11:50, "Rohit Yadav" schrieb: > Hi All, > > I've created a 4.15.1.0 release, with the following artifacts up for a vote: > > Git Branch and Commit SHA: > https://github.com/a

Re: [VOTE] Apache CloudStack 4.15.1.0 (RC1)

2021-06-09 Thread Andrija Panic
I'm not aware we have ever supported storage DRS (in contrast to "regular" DRS - i.e. VM live migration) - if someone can test with NFS/iSCSI and report. On Wed, 9 Jun 2021 at 11:41, benoit lair wrote: > Hello, > > In general letting hypervisor reallocate ressources independently of > cloudstack

Keyboard Shortcuts on Management Server.

2021-06-09 Thread Apurv Gupta
Hi all, I’m trying to implement the keyboard shortcuts and the idea is to use the management server ui without a mouse. >From the mentors, here are the suggestion list for shortcuts: [i] - infrastructure [g] - configuration->global settings [v] - storage->volumes [c] - compute->instances

Re: Limiting the conntrackd logs in virtual router

2021-06-09 Thread Andrija Panic
Did you try restarting that VPC with cleanup - so brand new VR is created - to see if the issue is still observed. Can you test the same now with 4.15.1 RC1 (voting is happening, please feel free to test and participate!) Best, On Wed, 9 Jun 2021 at 10:57, Rakesh Venkatesh wrote: > I have 4.14

Re: Keyboard Shortcuts on Management Server.

2021-06-09 Thread Rakesh Venkatesh
I usually use vimium plugin which has keyboard shortcuts for all links in a webpage which is much more handy On Wed, Jun 9, 2021 at 12:38 PM Apurv Gupta wrote: > Hi all, > > > > I’m trying to implement the keyboard shortcuts and the idea is to use the > management server ui without a mouse. > >

Re: Limiting the conntrackd logs in virtual router

2021-06-09 Thread Rakesh Venkatesh
If I restart with cleanup then the modified config will be deleted and the log starts populating very fast again. On Wed, Jun 9, 2021 at 1:19 PM Andrija Panic wrote: > Did you try restarting that VPC with cleanup - so brand new VR is created - > to see if the issue is still observed. > > Can you

Re: Keyboard Shortcuts on Management Server.

2021-06-09 Thread Boris Stoyanov
Not everyone uses vimium browser plugin, I think it would be great if we can get this working cross-browser. Here’s the original GSOC Idea: https://github.com/apache/cloudstack/issues/4798 Bobby. From: Rakesh Venkatesh Date: Wednesday, 9 June 2021, 14:29 To: dev Subject: Re: Keyboard Shortcut

Re: Keyboard Shortcuts on Management Server.

2021-06-09 Thread Rakesh Venkatesh
I looked at the GSOC idea. I have feedback on this 1. Need to memorize the shortcut which is not so good 2. only a limited set of shortcuts as of now.. if it grows then more memorization If we use vimium or similar plugin cons need to spend time installing in browsers pros very less memori

Re: Keyboard Shortcuts on Management Server.

2021-06-09 Thread Boris Stoyanov
Having to install a separate plugin is not really sustainable. We’re planning to add small labels next to the major links so that shows which key is the shortcut so no memorizing will be needed(like vimium does but not dynamically, shortcuts will have the same keys all the time) I also like and

OpenSource projects can work closer with the OpenJDK Quality Outreach

2021-06-09 Thread Gabriel Beims Bräscher
Hello all, I would like to share that I was invited to participate in the OpenJDK Quality Outreach providing feedback on the CloudStack used JDK. They reach open source projects to gather feedback and work together looking for bugs in the JDK. There are some Apache projects [1] providing feedback.

Re: Problems while deploying Datacenter

2021-06-09 Thread Sangwoo Bae
Hi Rohit and Andrija, Thank you for your suggestions. I managed to deploy a zone by running following commands on the host: iptables -A INPUT -s 172.20.0.0/16 -p tcp -m state --state NEW -m multiport --dports 111,892,2049,32769 -j ACCEPT iptables -A INPUT -s 172.20.0.0/16 -p udp -m state --state