Re: CloudStack HCI Appliance

2024-11-27 Thread Muhammad Hanis Irfan Mohd Zaid
Hi team from LINBIT, This looks really great that Cloudstack now has an easier way to deploy especially for those who are just trying to learn it (like me). I hope this question doesn't spark any issue but as someone who is new in the field of system engineering, I would like to know why the choi

Re: [D] About HA [cloudstack]

2024-11-27 Thread via GitHub
GitHub user tdtmusic2 edited a comment on the discussion: About HA Been there and this is not the way to do it. What you did is enable host HA and out-of-band management, not VM HA, and host HA, to my knowledge, does not work as it's intended. What you want is for the VMs to start on a differe

Re: [D] About HA [cloudstack]

2024-11-27 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: About HA Been there and this is not the way to do it. What you did is enable host HA and out-of-band management, not VM HA, and host HA, to my knowledge, does not work as it's intended. What you want is for the VMs to start on a differen

Re: [D] Shareable RAW disk [cloudstack]

2024-11-27 Thread via GitHub
GitHub user bkrosnov added a comment to the discussion: Shareable RAW disk Without something like SCSI reservations or storage fencing integrated the the in-VM cluster, data corruption will often occur when you disconnect/reconnect one of the hosts from the storage network. There is nothing th

Re: [RESULT][VOTE] Apache CloudStack 4.20.0.0

2024-11-27 Thread Ivet Petrova
Nope, it is here. I am just reminding to put them in the announcement so that there are some credits to you as a RM. Best regards, On 27 Nov 2024, at 18:48, João Jandre Paraquetti wrote: Hello, Ivet I believe I have sent you the quote and the picture some time ago, maybe the email got lo

Re: [RESULT][VOTE] Apache CloudStack 4.20.0.0

2024-11-27 Thread João Jandre Paraquetti
Hello, Ivet I believe I have sent you the quote and the picture some time ago, maybe the email got lost? I'll re-send it to you. Best regards, João Jandre On 11/27/24 11:22, Ivet Petrova wrote: Hi Joao, I would be happy to help on the blog post for the ACS blog. Do you have some draft? Rem

Re: null pointer exception when accessing networks

2024-11-27 Thread Wei ZHOU
Hi Winkler, try this select * from networks join projects on networks.account_id=projects.project_account_id where projects.removed is not NULL and networks.removed is NULL; -Wei On Wed, Nov 27, 2024 at 3:27 PM Winkler Marc (ID) wrote: > Thanks for the tip, Wei. I had a look at the database

RE: null pointer exception when accessing networks

2024-11-27 Thread Winkler Marc (ID)
Hi Wei Thank you very much for the sql query, I was able to solve it, after understanding the table relations. The project and accounts that the corresponding netwoks belonged to were changed to status "removed"/"Disabled" but the "removed" field was still set to "NULL". Bes wishes Marc ET

Re: [D] Shareable RAW disk [cloudstack]

2024-11-27 Thread via GitHub
GitHub user wido added a comment to the discussion: Shareable RAW disk > Hi, > > To weigh in here, this is a very dangerous feature and very hard to implement > correctly. > > The use cases I've seen require specific SCSI support from the underlying > storage for either "persistent reservati

Re: Migration from vmware to Cloudstack KVM

2024-11-27 Thread Pearl d'Silva
CloudStack has the VMware to KVM Migration tool which can be used for what you want to achieve. You may refer to the following resources: https://docs.cloudstack.apache.org/en/latest/adminguide/virtual_machines/importing_vmware_vms_into_kvm.html https://www.shapeblue.com/cloudstack-vmware-to-kvm-m

Migration from vmware to Cloudstack KVM

2024-11-27 Thread MP B
Hi there, I am working on the migration from vmware to cloudstack KVM platform...the vsphere vmware servers are 2 individual hosts(no HA, etc.,)...any possibility to migrate the all vm seamlessly from the standalone vmware host to cloudstack kvm platform...if yes let me know... Regards..

Re: [D] Backup Repository Tab Missing After Configuring NAS Backup Plugin on CloudStack 4.19.1.3 [cloudstack]

2024-11-27 Thread via GitHub
GitHub user leo79901 added a comment to the discussion: Backup Repository Tab Missing After Configuring NAS Backup Plugin on CloudStack 4.19.1.3 cool ! GitHub link: https://github.com/apache/cloudstack/discussions/9997#discussioncomment-11395610 This is an automatically sent email for u

Re: [D] Backup Repository Tab Missing After Configuring NAS Backup Plugin on CloudStack 4.19.1.3 [cloudstack]

2024-11-27 Thread via GitHub
GitHub user Pearl1594 added a comment to the discussion: Backup Repository Tab Missing After Configuring NAS Backup Plugin on CloudStack 4.19.1.3 @MarcoSpinaBZZ NAS backup & Recovery Plugin supported has been added in ACS 4.20 which should be released soon. GitHub link: https://github.com/a

RE: null pointer exception when accessing networks

2024-11-27 Thread Winkler Marc (ID)
Thanks for the tip, Wei. I had a look at the database but I cannot find relation between network and a project. Can you give me a hint, which table / relation makes that connection in the database? Best regards Marc ETH Zürich Marc Winkler ID Corporate Center OCT G 45 Binzmühlestrasse 130 80

Re: [RESULT][VOTE] Apache CloudStack 4.20.0.0

2024-11-27 Thread Ivet Petrova
Hi Joao, I would be happy to help on the blog post for the ACS blog. Do you have some draft? Remember I asked you also for a quote some time ago. We need to include it with a picture of you. Best regards, On 27 Nov 2024, at 16:20, João Jandre wrote: Hi all, After 192 hours, the vote for

[RESULT][VOTE] Apache CloudStack 4.20.0.0

2024-11-27 Thread João Jandre
Hi all, After 192 hours, the vote for CloudStack 4.20.0.0 *passes* with 6 PMC + 5 non-PMC votes. +1 (PMC / binding) * Boris Stoyanov * Rohit Yadav * Daan Hoogland * Nicolas Vazquez * Abhishek Kumar * Suresh Kumar Anaparti +1 (non binding) * Bernardo De Marco Gonçalves * Gabriel Santos * Rene Pe

Re: CloudStack HCI Appliance

2024-11-27 Thread Philipp Reisner
Hi Rohit, Thanks for the feedback. Right now, the installation wizard is proprietary to LINBIT. But we will consider opening it up in the following weeks. best regards, Philipp On Fri, Nov 22, 2024 at 4:37 PM Rohit Yadav wrote: > > This looks fantastic, looking forward to trying it out next w

Re: [D] Shareable RAW disk [cloudstack]

2024-11-27 Thread via GitHub
GitHub user krokodilerian added a comment to the discussion: Shareable RAW disk Hi, To weigh in here, this is a very dangerous feature and very hard to implement correctly. The use cases I've seen require specific SCSI support from the underlying storage for either "persistent reservations"

Re: null pointer exception when accessing networks

2024-11-27 Thread Wei ZHOU
It looks there is a dangling network belonging to a removed project -Wei On Wed, Nov 27, 2024 at 1:33 PM Winkler Marc (ID) wrote: > Hi CloudStack People > > > > After someone deleted a network (sadly I don’t know which one), we get the > following error when trying to access the “Networks” page

Re: [D] Instance does not scale [cloudstack]

2024-11-27 Thread via GitHub
GitHub user slavkap added a comment to the discussion: Instance does not scale @ahmadamirahmadi007, have you enabled the debug level in the logs? If it's enabled can you look for this job ID `805ea32a` there has to be a stack trace as to why it is failing GitHub link: https://github.com/apac

Re: [D] Instance does not scale [cloudstack]

2024-11-27 Thread via GitHub
GitHub user slavkap added a comment to the discussion: Instance does not scale @ahmadamirahmadi007 there is a fix [PR 4894](https://github.com/apache/cloudstack/pull/9894). It'll be included in CloudStack 4.19.2.0 and 4.20. I cannot recall correctly but as an alternative, the scale VM API cal

Re: [D] Instance does not scale [cloudstack]

2024-11-27 Thread via GitHub
GitHub user slavkap added a comment to the discussion: Instance does not scale @ahmadamirahmadi007, the message "Attaching memory device with size '525312' would exceed domain's maxMemory config size '524288'" comes from libvirt not a CloudStack's domain. From what I found you cannot exceed th

Re: [D] Instance does not scale [cloudstack]

2024-11-27 Thread via GitHub
GitHub user ahmadamirahmadi007 added a comment to the discussion: Instance does not scale this is my third offering and Dynamic scaling is enabled list serviceofferings id=b54f8fe1-0a73-427f-b888-041cc8de4e8d { "count": 1, "serviceoffering": [ { "cpuspeed": 1500, "created":

Re: [D] Instance does not scale [cloudstack]

2024-11-27 Thread via GitHub
GitHub user ahmadamirahmadi added a comment to the discussion: Instance does not scale https://gist.github.com/ahmadamirahmadi/b3856d5d0483561595d7822e615e946e I had several errors. And in lines 22 and 23 he told me that "enableDynamicallyScaleVm":"false" why? and i dont have any domain's maxM

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user verendrakalsi added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall i have commented the line and i get this output after running the ps command. ![image](https://github.com/user-attac

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user slavkap added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall @verendrakalsi, can you check that TCP port for libvirt is open? `netstat -lntp | grep libvirtd` this is in my lab ``` [

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall > Here is the screenshot from one of the server and it is same for all of them. can you remove the line `LIBVIRTD_AR

null pointer exception when accessing networks

2024-11-27 Thread Winkler Marc (ID)
Hi CloudStack People After someone deleted a network (sadly I don’t know which one), we get the following error when trying to access the “Networks” page in the Web-UI (and additionally when trying to execute cmk list networks. 2024-11-27 13:29:15,112 ERROR [c.c.a.ApiServer] (qtp660017404

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user verendrakalsi added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall As per the documentation https://docs.cloudstack.apache.org/en/latest/installguide/hypervisor/kvm.html#kvm-installat

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user verendrakalsi added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall not sure why all the details are not showing up, i have updated it. Anyways. I have 3 KVM hosts in same subnet and

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall > As per the documentation > https://docs.cloudstack.apache.org/en/latest/installguide/hypervisor/kvm.html#kvm-insta

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user verendrakalsi added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall Here is the screenshot from one of the server and it is same for all of them. ![image](https://github.com/user-attac

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user verendrakalsi added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall yes i did added it via cloudstacck UI and yes it was unsecure. I just secured it on all the hosts. Thank you for thi

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall > @verendrakalsi, can you check that TCP port for libvirt is open? > > `netstat -lntp | grep libvirtd` > > this is

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user verendrakalsi added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall Actually i am using ubuntu 22.04 as base OS not RHEL and yes Libvirt TCP connection is allowed GitHub link: https

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user btzq added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall @verendrakalsi can you explain bit more instead of just pasting the logs. GitHub link: https://github.com/apache/cloudstack/

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall @verendrakalsi can you check `/etc/default/libvirtd` if it has the following config ? ``` LIBVIRTD_ARGS="--listen"

Re: [D] Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall [cloudstack]

2024-11-27 Thread via GitHub
GitHub user slavkap added a comment to the discussion: Migration was refused connection to the destination. Please check libvirt configurations compatibility and firewall @verendrakalsi, are libvirt TCP connections allowed? The problem is that the connection was refused. This is for RHEL but p

Re: [D] Start combining multiple security issues in one release if applicable [cloudstack]

2024-11-27 Thread via GitHub
GitHub user GutoVeronezi added a comment to the discussion: Start combining multiple security issues in one release if applicable Hello @borisstoyanov Thanks for creating the discussion. We already have a private discussion regarding this topic; please, comment in that one. Furthermore, as s

Re: [VOTE] Apache CloudStack 4.20.0.0 RC3

2024-11-27 Thread Abhishek Kumar
+1 (binding) Tested upgrade from 4.19.0 to RC3 packages with a VMware env (2x VMware ESXi 7.0.3.0 hosts). The basic lifecycle was tested for VM, volume, accounts, etc. The only issue I faced was I had to restart the network with cleanup for deploying new VMs on an existing isolated network. Patch

Re: CloudStack HCI Appliance

2024-11-27 Thread Nischal P
HI Ravi Kumar, I am from Linbit The md5sum for the download of the ISO is 8e8eea34c464b68d153e1cb76794f06e We are trying to put this on the download site too. Thanks & Regards Nischal On Wed, Nov 27, 2024 at 12:42 PM Ravi Kumar Tenneti wrote: > This is great news and please publish MD5 check