Re: [D] disk resize issue with windows templates created from vms using iso [cloudstack]

2025-08-27 Thread S.Fuller
You will run into this issue if the Windows Recovery partition is the last partition on the disk. Cloudstack will not be able to automatically resize the C: drive to your requested size. Unlike earlier versions of Windows, I know Windows 2025 puts that recovery partition as the last partition on th

Re: Live migration of UEFI VM not supported

2025-04-30 Thread S.Fuller
> 4.15.2 is EOL, please upgrade to the latest versions. > > > -Wei > > > > On Wed, Apr 30, 2025 at 8:39 PM S.Fuller wrote: > > > Attempted to perform a live migration of a UEFI VM and was unable to > select > > a target host for migration. Noted this message in

Live migration of UEFI VM not supported

2025-04-30 Thread S.Fuller
Attempted to perform a live migration of a UEFI VM and was unable to select a target host for migration. Noted this message in the management server logs when I tried another time. 2025-04-30 18:24:50,938 DEBUG [c.c.a.ApiServlet] (qtp294658058-1853:ctx-dcde4c83) (logid:e0fe9dfa) ===START=== 111.

Re: Migrating UEFI Secure boot VMs to Cloudstack

2025-04-07 Thread S.Fuller
could share would be greatly appreciated. > > > Regards, > > Pavan. > > On Wed, 26 Mar 2025 at 18:48, Wei ZHOU wrote: > > > Hi, > > > > You can stop the VM, add a vm setting UEFI=SECURE, then start the vm > > > > > > -Wei > > > &

Re: Migrating UEFI Secure boot VMs to Cloudstack

2025-04-01 Thread S.Fuller
. :) On Mon, Mar 31, 2025 at 11:26 PM Nux wrote: > Do a 'virsh dumpxml $vmname' on both Cloudstack and vanilla libvirt > hypervisor and note the differences. > > > > On 31 March 2025 18:30:24 WEST, "S.Fuller" wrote: > >> Some sort of progress. >

Re: Migrating UEFI Secure boot VMs to Cloudstack

2025-03-31 Thread S.Fuller
Ware VMs manually by means of virt-v2v (which is also what > CloudStack uses btw). > > HTH > > On 2025-03-26 19:22, S.Fuller wrote: > > Currently using Rocky Linux 8 > > > > guest.nvram.template.secure=/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd > > guest.nvram.te

Re: Migrating UEFI Secure boot VMs to Cloudstack

2025-03-26 Thread S.Fuller
.template.legacy=/usr/share/OVMF/OVMF_VARS_4M.fd > guest.nvram.path=/var/lib/libvirt/qemu/nvram/ > guest.loader.secure=/usr/share/OVMF/OVMF_CODE_4M.secboot.fd > guest.loader.legacy=/usr/share/OVMF/OVMF_CODE_4M.fd > > AFAIK Windows Server does not require a TPM btw. > > > On 2025-03-

Re: Migrating UEFI Secure boot VMs to Cloudstack

2025-03-26 Thread S.Fuller
Wei > > On Wed, Mar 26, 2025 at 1:00 PM S.Fuller wrote: > > > Is there anything to look out for or a process to follow when migrating > > Secure boot VMs from other platforms to cloudstack? Having no issues > > starting up new VMs within my environment, but for VMs moved f

Migrating UEFI Secure boot VMs to Cloudstack

2025-03-26 Thread S.Fuller
Is there anything to look out for or a process to follow when migrating Secure boot VMs from other platforms to cloudstack? Having no issues starting up new VMs within my environment, but for VMs moved from other systems they start, but in the case of WIndows VMs, they fail to boot and then end up

Re: [D] Best Way to Restore a Specific VM from Hourly Snapshots in Apache CloudStack 4.19.1.2 [cloudstack]

2025-02-08 Thread S.Fuller
What I've done - Stop the VM from within Cloudstack - Login to a cloudstack host, and locate/rename the qcow file(s) you want to restore - From the NetApp CLI, perform a "volume snapshot restore-file" with the appropriate parameters to restore individual files from the snapshot of your choice. This

Re: [D] Best Way to Restore a Specific VM from Hourly Snapshots in Apache CloudStack 4.19.1.2 [cloudstack]

2025-02-07 Thread S.Fuller
Not sure what storage system you are using, but with NetApp as the backend, you can - Stop the VM from within Cloudstack - Login to a host, locate the volume(s) you want to restore and rename them (XXX.bak) - perform a "volume snapshot restore-file" with the appropriate parameters to restore indi

Re: KVM Host HA

2025-01-23 Thread S.Fuller
gt; ("kvm.ha.recover.failure.threshold", "2") > > ("kvm.ha.recover.timeout", "30") > > ("kvm.ha.recover.wait.period", "30") > > > > > > Regards > > Kiran > > > > >

Re: KVM Host HA

2025-01-16 Thread S.Fuller
Nux, Can you elaborate on your statement "Host HA is known to break VM HA" ? Thanks Steve On Thu, Jan 9, 2025 at 5:01 PM Nux wrote: > Host HA is known to break VM HA. > Disable Host HA, possibly even oobm and try again. > > NFS is a requirement for VM HA, so make sure you keep that. > > On 20

Async Jobs

2024-05-28 Thread S.Fuller
I have a question about asynchronous jobs. My understanding is that any async jobs will be recorded in the async_jobs table in the database. They should have a value in the job_complete_msid table when they are done, and then be removed 24 hours later. Every once in a while, we will have a job tha

Re: Cloudstack migration

2024-05-13 Thread S.Fuller
Wei, Thanks for the confirmation - Steve On Sun, May 12, 2024 at 3:02 PM Wei ZHOU wrote: > The qemu-kvm on rocky8 should have all the features of qemu-kvm-ev on > centos7. > > > -Wei > > On Sunday, May 12, 2024, S.Fuller wrote: > > > Thanks for the reply Rohit.

Re: Cloudstack migration

2024-05-12 Thread S.Fuller
sary anymore. > > Since there may not be an in place upgrade path, you can create new > cluster or add new hosts and rolling migrate your hosts and VMs. > > Regards. > > Regards. > > > > > From: S.Fuller > Sent: Thursday, May 9

Cloudstack migration

2024-05-08 Thread S.Fuller
I am currently running an older version of Cloudstack (4.11) on top of CentOS 7 and using qemu-kvm-ev from the CentOS Virtualization SIG. I am looking at migrating to Rocky Linux 8.9 and a newer version of Cloudstack, but I'm running into issues w qemu-kvm-ev. Am I correct in stating that qemu-kvm-

Re: CPU compatibility

2024-04-11 Thread S.Fuller
is also important to bear in mind that, even though you level the > instruction sets between the different processors in the host operating > system, you might still suffer some issues due to clock differences when > you migrate a VM from a faster CPU to a slower CPU and vice versa. > > > >

CPU compatibility

2024-04-09 Thread S.Fuller
The Cloudstack Install Guide has the following statement - "All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags" Obviously this means we can't mix Intel and AMD CPUs within the same cluster. However, for a cluster with Intel CPUs, how much if

Re: Hot Added NICs - PCI slot changes on instance reboot

2024-01-25 Thread S.Fuller
> Gary > > > Gary Dixon > Quadris Cloud Manager > 0161 537 4980 <0161%20537%204980> > +44 7989717661 <+44%207989717661> > gary.di...@quadris.co.uk > www.quadris.com > Innovation House, 12‑13 Bredbury Business Park > Bredbury Park Way, Bredbury, Stockp

Re: Hot Added NICs - PCI slot changes on instance reboot

2024-01-24 Thread S.Fuller
s Cloud Manager > 0161 537 4980 <0161%20537%204980> > +44 7989717661 <+44%207989717661> > gary.di...@quadris.co.uk > www.quadris.com > Innovation House, 12‑13 Bredbury Business Park > Bredbury Park Way, Bredbury, Stockport, SK6 2SN > -Original Message- > From: S.F

Re: Hot Added NICs - PCI slot changes on instance reboot

2024-01-24 Thread S.Fuller
s > https://github.com/apache/cloudstack/issues/7457 > https://github.com/apache/cloudstack/issues/7490 > ? > > > -Wei > > On Wed, 24 Jan 2024 at 04:06, S.Fuller wrote: > > > I am running Cloudstack 4.11 and have encountered an issue with hot added > > NICs on Windows gue

Hot Added NICs - PCI slot changes on instance reboot

2024-01-23 Thread S.Fuller
I am running Cloudstack 4.11 and have encountered an issue with hot added NICs on Windows guests. I add the NIC to a running guest, configure it, and it works as expected. After the guest reboots, the NIC is assigned to a different PCI slot, and then needs to be reconfigured. This has caused issues

Re: Migration from VMware to ACS

2023-12-14 Thread S.Fuller
I've performed some migrations of Vmware guests to Cloudstack. What are your questions? On Thu, Dec 14, 2023 at 3:54 AM Ivet Petrova wrote: > Hi all, > > Is there someone on the mailing list, who migrated recently from VMware to > CloudStack? > Please, ping me. > > Kind regards, > > > > > -- S

Re: different os in cluster

2023-12-04 Thread S.Fuller
Yes there is a limitation. All hosts within a cluster must be on the same OS. On Mon, Dec 4, 2023 at 8:51 AM Piotr Pisz wrote: > Hi, > > Is there a limitation within the cluster that does not allow adding hosts > with different OS? > We are in the process of replacing Redhat systems with Ubuntu

Re: Cloudstack fail to create windows 2022 templates

2023-11-23 Thread S.Fuller
Just went through this process. - I installed Windows Server 2022 to a VM, installed the VirtIO drivers, made the other changes I wanted to the image - Ran sysprep with the shutdown and OOBE experience options - Made a template from the volume Biggest issue I had was dealing with where Windows 202

Re: Bank Client requires VM Firewall in between subnets

2023-11-21 Thread S.Fuller
Not Cloudstack integrated, but would pfsense/opnsense be an option? - Steve On Tue, Nov 21, 2023 at 3:13 AM Bryan Tiang wrote: > Hi Daan, > > Ive attached a diagram of what the client is requesting for. > > > Hope this helps? > > Regards, > Bryan > On 21 Nov 2023 at 3:55 PM +0800, Daan Hoogland

Capacity Planning

2023-08-19 Thread S.Fuller
I'm curious what datapoints people are using for capacity planning within their Cloudstack environment and what benchmarks are you setting to decide that you need to add additional capacity to your cluster? To this point, I've been tracking % used memory per node, as well 5m/15m load per core along

Re: Using NFS as primary storage, performance issues

2023-04-29 Thread S.Fuller
Anything else different about the setup? Interface speeds? Routed vs flat network? MTU size being used by the network interfaces perhaps? - Steve On Fri, Apr 28, 2023 at 3:47 AM Pierre Le Fevre wrote: > Hi all, > We're working on upgrading our storage solution to a proper network > attached sto

System monitoring

2023-02-10 Thread S.Fuller
Obviously a bit of a broad topic, but I'm curious what metrics people are using to monitor the health and performance of their Cloudstack installations? Disk space / total CPU load / load per core are the obvious ones. What are any of you doing from a network standpoint? Do you dig into traffic on

Re: Live Migration fails - Cannot get interface MTU - No such device

2022-10-28 Thread S.Fuller
s. > > Can you deploy VMs to the new nodes? > > Regards, > Alex > > > > > -Original Message- > From: S.Fuller > Sent: 28 October 2022 17:36 > To: users@cloudstack.apache.org > Subject: Live Migration fails - Cannot get interface MTU - No such devi

Live Migration fails - Cannot get interface MTU - No such device

2022-10-28 Thread S.Fuller
I'm working on migrating an existing cluster to new servers, I have two new servers, which I have tested by adding them to their own cluster within an existing pod. I have been able to successfully complete live migrations between these two servers. I then removed the servers from this test cluster

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

2022-10-13 Thread S.Fuller
nd then start them up on the new cluster. > Painful if you don't have the compute resources to do the move all in > one service outage, but (shrug). It's the reliable way to do things. > > On 10/13/2022 7:28 AM, S.Fuller wrote: > > I am working to transition the

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

2022-10-13 Thread S.Fuller
ere software versions and capabilities are > concerned, for stability's sake. > That said, it can be bypassed in code, but it's best to do it like you > have already shown by using another pod. > --- > Nux > www.nux.ro > > On 2022-10-13 15:28, S.Fuller wrote: >

Dissimilar host OS within the same cluster - Not allowed?

2022-10-13 Thread S.Fuller
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 attempting to add the server I'm noting the following warning in the agent

Re: Asymmetric traffic issues?

2022-07-15 Thread S.Fuller
> > -Si > > From: S.Fuller > Sent: Friday, July 8, 2022 12:49 PM > To: users@cloudstack.apache.org > Subject: Re: Asymmetric traffic issues? > > EXTERNAL EMAIL: This message originated outside of ENA. Use caution when > clicking links, opening attachments,

Re: Asymmetric traffic issues?

2022-07-08 Thread S.Fuller
ffload (GRO) and it created some performance > problems with Cisco NICs. > This was particular to Windows and didn't occur for Linux VMs. > > Can you try disabling GRO on your NICs and retesting? > ethtool -K gro off > > -Si > ____ > From: S.

Re: Asymmetric traffic issues?

2022-07-07 Thread S.Fuller
e para-virtualized network driver is probably not being > used either based on the template. > If you take a close look at the xml for the interface, you should be able > to confirm that or not. > > The templates tend to package all the para-virtualized drivers together, > so they

Re: Asymmetric traffic issues?

2022-07-01 Thread S.Fuller
template you're using, it's not setup for Virtio-blk or virtio-scsi. Change > the template to Virtio-SCSI 64bit and the correct interface drive type will > be specified in the XML. > > ____ > From: S.Fuller > Sent: Thursday, June 30, 202

Re: Asymmetric traffic issues?

2022-06-30 Thread S.Fuller
or the xml to be built correctly. > > -Si > ____ > From: S.Fuller > Sent: Thursday, June 30, 2022 11:38 AM > To: users@cloudstack.apache.org > Subject: Re: Asymmetric traffic issues? > > EXTERNAL EMAIL: This message originated outside of ENA. Use c

Re: Asymmetric traffic issues?

2022-06-30 Thread S.Fuller
Neither the block nor the scsi drivers appear to be running as far as I can tell. - Steve On Thu, Jun 30, 2022 at 11:07 AM Simon Weller wrote: > Steve, > > Are you running the virtio-block or virtio-scsi drivers? > > -Si > > > ____ > From:

Re: Asymmetric traffic issues?

2022-06-30 Thread S.Fuller
lower). It really feels like I'mrunning into some weird issue with the virtio drivers on Windows. My Windows hosts are (to my knowledge) using the latest version of the virtio drivers - 100.90.104.21700 dated 2/23/2022. Steve Fuller steveful...@gmail.com On Wed, Jun 29, 2022 at 3:04 PM

Re: Asymmetric traffic issues?

2022-06-29 Thread S.Fuller
t; Vivek Kumar > Sr. Manager - Cloud & DevOps > TechOps | Indiqus Technologies > > + 91 7503460090 > vivek.ku...@indiqus.com <mailto:vivek.ku...@indiqus.com> > www.indiqus.com <https://www.indiqus.com/> > > > > > On 28-Jun-2022, at 1:5

Asymmetric traffic issues?

2022-06-27 Thread S.Fuller
Environment: Two physical hosts - Cloudstack 4.11.3 - Verified that there are no bandwidth limits in place on any of the templates or in global settings. Two isolated networks ("Client" and "Server") - Each has a vrouter with a public and private address - One Windows 2016 VM on each network (ru