Re: [DISCUSS] Apache CloudStack Quarterly Community Meeting (Virtual)

2025-01-09 Thread Jürgen Gotteswinter
Great Idea, will attend for sure. i would also love to see an IRC channel. But I am old. Am 08.01.25, 13:08 schrieb "Ivet Petrova" mailto:[email protected]>>: Hi all, Happy New Year everyone in the community with my best wishes for health and prosperity. During the last CloudStac

Re: [DISCUSS] Apache CloudStack Quarterly Community Meeting (Virtual)

2025-01-09 Thread Daan Hoogland
hey fellow old fellow, There used to be an IRC channel or two. but they were not very busy, as slack is now. I think having more DM channels will water down interaction, so I am not in favor of re-instating or adding channels. Not that I am against this. I am in favour as I am very much in favour

Re: OS Mapping Issue on KVM - Incorrect Detection of Guest OS

2025-01-09 Thread pavan aravapalli
Hi Francisco, Check these links. https://docs.cloudstack.apache.org/en/4.18.0.0/releasenotes/changes.html https://github.com/apache/cloudstack/pull/6348 Thank & Regards, Pavan. On Thu, 9 Jan 2025 at 15:55, Francisco Arencibia Quesada < [email protected]> wrote: > Hi Pavan, > Thanks

Re: [DISCUSS] Apache CloudStack Quarterly Community Meeting (Virtual)

2025-01-09 Thread pavan aravapalli
Hi, I am also interested and will attend. Thanks & Regards, Pavan. On Fri, 10 Jan 2025 at 05:48, Nux wrote: > Not official anymore, but a few old timers have bouncers parked in > irc.libera.chat/#cloudstack :) > > On 2025-01-09 08:07, Jürgen Gotteswinter wrote: > > Great Idea, will attend for

Re: KVM Host HA

2025-01-09 Thread Kiran Chavala
Hi Sai Please find the youtube video which shows how host ha works https://www.youtube.com/watch?v=oxdP36w1qqs&list=PPSV Docs https://cwiki.apache.org/confluence/display/CLOUDSTACK/Host+HA https://www.shapeblue.com/host-ha-for-kvm-hosts-in-cloudstack/ https://cwiki.apache.org/confluence/displ

Re: A possible bug in instance start for end users when a host is deleted

2025-01-09 Thread Kiran Chavala
Hi Eric I am not hitting the issue on the latest 4.20 release of cloudstack For a normal end user, it doesn’t consider the last host to start the virtual machine the startVirtualMachine Api call has the parameter “considerlasthost” for the admin user https://cloudstack.apache.org/api/apido

Re: [DISCUSS] Apache CloudStack Quarterly Community Meeting (Virtual)

2025-01-09 Thread Nux
Not official anymore, but a few old timers have bouncers parked in irc.libera.chat/#cloudstack :) On 2025-01-09 08:07, Jürgen Gotteswinter wrote: Great Idea, will attend for sure. i would also love to see an IRC channel. But I am old. Am 08.01.25, 13:08 schrieb "Ivet Petrova"

A possible bug in instance start for end users when a host is deleted

2025-01-09 Thread Eric Green
This appears to me to be a bug. Is it a known bug? I tried searching the Github bug list but Github's search function is awful. Cloudstack 4.19.1.3, Ubuntu 20.04 management server, Ubuntu 22.04 compute hosts, KVM hypervisor. Scenario: There are four physical hosts, A, B, C, D. Let's say they'r

Re: KVM Host HA

2025-01-09 Thread Nux
Host HA is known to break VM HA. Disable Host HA, possibly even oobm and try again. NFS is a requirement for VM HA, so make sure you keep that. On 2025-01-09 20:44, sai wrote: Hi All, In my CS I have enabled VM HA, Host HA and configured oobm as well and using nfs storage. I am testing HA and

Re: [D] Change volume label [cloudstack]

2025-01-09 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Change volume label @cdfgallo , depending on what you mean by label, there is an updateVolume API; https://cloudstack.apache.org/api/apidocs-4.20/apis/updateVolume.html. If your user has right to that , they can update the name. GitH

Re: [D] Change volume label [cloudstack]

2025-01-09 Thread via GitHub
GitHub user cdfgallo closed the discussion with a comment: Change volume label @DaanHoogland confirmed, thank you! GitHub link: https://github.com/apache/cloudstack/discussions/10173#discussioncomment-11789780 This is an automatically sent email for [email protected]. To unsubs

Re: [D] Change volume label [cloudstack]

2025-01-09 Thread via GitHub
GitHub user cdfgallo closed a discussion: Change volume label Hello everyone, is there a way to enable domain admins to change the label of the volume after they created it? Currently I can't see how to assign them the permission. Thank you! GitHub link: https://github.com/apache/cloudstack/

[DISCUSS]to disable the agent property setting `reboot.host.and.alert.management.on.heartbeat.timeout` by default

2025-01-09 Thread Slavka Peleva
Hello everyone, I would like to open a discussion to change the default value of the agent property `reboot.host.and.alert.management.on.heartbeat.timeout` to false. The default behaviour of the kvm agent is to check the storage heartbeat and, if it timeouts, to check the `reboot.host.and.alert.m

Re: A possible bug in instance start for end users when a host is deleted

2025-01-09 Thread Wei ZHOU
Hi Kiran, For backward compatibility, the `considerlasthost` is default to true if it is not set. The issue seems to be fixed in 4.19.1.0 by https://github.com/apache/cloudstack/pull/9037 However, I cannot find the changes in the code base of 4.19 branch. https://github.com/apache/cloudstack/blo

Re: A possible bug in instance start for end users when a host is deleted

2025-01-09 Thread Eric Green
Thanks, Wei. The log definitely stated that ‘considerlasthost’ was getting defaulted to true (and honestly that should be configurable because I really want the planner to start up the vm for users on whatever host has the most excess capacity at the moment), and that the so I was confused when

Re: [D] readonly access to account vm's [cloudstack]

2025-01-09 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: readonly access to account vm's @shulemmosko , you can define a new role and give it rules only for exactly what they need. ![image](https://github.com/user-attachments/assets/0adf6a6a-ab2c-49b8-865d-6ab808473a63) GitHub link: http

Re: OS Mapping Issue on KVM - Incorrect Detection of Guest OS

2025-01-09 Thread Francisco Arencibia Quesada
Hi Pavan, Thanks a lot for your help. I tried putting this on KVM cloudstack agent libvirt.vm.machinetype=q35, but it didn't work. Could you please point me to the url of [ 4.18.0.0 Improving code related to the Agent properties ] . Kind regards On Thu, Jan 9, 2025 at 7:20 AM pavan aravapalli wr

[D] Change volume label [cloudstack]

2025-01-09 Thread via GitHub
GitHub user cdfgallo created a discussion: Change volume label Hello everyone, is there a way to enable domain admins to change the label of the volume after they created it? Currently I can't see how to assign them the permission. Thank you! GitHub link: https://github.com/apache/cloudstack

KVM Host HA

2025-01-09 Thread sai
Hi All, In my CS I have enabled VM HA, Host HA and configured oobm as well and using nfs storage. I am testing HA and I powered off the Host after few minutes the Host went into " Down" state and didn't come back to normal state after several minutes but vm present on the host is in running state.