Re: Code executed twice while deploying VM

2021-07-28 Thread David Jumani
Hi Rakesh, If I'm right, that's because a VM can be deployed without starting it. It initially checks whether the VM can be deployed, and once again before starting as things might change (if started some time after deployment) I'm all for optimizing the code but this is the reason I see the dup

[GitHub] [cloudstack-documentation] andrijapanicsb commented on a change in pull request #225: Networking update and config drive

2021-07-28 Thread GitBox
andrijapanicsb commented on a change in pull request #225: URL: https://github.com/apache/cloudstack-documentation/pull/225#discussion_r678413787 ## File path: source/adminguide/api.rst ## @@ -87,4 +87,93 @@ is also supported.) For metadata type, use one of the following:

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #226: Quick install guide update

2021-07-28 Thread GitBox
andrijapanicsb commented on pull request #226: URL: https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-888398807 Also. "A /24 network with the gateway being at xxx.xxx.xxx.1, no DHCP should be on this network and none of the computers running CloudStack will ha

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #226: Quick install guide update

2021-07-28 Thread GitBox
andrijapanicsb commented on pull request #226: URL: https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-888392295 also check other occurences of "security groups" like e.g. "Security Groups act as distributed firewalls that control access to a group of virtual machine

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #226: Quick install guide update

2021-07-28 Thread GitBox
andrijapanicsb commented on pull request #226: URL: https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-888390497 @Spaceman1984 you might want to update the following, since it seems we are now on Advanced Zone and VLAN isolation (L2), but we are indeed still on a "fl

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-07-28 Thread GitBox
blueorangutan commented on pull request #226: URL: https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-888383994 Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/226. (SL-JID 115) -- This is an automated message from the Apache Git Service. To resp

[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-07-28 Thread GitBox
blueorangutan commented on pull request #226: URL: https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-888382893 @andrijapanicsb 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 Ap

[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #226: Quick install guide update

2021-07-28 Thread GitBox
andrijapanicsb commented on pull request #226: URL: https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-888382478 @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 a

Re: Limiting the conntrackd logs in virtual router

2021-07-28 Thread Rakesh Venkatesh
Hello Andrija Sorry for replying to your email this late. Just saw it. Basically there was an issue with logrotate service as it was running just once a day instead of hourly. I have created a pr for that in 4.15 On Tue, Jun 15, 2021 at 12:41 AM Andrija Panic wrote: > Rakesh, > > can you confir

Code executed twice while deploying VM

2021-07-28 Thread Rakesh Venkatesh
Hello Users/Devs Today I observed that while deploying a VM, the same code is executed twice: the first time, while trying to find a suitable deployment destination and the second time, while trying to start a VM. I think this is a redundant process and also time-consuming since the same calculat