Re: [VOTE] Apache CloudStack 4.15.1.0 (RC3)

2021-06-29 Thread Boris Stoyanov
+1 (binding), considering the latest changes, I’ve did a quick test and checked the smoketests results, all looking good. Bobby. From: Rohit Yadav Date: Monday, 28 June 2021, 13:58 To: d...@cloudstack.apache.org , users@cloudstack.apache.org Subject: [VOTE] Apache CloudStack 4.15.1.0 (RC3)

Re: Cloudstack Usage --- not owner

2021-06-29 Thread Hean Seng
Hi Andrija, I enabled the value , vm.network.stats.interval to > 0 where it will calculate the traffic from the network port assigned ( which i suppose include local and external) , I am fine for this ( network usage = lan + wan traffic), which similar to previous VPS data usage calculation

Re: How to use ansible for cloudstack initialization

2021-06-29 Thread Andrija Panic
Good old bash with cloudmonkey...some variables need to be populated (obviously...) #!/bin/bash # Vars / constants DEPLOYLOG="/tmp/deployzone.log";

Re: User certificate - Cloudmonkey API keys?

2021-06-29 Thread Andrija Panic
Don't ask - some b*** s*** coding - those certificates are used only in case of the very specific network provider - that the one who implemented it thought it would be wise to stick it in / show it unconditionally, even though you are NOT using that specific network provider, thus user

Re: Cloudstack Usage --- not owner

2021-06-29 Thread Andrija Panic
stats are pulled from VR in case traffic passes THORUGH those VRs. In shared networks, traffic does NOT passes THROUGH the VR, but through some external device - thus no statistics is expected to appear - all good, no problem. On Fri, 25 Jun 2021 at 17:13, Hean Seng wrote: > Hi > > yes, there

Re: VM console keeps pausing to the point of being unusable

2021-06-29 Thread Andrija Panic
Are you using SSL? If so, can you temporarily turn it off ( consoleproxy.sslEnabled = false in global settings) - this is a good way to eliminate SSL-caused issues (if any) Best, On Tue, 29 Jun 2021 at 08:58, Adam Witwicki wrote: > Hi Andrija, > > No there is no improvement with the console

Re: AW: CloudStack and Ansible

2021-06-29 Thread Rafael del Valle
Hi Peter, Sorry for my late reply, Just arrived from an (early) sailing holiday. Yes, you can find the Ansible module documentation in the Ansible docs. It is true that it is more a module reference than a guide, or the guide is geared more towards the management of cloud objects after the

Re: Disabling a storage pool

2021-06-29 Thread Wido den Hollander
Op 29-06-2021 om 15:44 schreef Rakesh Venkatesh: Hello folks Is there a way to disable a particular storage pool so that it won't be used for further volume allocation? I don't want to enable the maintenance mode as that will turn off the VM's whose volumes running on that pool. I don't want

Disabling a storage pool

2021-06-29 Thread Rakesh Venkatesh
Hello folks Is there a way to disable a particular storage pool so that it won't be used for further volume allocation? I don't want to enable the maintenance mode as that will turn off the VM's whose volumes running on that pool. I don't want to use a global setting also since this will come

Re: How to use ansible for cloudstack initialization

2021-06-29 Thread li jerry
Thank you very much Rohit, Rafael and Rudraksh I will read these documents carefully -邮件原件- 发件人: Rohit Yadav 发送时间: 2021年6月29日 14:10 收件人: users@cloudstack.apache.org 主题: Re: How to use ansible for cloudstack initialization Hi, Here are some docs you can refer to:

RE: Cloudstack backup framework

2021-06-29 Thread Yordan Kostov
Wondering if that is on purpose (technical issue or design flaw due to which it is better this way)? While looking into how volume backup (VB) functions will it be possible to design a revert this way: 1.On the volume snapshot page a button that allows reverting original disk to this

Cloudstack backup framework

2021-06-29 Thread Yordan Kostov
Dear all, I have been playing around ACS backup capabilities (4.15 with XCP-NG) and noticed the following: 1. Full VM snapshot is short term solution for immediate revert after bad patch change 2. Volume snapshot is long term backup solution of VM data but metadata is

RE: VM console keeps pausing to the point of being unusable

2021-06-29 Thread Adam Witwicki
Hi Andrija, No there is no improvement with the console proxy and the instance being on the same host. It even affects the console of the console proxy itself. Thanks Ada, -Original Message- From: Andrija Panic Sent: 28 June 2021 17:05 To: users Subject: Re: VM console keeps

Re: How to use ansible for cloudstack initialization

2021-06-29 Thread Rohit Yadav
Hi, Here are some docs you can refer to: https://docs.cloudstack.apache.org/en/latest/developersguide/ansible.html https://docs.ansible.com/ansible/latest/scenario_guides/guide_cloudstack.html https://github.com/shapeblue/hackerbook/blob/main/hack/automation.md#ansible-and-cloudstack Hope this