Re: Multiple RADOS monitor IPs to add RBD Primary Storage

2022-08-30 Thread Wido den Hollander
Op 29-08-2022 om 23:55 schreef Stephan Seitz: The last time i've looked up this issue, it was proposed to use DNS round-robin, aka add every monitor-IP as A-Record to your monitor- alias and refer to it by name. Not, that I like that solution, since it adds up another dependency to DNS, but t

Re: Error migrate System VMs after upgrageing to 4.17

2022-08-30 Thread Slavka Peleva
Hi Chris, The deployment fails because CS cannot find a free IP address to allocate for the system VM. Can you check if you explicitly added a range for the system VMs, or you can check with this `select * from user_ip_address where forsystemvms = 1;` If you don't have any ranges, you can get free

4.17.1.0 release

2022-08-30 Thread Abhishek Kumar
All, We've 5 items remaining on the 4.17.1.0 milestone now: https://github.com/apache/cloudstack/milestone/25 Considering these and the previously proposed rough timeline, I would like to propose 4.17 branch soft freeze from tomorrow 31 Aug 2022, after which only blocker and critical fixes wil

Re: 4.17.1.0 release

2022-08-30 Thread Rohit Yadav
+1 LGTM, thanks for your efforts Abhishek. Regards. From: Abhishek Kumar Sent: Tuesday, August 30, 2022 15:20 To: users@cloudstack.apache.org ; d...@cloudstack.apache.org Subject: 4.17.1.0 release All, We've 5 items remaining on the 4.17.1.0 milestone now:

Re: 4.17.1.0 release

2022-08-30 Thread Nicolas Vazquez
Looks good, thanks Abhishek Regards, Nicolas Vazquez From: Abhishek Kumar Date: Tuesday, 30 August 2022 at 10:20 To: users@cloudstack.apache.org , d...@cloudstack.apache.org Subject: 4.17.1.0 release All, We've 5 items remaining on the 4.17.1.0 milestone now: https://github.com/apache/cloud

Setting UI timeout

2022-08-30 Thread Joshua Schaeffer
Running ACS 4.15.1.0 Are these instructions still valid for setting the UI timeout: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Increase+the+Timeout+of+the+CloudStack+Management+GUI I edited my web.xml file on both management servers, set the value to 60 minutes, and restarted the

Re: Setting UI timeout

2022-08-30 Thread David Jumani
Hi Joshua, You can modify the "session.timeout" value in the "/etc/cloudstack/management/server.properties" file with the timeout value you'd like From: Joshua Schaeffer Sent: Tuesday, August 30, 2022 9:32 PM To: users@cloudstack.apache.org Subject: Setting UI