Re: [D] Having problems uploading an ISO to CS [cloudstack]

2024-10-11 Thread via GitHub
GitHub user rongage added a comment to the discussion: Having problems uploading an ISO to CS Nope - ISO uploads are still broken. GitHub link: https://github.com/apache/cloudstack/discussions/9783#discussioncomment-10920348 This is an automatically sent email for users@cloudstack.apach

Re: [D] Having problems uploading an ISO to CS [cloudstack]

2024-10-11 Thread via GitHub
GitHub user rongage added a comment to the discussion: Having problems uploading an ISO to CS While I don't know for certain if this was the problem, I did find a duplicate entry in database table vm_template. I was able to delete all the entries after the duplicate entry, including FK refer

Re: [D] Having problems uploading an ISO to CS [cloudstack]

2024-10-11 Thread via GitHub
GitHub user rongage added a comment to the discussion: Having problems uploading an ISO to CS Sure enough, neither resetting the SSVM or regenerating it helped at all. Still getting the exception at the end of the upload and the uploaded file never switches to "ready". GitHub link: https:/

Re: [VOTE] Apache CloudStack 4.20.0.0 RC1

2024-10-11 Thread João Jandre Paraquetti
Hi Wei, Apparently there was... We'll fix it and I'll create an RC2 soon. Best regards, João Jandre On 10/11/24 10:16, Wei ZHOU wrote: Hi João, and Daan, I think there was something wrong in the forward-merge or branches. For example, I can find the file Qcow2HeaderField.java in 4.18.2.4 and

Re: [VOTE] Apache CloudStack 4.20.0.0 RC1

2024-10-11 Thread Wei ZHOU
Hi João, and Daan, I think there was something wrong in the forward-merge or branches. For example, I can find the file Qcow2HeaderField.java in 4.18.2.4 and 4.19.1.2 https://github.com/apache/cloudstack/blob/4.18.2.4/services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/

[VOTE] Apache CloudStack 4.20.0.0 RC1

2024-10-11 Thread João Jandre
Hi All, I've created a 4.20.0.0 release (RC1), with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack/tree/4.20.0.0-RC20241011T0947 Commit: cd4acc1fa6219ce0ec5f44978c76bf5b859b98e0 Source release (checksums and signatures are available at th

Re: ISCSI WITH KVM

2024-10-11 Thread Nux
Hi, How exactly are you trying to use it? For Cloudstack, you can have 2 options, both not ideal, but better than throwing hardware away: 1 - put a cluster filesystem on top of it, ie OCFS2 2 - use cluster aware LVM, ie cLVM HTH On 2024-10-10 20:18, Sanjay Kumar wrote: Hi We are trying to a

Re: ISCSI WITH KVM

2024-10-11 Thread Wei ZHOU
It looks like a migrate flag UNSAFE needs to set https://java.libvirt.org/javadoc/org/libvirt/Domain.MigrateFlags.html#UNSAFE Can you file a github issue ? -Wei On Thu, Oct 10, 2024 at 9:18 PM Sanjay Kumar wrote: > Hi > > We are trying to add iscsi with kvm in our infra with multiple host and

Re: Newbie needs help with a Virtual Router problem

2024-10-11 Thread Wei ZHOU
Welcome to the community ! On Friday, October 11, 2024, Ron Gage wrote: > Nevermind... I found the problem. Egress rules deny all on the VR by > default. Gotta allow all to allow traffic. > > Sorry to have bothered you all! > > Ron Gage > > > > On 10/10/2024 7:28 PM, Ron Gage wrote: > > Gree