RE: Cloud-Init not working as per Cloudstack documentation

2024-08-14 Thread Alexandru Stan
Hi Jordan, The sudo line in the documentation is not correct (maybe a format issue?), I always got errors when doing sudo su with the created user. This works, however: sudo: ["ALL=(ALL) NOPASSWD:ALL"] -Original Message- From: jordan j Sent: Tuesday, August 13, 2024 6:26 PM To: use

Re: vm nic speed on kvm host

2024-08-14 Thread Jayanth Babu A
Hello Swen, Does iperf3 show 2 Gbps and scp only 1 Gbps? Thanks From: [email protected] Date: Tuesday, 13 August 2024 at 4:08 PM To: [email protected] Subject: AW: vm nic speed on kvm host Hi Jayanth, Iperf3 shows the full 2 Gbit bandwith when testing, still scp just can utilize 2 Gbit. H

Re: Cloudstack 4.19 Behavior with MariaDB Galera Cluster

2024-08-14 Thread Joan g
As Rohit mentioned, since the GET_LOCK function isn't supported here, could there be a risk of inconsistency* if both managers update the same row simultaneously*? @João Jandre Paraquetti Thank you pointing out I was connecting to 'cloud' DB for db.usage.uri Jon On Wed, Aug 14, 2024 at 9:59 AM

4.19.1 error: existing users cannot login if dynamic.apichecker.enabled

2024-08-14 Thread Janis Viklis | Files.fm
Hi, Existing users (role: User) cannot login (bypass login screen), if dynamic.apichecker.enabled is set to true. Main Admin user works fine. -- Janis

Cloudstack 4.19.1 and Xenserver 6.5 hosts?

2024-08-14 Thread Janis Viklis | Files.fm
Hi, is there a way to get Cloudstack 4.19 working with existing Xenserver 6.5 hosts? (Unable to setup agent 261 due to callHostPlugin failed for cmd: setIptables with args  due to There was a failure communicating with the plugin.) FULL LOG: 2024-08-14 14:02:24,707 DEBUG [c.c.a.m.AgentMan

Re: Using MacMini as a MacOS Host on Cloudstack

2024-08-14 Thread Ricardo Pertuz
Hi Rohit, do you have a link to learn a little bit more about this external deployment implementation? BR, Ricardo Pertuz On 13 Aug 2024 at 11:39 PM -0500, Rohit Yadav , wrote: > Hi Bryan, > > On the face of it, what you're exploring is unsupported. > > There’s an external deployment integr

RE: Using MacMini as a MacOS Host on Cloudstack

2024-08-14 Thread Alex Mattioli
In the past I've just run MacOS on top of ESX, it should run fine on KVM as well. If you want to ensure you don't break Apple's EULA you can install ESX or KVM on Apple hardware. Regards, Alex -Original Message- From: Bryan Tiang Sent: Wednesday, August 14, 2024 2:49 AM To: users

Re: [D] Preserve Client Source IP in Virtual Router [cloudstack]

2024-08-14 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Preserve Client Source IP in Virtual Router Ithought it was @senthilnathan-am . can you add the scenario you are using here, for people to reproduce the possible issue, please? GitHub link: https://github.com/apache/cloudstack/discu

Re: Cloud-Init not working as per Cloudstack documentation

2024-08-14 Thread jordan j
Thanks Alexandru, @Granwille Strauss , what I usually do in this sittuation (because cloud init can be a real pain): - start an instance - troubleshoot - change cloud-init config - run cloud-init clean - reboot the instance It is possible that DCHP hostname overwrites locally configured hostnam

Re: [D] Preserve Client Source IP in Virtual Router [cloudstack]

2024-08-14 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Preserve Client Source IP in Virtual Router > Why virtual router is not preserving source IP during port forwarding? Do you use vpc ? GitHub link: https://github.com/apache/cloudstack/discussions/9529#discussioncomment-10340955 --

Re: Cloudstack 4.19 Behavior with MariaDB Galera Cluster

2024-08-14 Thread Wei ZHOU
As I remember, GET_LOCK is supported if wsrep_on is ON in latest mariadb versions. -Wei On Wednesday, August 14, 2024, Joan g wrote: > As Rohit mentioned, since the GET_LOCK function isn't supported here, could > there be a risk of inconsistency* if both managers update the same row > simultane

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user Pearl1594 added a comment to the discussion: Unable to delete Zone If you are trying to decommission the zone, and this is a test environment, then you could mark all the templates of the zone as Inactive in the database. To get the list of all the Active templates ``` select dist

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user mimcdevitt added a comment to the discussion: Unable to delete Zone Thank you very much, this is a test environment. Will give that suggestion a try. GitHub link: https://github.com/apache/cloudstack/discussions/9532#discussioncomment-10341215 This is an automatically sent

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user jack99trade added a comment to the discussion: Unable to delete Zone Hi @Pearl1594 I am also getting error with POD deletion :- " Request failed. (530) The pod cannot be deleted because there are servers in this pod. " I have deleted All the instances, ISOs , templates , KVM hos

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user Pearl1594 added a comment to the discussion: Unable to delete Zone @jack99trade Based on the error message, it indicates that the pod has hosts - these hosts could be physical hosts or even SSVM / CPVM. You can check it be running the following: ``` select * from host where pod_id

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user mimcdevitt added a comment to the discussion: Unable to delete Zone I can get the list of templates but when I try to update to inactive I get the following error. SQL Error 1443: The definition of table template_view prevents operation UPDATE on table 'vm_template' Should the

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user mimcdevitt added a comment to the discussion: Unable to delete Zone Hi @Pearl1594 do you have any suggestions for my issue of being unable to update status of Templates to Inactives Thanks Mike GitHub link: https://github.com/apache/cloudstack/discussions/9532#discussioncomment-10

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user mimcdevitt edited a comment on the discussion: Unable to delete Zone Hi @Pearl1594 do you have any suggestions for my issue of being unable to update status of Templates to Inactive Thanks Mike GitHub link: https://github.com/apache/cloudstack/discussions/9532#discussioncomment-10

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user jack99trade added a comment to the discussion: Unable to delete Zone > @jack99trade Based on the error message, it indicates that the pod has hosts > - these hosts could be physical hosts or even SSVM / CPVM. You can check it > be running the following: > > ``` > select * from hos

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user mimcdevitt edited a comment on the discussion: Unable to delete Zone I can get the list of templates but when I try to update to inactive I get the following error. SQL Error 1443: The definition of table template_view prevents operation UPDATE on table 'vm_template' Should the

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user jack99trade added a comment to the discussion: Unable to delete Zone > I can get the list of templates but when I try to update to inactive I get > the following error. SQL Error 1443: The definition of table template_view > prevents operation UPDATE on table 'vm_template' > > Sho

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user mimcdevitt added a comment to the discussion: Unable to delete Zone Thanks, I can try with a single record but I have hundreds to do; I think I am running into an issue where MySQL doesn't allow updates to a table when the update involves a subquery that selects from a view that

Re: [D] Unable to delete Zone [cloudstack]

2024-08-14 Thread via GitHub
GitHub user jack99trade added a comment to the discussion: Unable to delete Zone > Thanks, I can try with a single record but I have hundreds to do; I think I > am running into an issue where MySQL doesn't allow updates to a table when > the update involves a subquery that selects from a view

Re: 4.19.1 error: existing users cannot login if dynamic.apichecker.enabled

2024-08-14 Thread Rohit Yadav
What errors if any do you see in the management server logs or UI? Regards. From: Janis Viklis | Files.fm Sent: Wednesday, August 14, 2024 4:34:49 PM To: [email protected] Subject: 4.19.1 error: existing users cannot login if dynamic.apichecker.enabled