Virtual Routers Health Check Fails

2025-06-10 Thread Granwille Strauss
complaining. Any ideas what could be the reason for this? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/

Re: Secondary Storage Snapshot Priority

2025-01-10 Thread Granwille Strauss
Hi Guys Any feedback on how CM determines the next available storage location for a snapshot? Or are we meant to manually re-balance secondary storage when this happens? On 1/7/25 12:24, Granwille Strauss wrote: Good Day, Compliments of the season! I have a quick question I would like to

Webhook Body/Content Blank

2025-01-10 Thread Granwille Strauss
tps://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost> <https://twitter.com/namhost> <https://www.instagram.com/namhos

Re: SSVM Agent Alert State | 4.20 Upgrade

2025-01-08 Thread Granwille Strauss
;192.168.50.6' ? If so, I believe it needs to be a CIDR and not an IP address. Could you try setting it to 192.168.50.6/32 and restart the SSVM? Regards, Pearl ____ From: Granwille Strauss Sent: Wednesday, January 08, 2025 5:26 PM To:users@cloudstack.apa

Re: SSVM Agent Alert State | 4.20 Upgrade

2025-01-08 Thread Granwille Strauss
gerImpl.getAllowedInternalSiteCidrs(SecondaryStorageManagerImpl.java:404)     at org.apache.cloudstack.secondarystorage.SecondaryStorageManagerImpl.generateFirewallConfiguration(SecondaryStorageManagerImpl.java:437)     at com.cloud.storage.secondary.SecondaryStorageListener.processConnect(SecondaryS

SSVM Agent Alert State | 4.20 Upgrade

2025-01-08 Thread Granwille Strauss
osts, the results remain the same. Any assistance will be highly appreciated, thank you. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <

Secondary Storage Snapshot Priority

2025-01-07 Thread Granwille Strauss
instead it now saves snapshots locally on the KVM storage instead. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.fac

Re: Upgraded 4.19.1.3 - 2FA Failing

2024-11-21 Thread Granwille Strauss
should solve the issue, If you still face issues, you can report back. On Thu, Nov 21, 2024 at 12:21 PM Granwille Strauss wrote: Sorry, here's an additional extract from the management log I missed: 2024-11-21 08:45:49,676 DEBUG [c.c.a.ApiServlet] ( qtp1002191352-377:ctx-e40

Re: Upgraded 4.19.1.3 - 2FA Failing

2024-11-20 Thread Granwille Strauss
ommand in the DB. On 11/21/24 08:33, Granwille Strauss wrote: Good Day I upgraded to 4.19.1.3 today from 41.19.1.1, and for some reason I cannot access the UI with my admin account, as 2FA is failing to verify. Error on the UI reads: - Unable to verify 2FA with provided code, please retry

Upgraded 4.19.1.3 - 2FA Failing

2024-11-20 Thread Granwille Strauss
nServerGuru] (StatsCollector-4:ctx-b7a44806) (logid:062229b8) We are returning the default host to execute commands because the command is not of Copy type. I followed the upgrade documentation as I always to. And prior to the update, I was able to log in successfully. I attempted a few time

Re: SSL Certificate Install Failing

2024-10-07 Thread Granwille Strauss
oot certificate should start with "BEGIN CERTIFICATE" and end with "END CERTIFICATE" On Mon, Oct 7, 2024 at 12:37 PM Granwille Strauss wrote: Hi Guys, I am so confused, we have a newly issued Wildcard certificate that I am trying to install to cloudstack via UI but it seems t

SSL Certificate Install Failing

2024-10-07 Thread Granwille Strauss
consoleVM's IP address too. What format must the "server certificate" be in? I am confused with why this isn't working. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *

Re: Cloud-Init not working as per Cloudstack documentation

2024-08-13 Thread Granwille Strauss
\"ALL=(ALL) ALL\"] \ network: config: disabled" > /etc/cloud/cloud.cfg.d/80_root.cfg Regards, Jordan On Mon, Aug 12, 2024 at 9:40 AM Granwille Strauss wrote: Hi Ruben Thank you very much, I have watched this and all other related online videos to best assist with thi

Re: Cloud-Init not working as per Cloudstack documentation

2024-08-11 Thread Granwille Strauss
r what you stored in the UI/API is what is supplied to the VM. On Fri, Aug 9, 2024 at 11:39 AM Granwille Strauss wrote: Hi Guys Any help on this? Surely I am using *userdata* right via the UI? Or should I log this on GitHub instead? On 8/8/24 10:32, Granwille Strauss wrote: Hi I push

Re: Cloud-Init not working as per Cloudstack documentation

2024-08-09 Thread Granwille Strauss
Hi Guys Any help on this? Surely I am using *userdata* right via the UI? Or should I log this on GitHub instead? On 8/8/24 10:32, Granwille Strauss wrote: Hi I push *userdata* manually when I deploy a VM and still it does not want to work: I have this in place now: #cloud-config

Re: Cloud-Init not working as per Cloudstack documentation

2024-08-08 Thread Granwille Strauss
kage_update_upgrade_install' from '/usr/lib/python3.6/site-packages/cloudinit/config/cc_package_update_upgrade_install.py'>) failed My main concern is the hostname that I cannot seem to set no matter what I try, if I can get this at least right that would be the ultimate. H

Re: Cloud-Init not working as per Cloudstack documentation

2024-08-07 Thread Granwille Strauss
de_install.py'>) failed My main concern is the hostname that I cannot seem to set no matter what I try, if I can get this at least right that would be the ultimate. How can I pass the update_hostname userdata so that I can manually enter custom hostnames when deploying  VM via UI?

Cloud-Init not working as per Cloudstack documentation

2024-08-07 Thread Granwille Strauss
er-instance  - [scripts-user, always]  - puppet warnings:   dsid_missing_source: off Am I missing something with this? Any assistance will be greatly appreciated. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com

Re: Event Notifications Emailed

2024-08-07 Thread Granwille Strauss
your kind of use-cases. Regards. From: Granwille Strauss Sent: Wednesday, August 7, 2024 4:00 PM To:users@cloudstack.apache.org Cc:users@cloudstack.apache.org Subject: Re: Event Notifications Emailed Hi Nux Thank you, I appreciate the feedback. On 8/7

Re: Event Notifications Emailed

2024-08-07 Thread Granwille Strauss
-06 14:42, Granwille Strauss wrote: Good Day For users like myself that does not use Cloudstack API in anyway and mainly rely on UI, is it possible to get Events emailed from Cloudstack? We have SMTP configured in the global settings, and we get alerts via email fine but not events. Or is there a

Event Notifications Emailed

2024-08-06 Thread Granwille Strauss
to chat channels like on Slack for example? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost>&l

Password Management UI Missing?

2024-06-18 Thread Granwille Strauss
Cloudstack UI can I find this for the VM instance in question? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com

How Do You Store Server Credentials

2024-05-15 Thread Granwille Strauss
tps://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost><https://twitter.com/namhost><https://www.instagram.com/namh

Re: Upgrading to 4.19.0.1 and now host is disconnected

2024-04-03 Thread Granwille Strauss
rt/qemu.conf. After that, perform a restart of cloudstack-agent. In the database, you should see an entry in table host_details showing that this particular host has uefi enabled. Best, Mevludin Am 03.04.2024 um 10:28 schrieb Granwille Strauss: Hi I have two Almalinux 8 hosts, both identicall

Re: Cloudstack Still Trying to connect to secondary storage NFS after removing it.

2024-04-03 Thread Granwille Strauss
trying to download the file to NFS server 192.168.50.2. Is it the secondary storage you removed? If yes restart the SSVM. If management server is still attempting to connect to this NFS server/share you could unmount that share on the management server. -Jithin From: Granwille Strauss Date

Upgrading to 4.19.0.1 and now host is disconnected

2024-04-03 Thread Granwille Strauss
ng Team , 2024-01-15-11:34:31, ) -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost><htt

Re: Volumes in "Destroy" status

2024-03-15 Thread Granwille Strauss
as invalid. What's the best way to clear this and ensure this volume is gone? Thank you in advance. * Marty -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <

Re: Template ISO Cannot Be Deleted

2024-03-13 Thread Granwille Strauss
oyed=1 where id = ; Correspondingly, update the vm_template table as well: update vm_template set removed = now() where id = ; Hope this helps. Regards. ____ From: Granwille Strauss Sent: Tuesday, March 12, 2024 11:29 AM To:users@cloudstack.apache.org Subjec

Re: Template ISO Cannot Be Deleted

2024-03-13 Thread Granwille Strauss
Any takes guys? On 3/12/24 17:29, Granwille Strauss wrote: Hi Guys I am trying to delete an ISO from Cloudstack UI. But it keep ending with error "Failed to update state" when I try to delete it from my zone via UI. Here's a screenshot: https://tinyurl.com/282udj4s In the d

Template ISO Cannot Be Deleted

2024-03-12 Thread Granwille Strauss
t no longer exists. I appreciate any assistance, thank you. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.f

Re: DDOS Attacks from my virtual Router

2024-03-11 Thread Granwille Strauss
7;s super easy to verify, from some 3rd party IP that you know is not whitelisted anywhere in your firewall or cloudstack, run a host or dig command that unallocated IP. If it replies, there is a problem. dig @IP apache.org a host apache.org IP On 2024-03-11 07:43, Granwille Strauss wrote: H

Re: DDOS Attacks from my virtual Router

2024-03-11 Thread Granwille Strauss
the virtual nics of the VMs in the network. vmname=i-xx-yyy-VM nics=$(virsh domiflist $vmname |awk '{print $1}' |grep vnet) for nic in $nics;do virsh domifstat $vmname $nic |grep tx_bytes done -Wei On Mon, Mar 11, 2024 at 8:44 AM Granwille Strauss wrote: Hi Guys I ended updati

Re: DDOS Attacks from my virtual Router

2024-03-11 Thread Granwille Strauss
Any ideas what I can try to stop this? On 2/12/24 21:30, Wei ZHOU wrote: cloudstack 4.19.0.0 has been released recently, which contains a new systemvm template. You can upgrade. -Wei 在 2024年2月12日星期一,Granwille Strauss 写道: Update: So since I ran updates for dnsmasq in all system vms, the issue

Re: KVM Snapshot not supported for Running VMs

2024-02-21 Thread Granwille Strauss
nd Regards -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost><https://twitter.com/nam

Re: DDOS Attacks from my virtual Router

2024-02-12 Thread Granwille Strauss
roid<https://aka.ms/AAb9ysg> ____ From: Granwille Strauss Sent: Friday, February 9, 2024 1:40:05 pm To:users@cloudstack.apache.org Cc: Jayanth Reddy; Wei ZHOU Subject: Re: DDOS Attacks from my virtual Router I run version 4.18.1.0 currently, oddly there was an update

Re: DDOS Attacks from my virtual Router

2024-02-08 Thread Granwille Strauss
, looked for routers and filtered the MAC address for that IP. Happens.. Is it safe for me to assume your zone is "Advanced"? Thanks Jayanth Reddy Get Outlook for Android<https://aka.ms/AAb9ysg> ________ From: Granwille Strauss Sent: Friday, F

Re: DDOS Attacks from my virtual Router

2024-02-08 Thread Granwille Strauss
53? Also, I am still unable to locate a vm that has an "Allocated" IP address to it, do you guys know what it could possibly be maybe? Or how I can check this better? On 2/9/24 08:07, Granwille Strauss wrote: Hei My DC has just sent me notice that two of my IP addresses from the

DDOS Attacks from my virtual Router

2024-02-08 Thread Granwille Strauss
tell what. Is there a better way for me to see what server/service uses this IP in Cloudstack, please. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <http

Specify Primary Storage location for snapshots

2024-01-17 Thread Granwille Strauss
has enough space for this purpose. Please let me know? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com

Backing up Cloudstack and KVM Hosts

2024-01-16 Thread Granwille Strauss
solutions work best that have been tried and tested? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhos

Re: VM Snapshot failing

2023-12-01 Thread Granwille Strauss
e and after? On 1 December 2023 17:53:44 GMT, Granwille Strauss wrote: Hi Guys I am trying to make a snapshot of a specific VM via cloudstack UI. But it keeps failing with the following error: 2023-12-01 19:49:18,585 DEBUG [c.c.a.t.Request] (Work-Job-Executor-2:ctx-1209a35a job-4622/job-462

VM Snapshot failing

2023-12-01 Thread Granwille Strauss
with path [/var/lib/libvirt/images/734d26ae-dccb-41df-993a-dbea866cd2be]. VM's XML [ Do you guys know what this could mean and possible ways to address this, please? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@nam

Cloudstack Still Trying to connect to secondary storage NFS after removing it.

2023-11-21 Thread Granwille Strauss
dstack server via dmesg also shows it remains trying to connect to the server: [15529788.049090] sh (779409): drop_caches: 3 [15529800.675531] nfs: server not responding, timed out [15529805.476018] nfs: server not responding, timed out [15529814.180397] nfs: server not responding,

Re: VM Backups

2023-11-07 Thread Granwille Strauss
Hi Nux We run KVM using local storage for all VM instances. Its to my understanding you cannot run live/running VM snapshots of VMs if you use the KVM local storage. On 11/7/23 13:03, Nux wrote: You certainly can. What is your hypervisor? On 2023-11-07 10:28, Granwille Strauss wrote: Hi

Re: VM Backups

2023-11-07 Thread Granwille Strauss
, Murilo Moura wrote: Hi everyone! What other solutions, besides Veeam, can be used (in production) to backup virtual machines integrated with CloudStack? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264

Re: VM Randomly Freezing

2023-10-25 Thread Granwille Strauss
e this issue to Cloudstack, especially no errors/exceptions hound in logs. Sounds like a libvirt issue that you’re hitting or some hardware related problem.. Thanks, Bobby. From: Granwille Strauss Date: Wednesday, 25 October 2023, 9:21 To:users@cloudstack.apache.org Subject: VM Randomly Freezin

VM Randomly Freezing

2023-10-24 Thread Granwille Strauss
ciate any advice to help troubleshoot this, please. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost&

Re: ISO Detach Issue

2023-10-12 Thread Granwille Strauss
Thank you, Alamin's response worked. Seems there was a UI change. On 10/12/23 16:59, Granwille Strauss wrote: Thank you But it is not giving me the detach option. Its non-existent. I rebooted ACS too and nothing, it only ask me to attach ISO, but it is already attached. On 10/12/23

Re: ISO Detach Issue

2023-10-12 Thread Granwille Strauss
creating a template from it. Regards, Cristian *From:* Granwille Strauss *Sent:* Thursday, October 12, 2023 5:35 PM *To:* users@cloudstack.apache.org *Subject:* ISO Detach Issue Hi Guys Something weird is going on again. I am trying to launch a new VM via UI using a newly registered

ISO Detach Issue

2023-10-12 Thread Granwille Strauss
te <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost><https://twitter.com/namhost><https://www.instagra

Re: AW: KVM Host HA Settings

2023-10-05 Thread Granwille Strauss
you always must have network/shared storage, be it CEPH, Storpool, Linbit etc - and always you need some NFS share for the heartbeat - if the heartbeat NFS share were to become unavailable all the hypervisors will fence themselves (forced reboot). On 2023-10-05 10:03, Granwille Strauss wrote:

Re: AW: KVM Host HA Settings

2023-10-05 Thread Granwille Strauss
the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264

Re: ISO Ready Status Remain "No"

2023-09-18 Thread Granwille Strauss
in DB) the ones that are not in the "Ready" state. You can also check the DB, vm_template table - find the ISO and check the "URL" filed - see if that URL is reachable, returns HTTP status 200 (OK) when trying to download it, etc. Regards, On Sat, 16 Sept 2023 at 15:58, Granwi

ISO Ready Status Remain "No"

2023-09-16 Thread Granwille Strauss
? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost><https://twitter.com/namhost>&l

Re: How to Best Shrink Volume

2023-09-04 Thread Granwille Strauss
-Wei On Mon, 4 Sept 2023 at 16:51, Granwille Strauss wrote: Hi Wido Thank you. Yes, I only shrink it inside the VM. But still Cloudstack volume shows 120GB and within the VM lsblk command shows that 120 GB is available. Since I cannot shrink the volume, how do most providers take care of this is

Re: How to Best Shrink Volume

2023-09-04 Thread Granwille Strauss
have 120 GB available when they're paying for 60 GB, for example. On 9/4/23 15:45, Wido den Hollander wrote: Op 04-09-2023 om 13:08 schreef Granwille Strauss: Hi Wido I mounted a live ISO to the VM, booted into the ISO and went into recover mode, had to unmount the / partition of t

Re: How to Best Shrink Volume

2023-09-04 Thread Granwille Strauss
rently not supported by CloudStack. The message you received is expected. -Wei On Mon, 4 Sept 2023 at 13:11, Granwille Strauss wrote: Hi Wido I mounted a live ISO to the VM, booted into the ISO and went into recover mode, had to unmount the / partition of the VM, and then proceed to resize it

Re: How to Best Shrink Volume

2023-09-04 Thread Granwille Strauss
from the community, is this the expected behaviour or not? It seems Wei doubted it. If not, that means I have a bug that need to be looked at and further checked. On 9/4/23 12:46, Wido den Hollander wrote: Op 04/09/2023 om 09:18 schreef Granwille Strauss: Thank you. Can you confirm if this

Re: How to Best Shrink Volume

2023-09-04 Thread Granwille Strauss
Thank you. Can you confirm if this behaviour is expected? Or am I experiencing a bug? On 9/4/23 09:00, Wido den Hollander wrote: Op 04-09-2023 om 08:20 schreef Granwille Strauss: Hi I managed to resize the VM itself back to 60 GB via live/recovery method. However, now in Cloudstack it

Re: How to Best Shrink Volume

2023-09-03 Thread Granwille Strauss
. Also, is this the expected behaviour for a KVM host? On 9/2/23 11:22, Granwille Strauss wrote: Hi Wei It seems you're right you cannot shrink the volume in Cloudstack: Failed to resize volume operation of volume UUID: [eec8285e-8715-441b-b418-b71b231f1bab] due to - Unable to shrink volum

Re: How to Best Shrink Volume

2023-09-02 Thread Granwille Strauss
nt that by calc mistake you chip off the last portion of your filesystem. Wido Op 01-09-2023 om 16:29 schreef Granwille Strauss: Hi Guys Anyone willing to assist me with a quick one. What's the best and recommended way to shrink a VM volume via UI? The VM volume was first 60 GB, we then exp

Re: How to Best Shrink Volume

2023-09-02 Thread Granwille Strauss
59GB - Shrink volume to 60GB - Grow EXT4 + Partitions to 60GB The step to 59GB is to prevent that by calc mistake you chip off the last portion of your filesystem. Wido Op 01-09-2023 om 16:29 schreef Granwille Strauss: Hi Guys Anyone willing to assist me with a quick one. What's th

How to Best Shrink Volume

2023-09-01 Thread Granwille Strauss
hrink the ext4 in the VM first then proceed to shrink the volume in Cloudstack UI by selecting also the "Shrink OK" option? Detailed steps would be appreciated, please. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* gra

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Granwille Strauss
work ;) On Wed, Aug 16, 2023 at 10:56 AM Granwille Strauss wrote: Thank you, I went with enabling HA for the compute offering it via DB: update service_offering set ha_enabled=1 where id=; update vm_instance set ha_enabled=1 where service_offering_id= On 8/16/23 10:37, Wei ZHOU wrote: Daan is

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Granwille Strauss
at 10:34, Daan Hoogland wrote: Granwille, There currently is no way, either through UI or through API On Wed, Aug 16, 2023 at 10:25 AM Granwille Strauss wrote: Hi All Just a quick one, how do I change an existing VMs computer offering from X to Y via UI? I do not want to scale the CPU

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Granwille Strauss
with how you can do it with disk offering via volume UI. Would changing it via database perhaps work? On 8/16/23 10:33, Wei ZHOU wrote: Hi, You need to stop the vm, and then change the compute offering. -Wei On Wed, 16 Aug 2023 at 10:25, Granwille Strauss wrote: Hi All Just a quick one

Changing Existing VM Compute Offering

2023-08-16 Thread Granwille Strauss
volume. Is it possible to do the same for compute? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com

Re: Write Speeds

2023-07-14 Thread Granwille Strauss
/tcp_throughput/?do+new+calculation=do+new+calculation From: Granwille Strauss Sent: Monday, July 10, 2023 6:04 PM To:users@cloudstack.apache.org Cc: Levin Ng; Jithin Raju;vivek.ku...@indiqus.com Subject: Re: Write Speeds Hi Levin I skipped all the VM testing and tested iperf straight from the KVM

Re: Write Speeds

2023-07-11 Thread Granwille Strauss
d share the whole log message? Best regards, Slavka On Tue, Jul 11, 2023 at 1:55 PM Granwille Strauss wrote: Hi Thank you for the feedback, that's exactly what I did earlier, didn't do anything. I also set it in global config and you can also set it for the local

Re: Write Speeds

2023-07-11 Thread Granwille Strauss
ettings? The VM has to be stopped. I will check the global config later. image.png On Tue, Jul 11, 2023 at 1:38 PM Granwille Strauss wrote: Hi I am using the latest CS 4.18.0.0 On 7/11/23 12:28, Slavka Peleva wrote: Can you share the CS version that you're u

Re: Write Speeds

2023-07-11 Thread Granwille Strauss
Hi I am using the latest CS 4.18.0.0 On 7/11/23 12:28, Slavka Peleva wrote: Can you share the CS version that you're using? There are some differences in enabling the IO policy depending on the version. Best regards, Slavka On Tue, Jul 11, 2023 at 1:05 PM Granwille Strauss wrote:

Re: Write Speeds

2023-07-11 Thread Granwille Strauss
drive       On 7/11/23 11:53, Slavka Peleva wrote: Hi, Can you check if the `enable.io.uring=true` property in the agent.properties file is set? You have to restart the cloudstack-agent service if you make any changes. Best regards, Slavka -- Regards / Groete <https://www.namhost.com>

Re: Async backup

2023-07-11 Thread Granwille Strauss
-1285524454 On 7/10/23 19:50, Alex Mattioli wrote: all snapshots make a local copy to the management server disk before sending it to the secondary storage locations, yes. What exactly do you mean by that? From: Granwille Strauss Sent: Monday, July 10, 2023 1:21 PM To:users@cloudstack.apache.org

Re: Write Speeds

2023-07-10 Thread Granwille Strauss
-_YuSPIerQ&t=791> For some reason CloudStack is not detecting your versions. My disk offering is simple, Thin provisioning, custom disk size, QoS = none, Write-cache type = no disk cache. I'm using Ubuntu Server 22.04 and CloudStack 4.17.2. Em seg., 10 de jul. de 2023 às

Re: Write Speeds

2023-07-10 Thread Granwille Strauss
gies vivek.ku...@indiqus.com www.indiqus.com <https://www.indiqus.com/> On 10-Jul-2023, at 9:34 PM, Granwille Strauss wrote: Hi Levin I skipped all the VM testing and tested iperf straight from the KVM host to determine a base line to the rem

Re: Write Speeds

2023-07-10 Thread Granwille Strauss
/ GroeteGranwille Strauss  //  Senior Systems Administratore: granwi...@namhost.comm: +264 81 323 1260w: www.namhost.comThe content of this message is confidential.For our full privacy policy and disclaimers, please go to https://www.namhost.com/privacy-policyOn 10 Jul 2023, at 5:27 PM, Granwille Strauss wrote

Re: Write Speeds

2023-07-10 Thread Granwille Strauss
ng you are doing something like fio -filename=./testfile.bin -direct=1 -iodepth 8 -thread -rw=randrw -rwmixread=50 -ioengine=psync -bs=4k -size=1000M -numjobs=30 -runtime=600 -group_reporting -name=mytest Regards, Levin On 10 Jul 2023 at 11:33 +0100, Granwille Strauss, wrote: Hi Guys Thank you, I

Re: Write Speeds

2023-07-10 Thread Granwille Strauss
- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/namhost><https://twitter.com/namhost><http

Re: Async backup

2023-07-10 Thread Granwille Strauss
tion" do you mean the secondary storage? Regards, Nikolaos From: Granwille Strauss Sent: Monday, July 10, 2023 1:48 PM To:users@cloudstack.apache.org Cc: Nikolaos Tsinganos Subject: Re: Async backup In short and in layman's terms, it makes the volume snapshot, stores it locally and

Re: Async backup

2023-07-10 Thread Granwille Strauss
Can somebody explain what the "Async backup" option does while taking volume snapshot? Regards, Nikolaos -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <

Re: Write Speeds

2023-07-10 Thread Granwille Strauss
: vm.network.throttling.rate . -Jithin From: Levin Ng Date: Sunday, 9 July 2023 at 5:00 AM To:users@cloudstack.apache.org , Granwille Strauss Cc:vivek.ku...@indiqus.com , Nux Subject: Re: Write Speeds Dear Groete, https://github.com/shapeblue/cloudstack/blob

Re: Write Speeds

2023-07-07 Thread Granwille Strauss
and VM. Vivek Kumar Sr. Manager - Cloud & DevOps TechOps | Indiqus Technologies vivek.ku...@indiqus.com <mailto:vivek.ku...@indiqus.com> www.indiqus.com <https://www.indiqus.com/> On 07-Jul-2023, at 9:44 PM, Granwille Strauss wrote: Hi Levin Thank you, I am aware

Re: Write Speeds

2023-07-07 Thread Granwille Strauss
can narrow down the problem soon. Regards, Levin On 7 Jul 2023 at 16:40 +0100, Granwille Strauss, wrote: Hi Levin Thank you, yes I leave IOPs empty. And the KVM host has SSDs in a hardware RAID 5 configuration, of which I am using local storage pool, yes. I will run fio test and also playing aroun

Re: Write Speeds

2023-07-07 Thread Granwille Strauss
information first Regards, Levin On 7 Jul 2023 at 15:30 +0100, Granwille Strauss, wrote: Hi Guys Does Cloudstack have a disk write speed limit somewhere in its setting? We have been transferring many files from remote servers to VM machines on our Cloudstack instance and we recently noticed that

Write Speeds

2023-07-07 Thread Granwille Strauss
its disk controller. What could I be missing in this case? -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@namhost.com *m:* +264 81 323 1260 *w:* www.namhost.com <https://www.namhost.com/> <https://www.facebook.com/n

Re: Volume Backups Failing whether VM is in running or stopped status

2023-06-23 Thread Granwille Strauss
Solved itself - https://github.com/apache/cloudstack/issues/7678 On 6/23/23 09:50, Granwille Strauss wrote: Hi Wei I am fairly certain all directories are in root in any case, as that's how the entire installation done, with the root user. For what its worth, the volume snapshots did

Re: Volume Backups Failing whether VM is in running or stopped status

2023-06-23 Thread Granwille Strauss
ually trying to make one on 4.18 since the upgrade and now this happens. PS VM Snapshots seems to work fine. Its only Volume snaps that are failing due to this error. On 6/23/23 09:33, Granwille Strauss wrote: Hi Wei Are you referring to the `/var/lib/libvirt/images` and directory on KVM? If yes

Re: Volume Backups Failing whether VM is in running or stopped status

2023-06-23 Thread Granwille Strauss
e the cloud:cloud owner so that I can verify, please. On 6/23/23 09:25, Wei ZHOU wrote: Hi, Can you check the owner of the directories ? cloudstack uses cloud:cloud user. -Wei On Fri, 23 Jun 2023 at 08:49, Granwille Strauss wrote: Hi Guys So sorry for the many problems I am bring up. I am now tryi

Volume Backups Failing whether VM is in running or stopped status

2023-06-22 Thread Granwille Strauss
.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1082)     at com.cloud.utils.nio.Task.call(Task.java:83)     at com.cloud.utils.nio.Task.call(Task.java:29)     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(T

Re: Moving Multiple Shared IP ranges from one Guest network

2023-06-22 Thread Granwille Strauss
confidence -Jithin *From: *Granwille Strauss *Date: *Thursday, 22 June 2023 at 1:54 PM *To: *users@cloudstack.apache.org *Cc: *Jithin Raju *Subject: *Re: Moving Multiple Shared IP ranges from one Guest network Jithin, Awesome thank you. Just one more question, I noticed a flaw or probably

Re: Moving Multiple Shared IP ranges from one Guest network

2023-06-22 Thread Granwille Strauss
the old one. -Jithin *From: *Granwille Strauss *Date: *Thursday, 22 June 2023 at 12:28 PM *To: *users@cloudstack.apache.org *Cc: *Jithin Raju *Subject: *Re: Moving Multiple Shared IP ranges from one Guest network Hi Jithin Thank you for getting back to me. Sorry, that came out wrong I make

Re: Moving Multiple Shared IP ranges from one Guest network

2023-06-21 Thread Granwille Strauss
needs to be retained in the network Change IP to the one range that you want to retain. Goto VM->NICs -> change IP Once you change the IPs for all the VMs you should be able to delete the range from the existing network and create a new one. -Jithin From: Granwille Straus

Moving Multiple Shared IP ranges from one Guest network

2023-06-21 Thread Granwille Strauss
then continue to run on the existing VMs? I reckon I need to have the VMs stopped first in any case, yes? Also, I have ZERO API experience so this needs to happen all via UI. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Systems Admin *e:* granwi...@nam

Re: Virtual Router Constantly Fails to Update /etc/hosts file

2023-06-20 Thread Granwille Strauss
would this most likely solve the issue for now? Or can I destroy the virtual router? Will cloud stack automatically create a new one, similar to how SystemVM and ConsoleVM recreates itself when destroyed? On 6/15/23 08:26, Granwille Strauss wrote: Hi Guys I have a very basic private cloud setup

Virtual Router Constantly Fails to Update /etc/hosts file

2023-06-14 Thread Granwille Strauss
this behaviour with the virtual router. Is there any way to solve this? I have rebooted the router and still doesn't work, only manually entering the values fixes it, until we need to reboot a VM again or something. -- Regards / Groete <https://www.namhost.com> Granwi

Re: Change Default Primary Storage from NFS to Local

2023-05-31 Thread Granwille Strauss
Hi It seems selecting "Override root disk offering" when creating  a new VM solves the issue. On 5/31/23 15:20, Granwille Strauss wrote: Hi I created one now, also had to enable local storage option for my zone. I deployed a new VM now, but from an existing template. It

Re: Change Default Primary Storage from NFS to Local

2023-05-31 Thread Granwille Strauss
need to deploy a new template one that uses this new service offering, yes? On 5/31/23 14:48, Ruben Bosch wrote: Did you create new service offerings with storage type = local? Met vriendelijke groet / Kind regards, Ruben Bosch CLDIN On 31 May 2023, at 14:43, Granwille Strauss wrote: Hi

Change Default Primary Storage from NFS to Local

2023-05-31 Thread Granwille Strauss
age of the KVM when its created. How do I accomplish this? Because now, after deploying the new VM I must stop it again and then migrate it each time, which isn't really nice to do. -- Regards / Groete <https://www.namhost.com> Granwille Strauss  // Senior Syste

Re: VMs have no network

2023-05-25 Thread Granwille Strauss
. Please excuse brevity and typos.) On Thu, 25 May 2023, 23:23 Granwille Strauss, wrote: Hi Yep my IP subnet range has been allocated to new clients a complete eff up at the DC. Can I please get the correct steps I can take to ensure the new range is correctly assigned to my VMs? is it as simple as un

Re: VMs have no network

2023-05-25 Thread Granwille Strauss
network in the VM? On 5/25/23 19:10, Simon Weller wrote: ok great. Glad you're making progress toward a resolution. On Thu, May 25, 2023 at 12:01 PM Granwille Strauss wrote: Hi Thank you for the update I believe I found the issue my DC just confirmed that a certain subnet ran

  1   2   >