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: [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: 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: 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: [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: Uploading Blog Post

2021-06-09 Thread Rohit Yadav
Hi Greg, Mark, infra, Ping - any thoughts, advice, opinion on questions I asked in the previous email esp. if it is an official ASF/ASF-infra policy on requiring project websites and blogs to have version control and get on a git repository (most users won't build website and blogs from source

CSEUG Virtual - All sessions recordings available now

2021-06-09 Thread Ivet Petrova
Hello all, Hope you are having a sunny morning. I am writing to share that all recordings from CSEUG Virtual are available in this playlist: https://www.youtube.com/watch?v=Ph-NQv80j0k&list=PLnIKk7GjgFlbG2W3lRW9Evjy2Vtg_HKHX I also wrote a roundup article, where you can find all slides, provided

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: 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

Alter Shared Guest Network?

2021-06-09 Thread Jeremy Hansen
When I created my shared network config, I specified too narrow of an IP range. I can’t seem to figure out how to alter this config via the web interface. Is this possible? -jeremy

Primary Storage Allocation

2021-06-09 Thread Sean Lair
We have two primary storage pools setup, both are NFS. Both are functioning, but CloudStack is provisioning all our VMs on one of the two pools. Is there a way to have CloudStack provision new VMs on the pool with the most available storage? Or how does CloudStack pick between the two pools?

Re: Alter Shared Guest Network?

2021-06-09 Thread Wido den Hollander
On 6/9/21 3:55 PM, Jeremy Hansen wrote: > When I created my shared network config, I specified too narrow of an IP > range. > > I can’t seem to figure out how to alter this config via the web interface. Is > this possible? > Not via de UI nor API. You will need to hack this in the databa

Re: Alter Shared Guest Network?

2021-06-09 Thread Jeremy Hansen
> On Jun 9, 2021, at 1:39 PM, Wido den Hollander wrote: > >  > >> On 6/9/21 3:55 PM, Jeremy Hansen wrote: >> When I created my shared network config, I specified too narrow of an IP >> range. >> >> I can’t seem to figure out how to alter this config via the web interface. >> Is this poss

NFS permissions?

2021-06-09 Thread James Steele
Hi all, when adding separate NFS storage (based on a ZFS pool) as primary/secondary what is the minimum/safest file & folder permission you can get away with, when used in conjunction with: chown -R root:root /tank? chmod -R -f 755 /tank, or more restrictive chmod -R -f 644 /tank? This is help

Re: Cloudstack source code compilation - RPMs build failed - LDAP

2021-06-09 Thread Hema
Hi David, Thank you for your response and pointers. For now with your suggestion, as a work around, I was able to skip the test and proceed with just source build by adding -DskipTests in mvn command in cloud.spec file. It helped. There are some java version mismatch errors in the source build