Re: KVM VM does not allow to take a disk-only snapshot when VM is in running state

2023-01-20 Thread Daniel Augusto Veronezi Salvador
Hello, As Wei said, for VM snapshots, only disk+memory is supported for running VMs. However, ACS + KVM allow operators to take disk-only snapshots of specific volumes; for that, the global setting 'KVM.snapshot.enabled' must be 'true'. After changing it to 'true', one must logout and login

Re: [4.18][RELEASE] timeline

2023-01-09 Thread Daniel Augusto Veronezi Salvador
Hello Daan, The timeline LGTM. Best regards, Daniel Salvador (gutoveronezi) On 03/01/2023 06:39, Daan Hoogland wrote: Happy new year to all, I wish you enjoyment wisdom health and strength in your work and your private lives. I wish to inform you of my plans for the coming weeks as a Release

Re: How to dedicate host or cluster to projects?

2022-10-10 Thread Daniel Augusto Veronezi Salvador
Hello, Jorge Via UI it is not possible; however, the API for dedicating resources receives the parameters account and domainid. ACS creates an account for every project created (as found out). Therefore, you can call the APIs passing the name of the account created by ACS (the one with prefix

Re: IP address to use for consoleproxy.url.domain

2022-10-03 Thread Daniel Augusto Veronezi Salvador
Hallo Aufgabe, We experienced a similar situation while deploying our testing laboratory (QA). The configuration 'consoleproxy.url.domain' must be a value that would allow the console to connect with the Management Servers. As we did not want a domain for our QA and would just access it via

Re: Access to disk offerings for different domains

2022-09-06 Thread Daniel Augusto Veronezi Salvador
Hi Chris, Regarding your first doubt: - while creating disk offerings one can define storage tags to indicate in which storage (that matches with the tags) the volume should be created. Also, one can define the disk offering as not public and dedicate it to a set of domains. This way, the

Re: Add certificate SSL ConsoleProxy

2022-06-14 Thread Daniel Augusto Veronezi Salvador
Hi, Jonathan, It is a known bug, fixed with PR https://github.com/apache/cloudstack/pull/5682 in version 4.16.1.0. However, if you are not using ACS 4.16.1.0 or higher, there is a workaround for the situation: after filling the fields, set focus to the last field (*DNS domain suffix (i.e.,

Re: Dynamic VM Scaling KVM

2021-11-22 Thread Daniel Augusto Veronezi Salvador
for testing the > > feature. > > > > -Wei > > > > On Thursday, 18 November 2021, Daniel Augusto Veronezi Salvador < > > dvsalvador...@gmail.com> wrote: > > > > > Hi Abishek, Wei

Re: Dynamic VM Scaling KVM

2021-11-18 Thread Daniel Augusto Veronezi Salvador
Hi Abishek, Wei, I tested this feature with Ubuntu 20.04 + KVM. Some community members tested with CentOS7 and qemu-kvm-ev and it worked. Also, as live snapshots and live migrations, hotplug memory is a known limitation of qemu-kvm. I cannot give you advice regarding this replacement too, as I

Re: Dynamic VM Scaling KVM

2021-11-16 Thread Daniel Augusto Veronezi Salvador
Hi Abishek, It's already supported. The error you reported seems to be related to (according to logs presented by you) insufficient capacity of the environment when deploying the VM. It could be related to a lack of network (like DHCP) or compute (like RAM or CPU) resources, could you provide

Re: All cluster reboot when a Primary storage fails

2021-10-15 Thread Daniel Augusto Veronezi Salvador
Hi Mauro, On KVM's monitor, when there is an inconsistency on the heartbeat's file or heartbeat timeout is extrapolated several times, by default, the host is restarted. The PR 4586 (https://github.com/apache/cloudstack/pull/4586) already addressed this issue by externalizing a property,

Re: The RAM MEM inside KVM instance is not the same as it was set

2021-09-17 Thread Daniel Augusto Veronezi Salvador
Hi, Cristian, When ACS is deploying a VM, it defines a minimum memory|CPU to the VM, based on a calculation through the overprovisioning (defined mem|cpu speed / overprovisioning factor); Therefore, it will define a range of memory|CPU, even if it does not use scalable (dynamic) service

Re: [VOTE] Standard string lib

2021-09-13 Thread Daniel Augusto Veronezi Salvador
regards, Daniel On 2021/09/13 14:58:04, mario juliano grande-balletta wrote: > +1 > > yes, go for it! > > good idea > > > > > > > > On Mon, 2021-09-13 at 14:54 +, Daniel Augusto Veronezi Salvador > wrote: > > Hi All, > > > > W

Re: [VOTE] Standard string lib

2021-09-13 Thread Daniel Augusto Veronezi Salvador
Hi all, I sent it to the wrong mail list, please disregard this thread, thanks. Best regards, Daniel On 13/09/2021 11:54, Daniel Augusto Veronezi Salvador wrote: Hi All, We had a discussion about standardizing the string libs we're using (https://lists.apache.org/thread.html

[VOTE] Standard string lib

2021-09-13 Thread Daniel Augusto Veronezi Salvador
Hi All, We had a discussion about standardizing the string libs we're using (https://lists.apache.org/thread.html/r806cd10b3de645c150e5e0e3d845c5a380a700197143f57f0834d758%40%3Cdev.cloudstack.apache.org%3E). As I proposed, I'm opening this voting thread to see if all are in favor of using

Re: NFS Error Ubuntu 20.4

2021-07-08 Thread Daniel Augusto Veronezi Salvador
Hello John, This mount is done by the SSVM. Does the SSVM has access to the NFS you trying to use as a secondary storage? Best regards, Daniel Salvador On 08/07/2021 08:53, John wrote: We are having some issues with the latest CS 4.15.1 which we never had before. We are using the

Re: Downloading template 403 Forbidden Error

2021-07-06 Thread Daniel Augusto Veronezi Salvador
Hello, To access the Secondary Storagem VM, you need to connect in the SSVM's host and use the command *cloudstack-ssh, *with the IP available in *Link Local IP Address:***cloudstack-ssh x.x.x.x Best regards, Guto Veronezi On 05/07/2021 22:22, 조대형 wrote: Hi All. CloudStack 4.15.0.0

Re: Downloading template 403 Forbidden Error

2021-07-06 Thread Daniel Augusto Veronezi Salvador
Hello, Could you access the Secondary Storage VM and try to retrieve this content (via CURL, WGET...)? Best regards, Guto Veronezi On 05/07/2021 22:22, 조대형 wrote: Hi All. CloudStack 4.15.0.0 I have an error which is 403 Forbidden when I tried to download templates.

Re: Snapshots are not working after upgrading to 4.15.0

2021-06-17 Thread Daniel Augusto Veronezi Salvador
Hello Andrei, As yourself noticed, ACS has a hardcoded threshold for secondary storages. In cases that the secondary storage has large capacities, 10% can mean a lot of storage. There is an open PR (https://github.com/apache/cloudstack/pull/4790) that externalize this threshold to allow