Re: Consoleproxy VM is no longer created

2022-12-06 Thread Nux
There could be a few reasons. Make sure your management and hypervisor logs are set to DEBUG when you are investigating. If nothing shows up on the management side, keep an eye on the hypervisor, see if a VM creation is even attempted, check libvirt (or whatever) logs etc. --- Nux www.nux.ro

Re: VM Volume Limit 1024 GB

2022-12-06 Thread Nux
Check the user or domain limits. --- Nux www.nux.ro On 2022-12-06 10:15, Rafael del Valle wrote: Hi! I ​cannot create an instance with 2000 GB data volume despite available resources in ACS 4.16.1. I get a message: VM Creation failed. Volume size: 2000GB is out of allowed range. Max: 1024

Re: Issues with Rocky 9.1 qcow2 image

2022-12-06 Thread Nux
dit the appropriate vmlinuz entry. My hunch is that this being a generic image (made mostly with EC2 and possibly Openstack in mind) they send all output to a serial console instead of vga, so you would need to remove any parameters such as console=ttyS0 and then boot it. --- Nux www.nux.r

Re: VMs HA not working with Ceph

2022-12-05 Thread Nux
reboot if they see it goes away - this behaviour can be customised if you want to (and know what you are doing): https://github.com/apache/cloudstack/blob/a63b2aba7aa3948f78d280a356c550c6638a137b/scripts/vm/hypervisor/kvm/kvmheartbeat.sh#L162 HTH --- Nux www.nux.ro On 2022-12-02 07:02, Ranj

Re: Redirect HTTP 8080 to HTTPS 8443 on Cloudstack 4.17.1.0

2022-12-05 Thread Nux
I never bothered to do this in Cloudstack, I always used Apache to terminate SSL and do proxy requests, you can of course use any other web servers for this (nginx, lighttpd). --- Nux www.nux.ro [11] On 2022-12-02 13:58, Granwille Strauss wrote: Hi Guys Would like to follow up on this

Re: Console View Not Working

2022-12-05 Thread Nux
ing A records as the above for all of them, as you won't necessarily know which IP a system VM will use (during the lifecycle of Cloudstack, as you create and delete them). HTH --- Nux www.nux.ro [1] On 2022-12-05 10:53, Granwille Strauss wrote: Hi Guys Just a quick question, when

Re: Console View Not Working

2022-11-21 Thread Nux
hypervisor or on any firewall device between management server and hypervisor. --- Nux www.nux.ro [1] On 2022-11-21 10:47, Granwille Strauss wrote: Hi Nux Thanks for the update. I ssh'd into the CPVM and when I run `telnet HV_Private_IP 5900` I get no route error. But if I do this with my wo

Re: Console View Not Working

2022-11-21 Thread Nux
Oh and make sure to use the "management IP" of the HV as that's what the CPVM uses. --- Nux www.nux.ro [1] On 2022-11-21 10:13, Nux wrote: From the CP VM can you reach the VNC consoles of the instances? ie from the CP VM can you run eg: telnet Hypervisor-IP 5900 (or

Re: Console View Not Working

2022-11-21 Thread Nux
From the CP VM can you reach the VNC consoles of the instances? ie from the CP VM can you run eg: telnet Hypervisor-IP 5900 (or whatever is the port, check on the HV) --- Nux www.nux.ro [11] On 2022-11-21 05:44, Granwille Strauss wrote: Hi Guys Any advice on this? On 11/19/22 08:26

Re: General Questions regarding Cloudstack

2022-11-21 Thread Nux
To add to "concern 2", you can use pgbench to compare between bare metal and VM, it's the benchmarking tool from PostgreSQL DB which should be very handy in your situation. --- Nux www.nux.ro On 2022-11-21 05:54, Vivek Kumar wrote: Hello Bryan, For concern 1- There are co

Re: [PROPOSAL] postpone 4.18 to the new year

2022-11-01 Thread Nux
+1 postponing --- Nux www.nux.ro On 2022-10-29 09:25, Daan Hoogland wrote: Users and devs, I announced to start the releasing by end of October [1] but I think we have a lot of promising PRs that would really make this release worthwhile. At the same time the noteworthy features that are in

Re: Windows Server - Admin and Password

2022-11-01 Thread Nux
tack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download HTH --- Nux www.nux.ro On 2022-11-01 18:16, Ricardo Pertuz wrote: Hi, I’m trying to launch a Windows Server so I understand that when deploying a Windows machine I have add a private key however the returned passw

Re: Cloudstack Support

2022-10-26 Thread Nux
etting certified. Re support, I believe Indiqus are also offering something, but don't know the details or if it matches your requirements. HTH --- Nux www.nux.ro [11] On 2022-10-26 15:45, Granwille Strauss wrote: Hi Guys Other than Shape Blue, do you know of any other service providers tha

Re: way to find vm which does nothing

2022-10-25 Thread Nux
See if there's anything you can get out of virt-top. There's a "batch mode" available as well as other handy parameters. --- Nux www.nux.ro On 2022-10-25 14:05, Piotr Pisz wrote: Hi, Is there any way to find vm which does nothing? Low consumption of cpu or io. Pref

Re: security within same network?

2022-10-19 Thread Nux
Can't tell you right now off the top of my head, but try to do it from the UI to your liking, then see in management-server.log and api.log what calls are being done and try to do the same from a cloudmonkey/api script later for your automation. --- Nux www.nux.ro [1] On 2022-10-19

Re: security within same network?

2022-10-18 Thread Nux
, firewall etc. --- Nux www.nux.ro [1] On 2022-10-18 13:26, jordan j wrote: Thanks Wei, that has already been increased to 20 . The question is the hypervisor interfaces per vm as each network uses 1. @Nux in regards to the security groups for XCP-NG is this only for Basic Zone or Advanced zoning

Re: security within same network?

2022-10-18 Thread Nux
Hello, AFAIK you can have a security group zone with XCP, though you must make sure you use bridges for your network, not openvswitch. --- Nux www.nux.ro On 2022-10-17 11:26, jordan j wrote: Hey everyone, Do you have any proposals for securing vms within the same network? I

Re: Error code 530 : errortext Insufficient capacity when adding NIC to VM

2022-10-17 Thread Nux
Hello, The mailing list strips attachments, we can't see the image, please send the actual log instead. Make sure the log is set to DEBUG, then try to repeat the problem. http://www.nux.ro/How%20to%20enable%20DEBUG%20mode%20in%20Cloudstack/ --- Nux www.nux.ro [1] On 2022-10-17 06:29

Re: Dissimilar host OS within the same cluster - Not allowed?

2022-10-13 Thread Nux
OR you can modify the existing entries in the table to say "Ubuntu", this might be easier actually as it doesn't require messing with the shell script. Be careful though as upon restart cloudstack-agent might check the OS again and update the table, so keep an eye on it. ---

Re: Dissimilar host OS within the same cluster - Not allowed?

2022-10-13 Thread Nux
you have migrated all your CentOS servers, you can edit the "host_details" DB table and replace CentOS with Ubuntu. --- Nux www.nux.ro On 2022-10-13 15:51, Nux wrote: Hi, Cloudstack tries to keep that demarcation between OSes so as to maintain some sort of compatibility where softwar

Re: Dissimilar host OS within the same cluster - Not allowed?

2022-10-13 Thread Nux
nother pod. --- Nux www.nux.ro On 2022-10-13 15:28, S.Fuller wrote: I am working to transition the host OS for my Cloudstack 4.11.3 hosts from CentOS to Ubuntu. I was able successfully bring up a new Ubuntu host with Cloudstack and wanted to have it be part of an existing cluster, but after att

Re: Drivers

2022-10-12 Thread Nux
Hi, Make sure you have the virtio drivers installed. Linux has them by default, but Windows opted not to have support for it, so you will have to do it for them. If you do not use virtio devices (ie paravirt) your IO will suffer. --- Nux www.nux.ro [11] On 2022-10-12 15:13, Granwille

Re: Cannot find storage pool

2022-09-29 Thread Nux
If you have a firewall between hosts and NFS server turn it off and try again. Also try to force NFS protocol v3 or 4, see if it makes a difference. --- Nux www.nux.ro [10] On 2022-09-29 13:28, Granwille Strauss wrote: The problem is back again. I tried creating new volume snapshot again

Re: Reconnecting KVM host after agent.properties became empty

2022-09-28 Thread Nux
tart backing up /etc :) --- Nux www.nux.ro On 2022-09-28 14:58, Antoine Boucher wrote: Hello, I noticed that the agent.properties configuration file in one of my KVM host is became empty and I do not have a saved copy. This specific host is the only host in a Zone. What would be the best practice to r

Re: Lost of a KVM host with VMs on Local storage

2022-09-28 Thread Nux
t; if your hypervisor is completely gone, as you have noticed, in the DB there are references to both hypervisor and storage pool that would need messing with. --- Nux www.nux.ro On 2022-09-28 15:43, Antoine Boucher wrote: Hello, We have a few high iops VMs running on local storage on some of our

Re: [VOTE] Apache CloudStack 4.17.1.0 (RC2)

2022-09-14 Thread Nux
+1 (binding) --- Nux www.nux.ro On 2022-09-14 10:40, Abhishek Kumar wrote: Hi All, I've created a 4.17.1.0 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/tree/4.17.1.0-RC20220914T1258 C

Re: [VOTE] Apache CloudStack 4.17.1.0 (RC1)

2022-09-07 Thread Nux
+1 (binding) from me based on the testing I've done. --- Nux www.nux.ro On 2022-09-07 13:50, Abhishek Kumar wrote: Hi All, I've created a 4.17.1.0 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/tre

Re: VM Performance after Template Upload

2022-09-07 Thread Nux
or similar. Another thing you can look at, is whether the qcow2 file they upload is funky in any way, ie look at compat, cluster_size and compare with a file in your cloud that you know works well. You can use "qemu-img info file.qcow2" for this. hth --- Nux www.nux.ro On 2022-0

Re: Terraform Cloudstack module

2022-08-06 Thread Nux
Thanks Niclas, sharing is caring. :) --- Nux www.nux.ro [1] On 2022-08-03 18:04, Niclas Lindblom wrote: And of course as soon as I posted this I realised my own stupidity, but I thought I share it. I store some static key pair values in Consul that are retrieved by the Consul Terraform

Re: [PROPOSE] CloudStack 4.17.1.0 release and RM

2022-08-03 Thread Nux
+1, thanks for volunteering Abhishek. You'll do a great job. --- Nux www.nux.ro On 2022-08-02 18:37, Abhishek Kumar wrote: Hi all, I would like to propose and put myself forward as the release manager for the 4.17.1.0 release. My colleague Nicolas Vazquez will support me as the co-RM fo

Re: Certificate Expired

2022-06-21 Thread Nux
Have you tried reconfiguring the cert on that host? There's a UI button for it in the host page as well as an API call: --- Nux www.nux.ro [1] On 2022-06-20 17:12, Bs Serge wrote: Hypervisor: KVM Management OS: Centos 8 Host OS: Centos 8 CloudStack 4.15.0.0 Hi all, Cloudstack was wo

Re: PCI device pass-through

2022-06-10 Thread Nux
Hello, Have you seen this? https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enable+additional+configuration+metadata+to+virtual+machines --- Nux www.nux.ro On 2022-06-09 17:14, Andrey Smirnov wrote: Hi, I am having some troubles with making a PCI device available for guests, while

Re: lift-and-shift tools/methods

2022-06-09 Thread Nux
lower. HTH --- Nux www.nux.ro On 2022-06-09 09:05, Nikolaos Tsinganos wrote: Hi Daan, I guess I didn't give the appropriate description of the situation in the first place. VM ingestion is a great and useful feature, but what if the VMware VMs are on a remote site that I cannot directly

Re: [VOTE] Apache Cloudstack 4.17.0.0 RC3

2022-05-27 Thread Nux
+1 (binding) Thanks Nicolas. Tested with KVM & XCP-Ng advanced zones. --- Nux www.nux.ro On 2022-05-24 16:30, Nicolas Vazquez wrote: All, For testing purposes, I have uploaded convenience packages to: https://download.cloudstack.org/testing/4.17.0.0-RC3/ The system VM template ca

Re: Odp: Odp: Cludstack vm backup

2022-05-27 Thread Nux
"kvm snapshot" is enabled in the Global Settings btw. --- Nux www.nux.ro [1] On 2022-05-27 14:55, vas...@gmx.de wrote: Maybe it would be usefull to provide some more information regarding the different "snapshots" which are availeable. As far as I am aware we have - Volume

Re: Odp: Odp: Cludstack vm backup

2022-05-27 Thread Nux
You can have that, it's called "recurrent snapshots", in the UI you will find it under the "clock" icon when in the Volume page. https://cloudstack.apache.org/api/apidocs-4.16/apis/createSnapshotPolicy.html --- Nux www.nux.ro [5] On 2022-05-27 10:41, Mariusz Wo

Re: Odp: Cludstack vm backup

2022-05-27 Thread Nux
Thers is no backup driver for KVM at this time and there is none in development either, afaik. You could always count on the volume snapshot feature, especially if you stick to single-disk/volume VMs. HTH --- Nux www.nux.ro [5] On 2022-05-27 09:34, Mariusz Wojtarek wrote: So there is

Re: Letsencrypt SSL for Cloudstack

2022-05-18 Thread Nux
That's interesting, I'd be curious to read a more technical presentation of this. --- Nux www.nux.ro [1] On 2022-05-18 10:16, Travis Romero wrote: I pointed my consoleproxy vm to the domain in my nginx proxy as well so it's working as intended including websockets. -- Tr

Re: Letsencrypt SSL for Cloudstack

2022-05-18 Thread Nux
Terminating SSL in another web server is certainly something that can be done, many prefer it this way, however this will not enable SSL for the console proxy VM.. So all your web consoles will go over regular HTTP. --- Nux www.nux.ro On 2022-05-18 10:09, Travis Romero wrote: I actually

Re: Letsencrypt SSL for Cloudstack

2022-05-18 Thread Nux
/securing-cloudstack-4-11-with-https-tls/ (search for cloudmonkey upload customcertificate) --- Nux www.nux.ro On 2022-05-17 22:26, Ricardo Pertuz wrote: Is there anyway to automate this with certbot or similar? On 16/05/22, 9:44 AM, "Wei ZHOU" wrote: Hi Travis, Please try the

Re: ACS 4.16.1 ::XCP-ng 8.2.1 CS Guest VM can't communicate with virtual routers when they are on different hosts

2022-04-07 Thread Nux
Hi, Yes, this is a typical sign of a misconfigured network. Make sure both hypervisors have an identical network configuration and you have trunked the required vlans on their respective switch ports. --- Nux! www.nux.ro [1] On 2022-04-07 07:43, Midhun Jose wrote: Hi @All, I'm

Re: CloudStack Collaboration Conference 2022 - November 14-16

2022-04-05 Thread Nux
+1 to travel and face 2 face :) --- Nux! www.nux.ro On 2022-04-05 15:45, Ivet Petrova wrote: Hi all, I am working on the idea for the CloudStack Collaboration Conference 2022. I was thinking that this time we can make it as a hybrid event and the end of the year - November 14-16th. We will

Re: ACS 14.16.1::XCP-ng 8.2.1 - Secondary storage mount issue|Volume Snapshot

2022-04-04 Thread Nux
Hi, What Vivek said, also make sure there is no firewall between hypervisor and sec storage, or at least disable it temporarily to rule things out. NFSv3 and v4 are slightly different at network level, some port difference etc. --- Nux! www.nux.ro On 2022-04-05 07:25, Vivek Kumar wrote

Re: Migration fail - Unable to find the target datastore

2022-03-30 Thread Nux
Hi, Isn't it this all over again? https://github.com/apache/cloudstack/issues/4187 --- Nux! www.nux.ro On 2022-03-29 20:08, cristian.c@istream.today wrote: I forgot to mention that I was trying first to migrate the volume and start the VM, but I get error on trying to migrate the v

Re: Boot VM into BIOS after deployment

2022-03-30 Thread Nux
Agreed --- Nux! www.nux.ro On 2022-03-29 12:15, vas...@gmx.de wrote: Hi Nux, thanks again for your advice. Until know i didn't had to deal with this myself, too. How ever: We are now getting more and more compliance guides explecitly stateing the use of UEFI as well as secure boot. The

Re: Boot VM into BIOS after deployment

2022-03-28 Thread Nux
Yes, indeed. With UEFI you do get some sort of "bios" interface. Personally I've never needed UEFI so I've stayed away from the extra complications. --- Nux! www.nux.ro On 2022-03-28 14:30, vas...@gmx.de wrote: hi Nux, Personally i didn't want to change something 😄

Re: Boot VM into BIOS after deployment

2022-03-28 Thread Nux
There is no BIOS for KVM afaik, same for Xen. All the stuff you might want to change in a traditional BIOS interface can be done via command line parameters. What exactly do you want to change? --- Nux! www.nux.ro On 2022-03-28 13:46, Daan Hoogland wrote: I think the boot into bios option

Re: Isolated Networks and VPC in SG enabled Advanced Zone

2022-03-28 Thread Nux
Hi Mevludin, Indeed, you need to reinstall without Security Groups if you want VPC. Depending on what features you are after Security Groups can be sufficient, so do weigh your options. The other features you are talking about are not in Cloudstack right now. --- Nux! www.nux.ro On 2022

Re: Virtual Router /etc/hosts File

2022-03-21 Thread Nux
Your best bet is to use DNS instead, there is no way to make /etc/hosts permanent. --- Nux! www.nux.ro On 2022-03-21 11:27, Serge Byishimo wrote: Hi all, I would like to know how to make my added IPs in the /etc/hosts file permanent. It seems every time cloudstack is restarted for some

Re: [ANNOUNCE] Next PMC Chair & VP Apache CloudStack Project - Simon Weller

2022-03-17 Thread Nux
Congratulations, Simon! :-) --- Nux! www.nux.ro On 2022-03-17 09:55, Gabriel Beims Bräscher wrote: Hello, all CloudStack community! It gives me great pleasure to announce that the ASF board last night accepted our PMC's nomination of Simon Weller as the next PMC Chair / VP of the A

Re: Adding management network and storage network to created root managed VM

2022-03-13 Thread Nux
Can't quite wrap my head around that question, can you please rephrase, add more details? --- Nux! www.nux.ro On 2022-03-11 23:51, Antoine Boucher wrote: Hello, Is there any clever way to add the management or the storage network to a created root managed VM? Regards, Antoine An

Re: Cloudstack Mgnt Server got stuck

2022-03-10 Thread Nux
Hi Ricardo. What version are you running and can you send the full log? --- Nux! www.nux.ro On 2022-03-10 16:10, Ricardo Pertuz wrote: Hi team, After an energy failure, the database rebooted and I’m getting this log in Mgnt Server DEBUG [c.c.u.d.VersionDaoImpl] (main:null) (logid:) Checking

Re: How are you monitoring Cloudstack?

2022-03-08 Thread Nux
Shiv, Agreed 100%. --- Nux! www.nux.ro On 2022-03-08 16:31, K B Shiv Kumar wrote: Hi Nux, I’d like to give another perspective here… Monitoring ACS entails the following… Reading ACS DB (yes, in many cases you will need to/find it simpler) Calling API/cloudmonkey Calling custom scripts

Re: How are you monitoring Cloudstack?

2022-03-07 Thread Nux
Hi Vladimir, Thanks for the elaborate reply. Can you let me know which api calls you used to determine VM stats, especially the inaccurate ones? Regards --- Nux! www.nux.ro On 2022-03-07 13:56, Vladimir Dombrovski wrote: Hello all, After having tried to collect the correct metrics from

Re: Kubernetes ClusterAPI integration

2022-03-07 Thread Nux
Hi Vladimir, It looks like a CAPI provider for Cloudstack was developed already and is now ready to be used, see the announcement. https://markmail.org/thread/qmrc42csrqhpsv5m --- Nux! www.nux.ro On 2021-10-15 17:04, Vladimir Dombrovski wrote: Hello, We are currently looking into using

Re: [SHARE] CAPC - Kubernetes CAPI Provider for Apache CloudStack

2022-03-07 Thread Nux
Well done and thanks! --- Nux! www.nux.ro On 2022-03-07 12:43, Rohit Yadav wrote: Hi all, I thought everybody would like to know that my colleagues and I at ShapeBlue have been recently working on a Kubernetes CAPI provider for Apache CloudStack (CAPC, https://github.com/aws/cluster-api

Re: How are you monitoring Cloudstack?

2022-03-07 Thread Nux
Thanks Benoit, will have a look at those. Knew about Zenoss, but I'm new to Centreon. --- Nux! www.nux.ro On 2022-03-07 10:10, benoit lair wrote: Hi, We are now using Centreon with a custom autodeclaration feature done with our own templates (now acs 4.16 in production) If we ca

Re: How are you monitoring Cloudstack?

2022-03-07 Thread Nux
Hi Paul, Thanks, I have noticed the same. For VM info you can have a look at libvirt_exporter which you can run on each KVM hypervisor and gets you pretty good information. --- Nux! www.nux.ro On 2022-03-06 15:40, Paul Angus wrote: Hi Nux, At Ticketmaster we use the Prometheus exporter

Re: microvm support

2022-03-03 Thread Nux
ss" type of workloads, or indeed sell such thing publicly. I can see why Amazon wants Firecracker, it goes with their narrative (and "hype" may I add) for "serverless". PS: Opennebula is pretty nice, love the "contextualisation", very powerful; but yeah, quirky

Re: Corruption on SSVM

2022-03-03 Thread Nux
Yes, indeed. I'd be taking a deep look at the underlying storage platform, something's afoot. On 2022-03-03 08:55, Jeremy Hansen wrote: I assume I would have to destroy the vm and allow it to launch a new one? Will that allocate a new disk image to get rid of whatever corruption I'm seei

Re: How are you monitoring Cloudstack?

2022-03-02 Thread Nux
nks :) On 2022-02-21 14:38, Nux! wrote: Hi folks, If anyone cares to share (on or off list) with me a few words about how they are monitoring Cloudstack and related infrastructure that'd be lovely. I'm trying to find out what are the choices currently and how we can improve the over

Re: Cloudstack without a router?

2022-02-28 Thread Nux!
if there are any changes you can do to integrate it in your environment. Don't forget, none of said networks actually need to use "public" IPs, you can operate entirely in the realm of RFC 1918, this may help you juggle things around. --- Nux! www.nux.ro [1] On 2022-02-28 07:25,

Re: Volume Snapshot in VMware

2022-02-22 Thread Nux!
Hi, That sounds like a bug. Which versions of ACS/VMWare are you on? On 2022-02-22 10:15, Vivek Kumar wrote: Hello Guys, We do have a feature in CloudStack to take a volume snapshot, it means it will take the copy of the disk and put into the secondary storage. But when we have VMware as hyp

How are you monitoring Cloudstack?

2022-02-21 Thread Nux!
Hi folks, If anyone cares to share (on or off list) with me a few words about how they are monitoring Cloudstack and related infrastructure that'd be lovely. I'm trying to find out what are the choices currently and how we can improve the overall experience. Don't be shy! Cheers

Re: How to integrate HDFS to CloudStack

2021-10-20 Thread nux
IS HDFS still a thing? :) I thought those things were horrible and slow. Anyway, you can in theory use it via a "shared mount point" type of primary storage. I hope you are on KVM or XCP-ng. Why not look at more modern stuff such as CEPH or at least Glusterfs? Regards On 2021-10-20 16:24, Iv

Re: Copy Template - client denied by server configuration

2021-10-19 Thread nux
Hi, It looks like a possible misconfiguration on the server side on sec storage vm. See if in the Apache2 httpd config there is an "allow from all" for /var/www/html/copy or parent dir. HTH On 2021-10-16 17:20, cristian.c@istream.today wrote: Hello, New zone, new error 😊. This err

Re: ACS 4.15.1 / XCP-NG 8.2

2021-10-19 Thread nux
Hello, Give this a read, see if helps. https://users.cloudstack.apache.narkive.com/f1vzARuw/dynamic-scaling-of-cpu-and-ram-not-working#post8 HTH On 2021-10-19 14:42, benoit lair wrote: Hello, I am trying to scale up a Debian VM from 4Go to 8Go ram I ran into the following error : 2021-10-19

Re: [DISCUSS] Rocky 8.4 and CloudStack

2021-06-22 Thread nux
Hi, Drop support for CentOS8, 8-Stream or both? Regards On 2021-06-22 08:41, Rohit Yadav wrote: All, With GA release of Rocky Linux 8.4 (https://docs.rockylinux.org/release_notes/8.4) does it make sense now to completely drop support for CentOS8 in the next major release? I did a quick test a

Status of Terraform?

2021-05-13 Thread nux
Hi, Noticed quite a few discussions lately about taking over the provider module from Hashicorp, but I'd like to know whether any of you can share opinions on the current state of Terraform support for Cloudstack? Is it something that can be used in production today? Any comments, gotchas et

Hostbill struggles

2021-03-30 Thread nux
Hi, In the hope I am not the only poor soul trying to use Hostbill with Cloudstack, has anyone managed to get it working? Need some help. I have successfully created products linked to Cloudstack2 module, tried my best at configuring it, however several hours later I am yet to produce an act

Re: Experiences with KVM, iSCSI and OCFS2 (SharedMountPoint)

2021-01-22 Thread nux
Sounds great, keep us posted. A good solution for using iSCSI/SAN/etc would be great, as it is one of the bigger let-downs of Cloudstack (or should I say, ACS+KVM/libvirt combo). PS: NVMeOF sounds like a game changer, wasn't even aware of it, thanks for mentioning. I would need to test t

Re: Experiences with KVM, iSCSI and OCFS2 (SharedMountPoint)

2021-01-21 Thread nux
Well, there you go.. On 2021-01-21 18:50, Simon Weller wrote: We used to use CLVM a while ago before we shifted to Ceph. Cluster suite/corosync was a bit of a nightmare, and fencing events caused all sorts of locking (DLM) problems. I helped a CloudStack user out a couple of month ago, after the

Re: Experiences with KVM, iSCSI and OCFS2 (SharedMountPoint)

2021-01-21 Thread nux
Hi, I used SharedMountPoint a very long time ago with GlusterFS before Cloudstack had native integration. Don't remember the details, but overall my impression was that it worked surprisingly well, of course back then there weren't as many feature, so less stuff to test. I would give it a go.

Re: Billing cloudstack

2020-08-18 Thread nux
Thank you all for your answers, more than I expected. :) Lucian On 2020-08-17 16:34, n...@li.nux.ro wrote: Hi, For the folks running and billing their own Cloudstacks, what do you use? Looking for a nice self-service solution (billing perspective). We run Ubersmith for other things, but it's n

Billing cloudstack

2020-08-17 Thread nux
Hi, For the folks running and billing their own Cloudstacks, what do you use? Looking for a nice self-service solution (billing perspective). We run Ubersmith for other things, but it's not great with Cloudstack. I noticed HostBill has a module for it. Any opinions on this? Other ideas welcome

Re: Configuring HTTPS for UI

2020-08-05 Thread nux
Hi, I've found it much easier to just put Apache httpd in front and do SSL there then proxy to Jetty, ie with the following code in the vhost config: AddDefaultCharset Off ProxyPass /client http://localhost:8080/client ProxyPassReverse /client http://localhost:8080/client HTH On 2020-08-0

Re: [DISCUSS] Management server default port conflict

2020-07-01 Thread nux
+1, agree with Rohit On 2020-07-01 08:34, Rohit Yadav wrote: I think we can document in our CloudStack qig/release/install notes to say users must disable cockpit on CentOS8. Here are my 2paisas; * Most users using CentOS (7/8) won't use a single-host specific management tool/UI such as coc

Re: VRRP issue in guest machine

2020-06-24 Thread nux
ht be wrong. @Nux! do you recall such issue, or was it my imagination? On Wed, 24 Jun 2020 at 14:12, Rahimov Sherzodjon Murodjon o'g'li wrote: We faced a problem with VRRP running on guest machines in our Cloudstack 4.13.0.0<https://4.13.0.0> cluste with KVM as a hypervisor.

Re: VRRP issue in guest machine

2020-06-24 Thread nux
2020-06-24 14:26, Andrija Panic wrote: Hm... I recall there was some issue trying that with security groups, but I might be wrong. @Nux! do you recall such issue, or was it my imagination? On Wed, 24 Jun 2020 at 14:12, Rahimov Sherzodjon Murodjon o'g'li wrote: We faced a problem

Re: [DISCUSS] New default template

2020-06-03 Thread nux
Hi, I'd like to restate my previous stance on this which is - if not to have a proper "market place" of trusted and tested templates - at least to cover the popular ones. The basics imho would be CentOS and Ubuntu, with this we cover 99% of the user requirements. I'd propose to go with the lat

Re: Cloudstack meter traffic

2020-06-02 Thread nux
Hello, I did that by using Prometheus with libvirt_exporter on the hypervisors. On 2020-06-02 01:32, 조대형 wrote: Hi Everyone. Does anyone who implement traffic sentinel in cloudstack to meter guest VM traffic? Please, share the knowledge with me. Thanks,

Re: [ANNOUNCE] Apache(R) CloudStack(R) Release 4.14 (LTS)

2020-05-27 Thread nux
Awesome release, thanks! On 2020-05-26 11:08, Andrija Panic wrote: Announcing Apache® CloudStack® LTS Release 4.14 The Apache CloudStack project is pleased to announce the release of CloudStack 4.14. Apache CloudStack 4.14.0.0 is a 4.14 LTS release with over 15 major new features, and ove

Re: Disabling security groups

2020-05-26 Thread nux
Ah, right. I don't believe you can do this yet, not with SG zone at least. One thought, in 4.14 (released today) there is a new feature though called "KVM agent hooks". From what I understand it should be possible to run a script that would maybe clear the SG for the VM. https://github.com/ap

Re: Disabling security groups

2020-05-26 Thread nux
Actually perhaps this new feature in 4.14 can be of help! https://github.com/apache/cloudstack/pull/3639 On 2020-05-26 10:34, n...@li.nux.ro wrote: Hi, I don't think so, that would be lovely, but the feature is missing afaik. Do you want to add a private network to your VMs? On 2020-05-25

Re: Disabling security groups

2020-05-26 Thread nux
Hi, I don't think so, that would be lovely, but the feature is missing afaik. Do you want to add a private network to your VMs? On 2020-05-25 17:31, Fariborz Navidan wrote: Hello, Is there any way to disable security groups in an advanced zone so we can adda L2 Network? Thanks

Re: slow performance of vm on gluster

2020-04-24 Thread nux
Hi, I would not use Gluster in production for VM workloads, perhaps as secondary storage where there are mostly sequential writes involved rather than load of random I/O, it would be fast at that. CEPH is a much better choice, it's user base is an order of magnitude larger and so many more p

Re: Creating Windows Server 2019 templates with cloudbase init

2020-01-14 Thread nux
It's quite possible. I try to do the minimum where Windows is concerned, so I stopped at using the old CloudInstanceManager when I saw it's working. On 2020-01-14 13:28, simon.voel...@zv.fraunhofer.de wrote: Hi, I believe that having to set a new password after it has been reset is supposed

Re: Creating Windows Server 2019 templates with cloudbase init

2020-01-14 Thread nux
Hi, This could be a bug (or undocumented feature, ahem) with cloudbase-init. Despite efforts I never got it to work reliably in the past, not sure about now. Have you tried using CloudInstanceManager.msi for setting the password? It still works for me. What I do is set up the template with a

Re: Temporarily disabling API requests

2020-01-09 Thread Nux!
Editing the roles is a great idea and proly the easiest, not to mention if you disable the user all its VMs will be automatically shut down, might be something you want to avoid. --- Sent from the Delta quadrant using Borg technology! On 2020-01-09 09:12, Andrija Panic wrote: You can try editi

Re: Configdrive?

2020-01-07 Thread Nux!
drive isos hosted on the secondary storage (default behaviour) or on the primary storage. Regards, Rohit Yadav Software Architect, ShapeBlue https://www.shapeblue.com From: Nux! Sent: Tuesday, January 7, 2020 19:24 To: Dev Cc: users Subject: Configdrive?

Re: CloudStack-UI (CSUI) HTTP access helper demonstration

2020-01-07 Thread Nux!
Quite cool, thanks for sharing. I haven't tried the new UI (Primate), but I hope it will allow this kind of extra functionality that you built into CSUI. Regards, Lucian --- Sent from the Delta quadrant using Borg technology! On 2020-01-07 04:47, Ivan Kudryavtsev wrote: Hello, community, I

Configdrive?

2020-01-07 Thread Nux!
Hello, Anyone around here has some configdrive success stories? Any gotchas or comments from people who use it? I'm kind of eager to get rid of the DHCP server and the cloudstack metadata provider, but I'd also hate any disruption if the feature is not mature. Regards, Lucian -- Sent from t

Re: HA-Cluster with floating IP

2019-12-09 Thread Nux!
It doesn't look like you'll have much success with this, after so many tries and emails. Have you tried messing with the libvirt filters as I proposed in an older email? Also, have you tried doing your LB in a separate network? Latest ACS allows you to add L2 networks that may not have the same

Re: Enabling promiscuous mode and forged transmits

2019-12-06 Thread Nux!
Try virsh nwfilter-edit no-other-l2-traffic and set it to accept, see if it solves your problem. Might have to restart the VM or libvirtd. --- Sent from the Delta quadrant using Borg technology! On 2019-12-03 17:18, Fariborz Navidan wrote: Any idea on this? On Sat, Nov 30, 2019 at 1:15 AM Far

Re: Assigning one IP to multiple VMs

2019-11-15 Thread Nux!
I don't think you can do this with Cloudstack without hacking your way around it. --- Sent from the Delta quadrant using Borg technology! On 2019-11-15 12:24, Fariborz Navidan wrote: Hello, I want to implement virtual IP concept using iptables CLUSTERIP described here: https://www.tummy.co

Re: [VOTE] Primate as modern UI for CloudStack

2019-10-07 Thread Nux!
+1 (binding) A welcome change, the current UI is horrible. --- Sent from the Delta quadrant using Borg technology! On 2019-10-07 12:31, Rohit Yadav wrote: All, The feedback and response has been positive on the proposal to use Primate as the modern UI for CloudStack [1] [2]. Thank you all. I

Re: Glusterfs vs CEPH

2019-07-30 Thread Nux!
CEPH is much, much more used with Cloudstack than Glusterfs (from what I see in the community). As a product in itself it is arguably much, much more deployed than Glusterfs. I like Glusterfs, it's so simple to deploy and manage, but I'm afraid it's the loser in this race. hth --- Sent from t

Re: [VOTE] Ceph, ZFS or Linux Soft RAID?

2019-07-15 Thread nux
What's the use case exactly, what are you aiming to achieve? Any layer you add will increase latency, NFS especially, even if it's local. On 2019-07-15 14:56, Fariborz Navidan wrote: Thank you for opinions. Also I would ask you another question. how would difference in mater of performance

Re: [VOTE] Ceph, ZFS or Linux Soft RAID?

2019-07-15 Thread nux
Isn't that a bit apples and oranges? Ceph is a network distributed thingy, not a local solution. I'd use linux/software raid + lvm, it's the only one supported (by CentOS/RedHat). ZFS on Linux could be interesting if it was supported by Cloudstack, but it is not, you'd end up using qcow2 (CO

Re: Network Bandwidth Stats

2019-07-01 Thread Nux!
Yep, it seems to be working by default, as I wasn't even aware of those options until your email just now so.. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Andrija Panic" > To: "users" > S

<    1   2   3   4   5   6   7   8   9   10   >