Re: [D] Multiple secondary storage in one zone; problem with volume snapshots [cloudstack]

2024-10-07 Thread via GitHub
GitHub user top-secrett edited a comment on the discussion: Multiple secondary storage in one zone; problem with volume snapshots @top-secrett ok, for now I have 2 secstores. New snapshot of new VM was placed on second secstore. First: ![image](https://github.com/user-attachments/assets/8773db

Re: [D] Multiple secondary storage in one zone; problem with volume snapshots [cloudstack]

2024-10-07 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Multiple secondary storage in one zone; problem with volume snapshots @top-secrett ok, for now I have 2 secstores. New snapshot of new VM was placed on second secstore. First: ![image](https://github.com/user-attachments/assets/8773db0

Re: [D] Multiple secondary storage in one zone; problem with volume snapshots [cloudstack]

2024-10-07 Thread via GitHub
GitHub user Pearl1594 added a comment to the discussion: Multiple secondary storage in one zone; problem with volume snapshots @top-secrett about converting it to a discussion, the reason was to first understand if this is a bug or an issue with the setup / just the behaviour. Could you also

Re: [D] Multiple secondary storage in one zone; problem with volume snapshots [cloudstack]

2024-10-07 Thread via GitHub
GitHub user top-secrett added a comment to the discussion: Multiple secondary storage in one zone; problem with volume snapshots @Pearl1594 Any suggestions how to use several secstores at the same time? GitHub link: https://github.com/apache/cloudstack/discussions/9754#discussioncomment-10868

Re: Compatibility between CloudStack and Xen Orchestra

2024-10-07 Thread Marty Godsey
Hello Francisco, I use both, and they work fine together. However, I only use XOA for the Cloudstack cluster for offsite backups of the VMs and to get full “visibility” of the cluster as a whole. It’s not used for any access, and I let Cloudstack primarily “manage” the cluster. I do use it to m

AW: Compatibility between CloudStack and Xen Orchestra

2024-10-07 Thread me
Hi Francisco, both Cloudstack and Xen Ochestra are using the same API of xcp-ng. So from that point of view, you are able to use both at the same time and as long as they are fetching data via api, it should work. But CS is storing information in a separate database and for that reason Xen Oche

Compatibility between CloudStack and Xen Orchestra

2024-10-07 Thread Francisco Arencibia Quesada
Hello everyone, I am currently using CloudStack in my infrastructure and wanted to inquire about the compatibility between CloudStack and Xen Orchestra. Specifically, I am interested in knowing: 1. Is there native support or integration between CloudStack and Xen Orchestra? 2. Are there

Re: [D] Upcoming XCP-ng 8.3 release [cloudstack]

2024-10-07 Thread via GitHub
GitHub user ydirson added a comment to the discussion: Upcoming XCP-ng 8.3 release The 8.3 release [is now out](https://docs.xcp-ng.org/releases/release-8-3/) (official announcement will follow in a few hours). GitHub link: https://github.com/apache/cloudstack/discussions/8964#discussioncomm

Re: SSL Certificate Install Failing

2024-10-07 Thread Granwille Strauss
{Insert crying emoji}. But the description says, "A *_name_* / *_alias_* for the certificate", can this be amended? It's what caused the confusion. And thank you, installing the actual root certificate, resolved the issue in question. On 10/7/24 13:23, Wei ZHOU wrote: The root certificate sho

Re: SSL Certificate Install Failing

2024-10-07 Thread Wei ZHOU
The root 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 to fai

SSL Certificate Install Failing

2024-10-07 Thread Granwille Strauss
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 to fail with consolveVM: 2024-10-07 10:30:21,786 INFO [cloud.consoleproxy.ConsoleProxySecureServerFactoryImpl] (Console-Proxy-Main:null) Start initializing SSL

Re: Error adding a extraconfig when updating virtual machine

2024-10-07 Thread Pratik Chandrakar
Thanks for the quick response. I was trying from the UI only and the error message was not clear as it says Please update VirtualMachine with extraconfig parameter. Anyways, I'll try with CMK. Thanks On Mon, Oct 7, 2024 at 2:43 PM Jithin Raju wrote: > Hi Pratik, > > If you are using the KVM hyp

Re: Error adding a extraconfig when updating virtual machine

2024-10-07 Thread Jithin Raju
Hi Pratik, If you are using the KVM hypervisor you need to set the following in the global configuration: enable.additional.vm.configuration =true set paramaters name: allow.additional.vm.configuration.list.kvm value: tpm , covert the domain XML to URL encoded string and update the virtual ma

Re: Error adding a extraconfig when updating virtual machine

2024-10-07 Thread Wei ZHOU
Hi Pratik, The error clearly mentioned "It is not allowed to add setting for extraconfig." You can use cloudmonkey/cmk, please refer to what Ricardo did update virtualmachine id=012287ac-8358-4e90-a1ec-b6e86dc23774 extraconfig='%3Cdevices%3E%20%3Ctpm%20model%3D%22tpm-tis%22%3E%20%3Cbackend%20type

Re: Error adding a extraconfig when updating virtual machine

2024-10-07 Thread Pratik Chandrakar
Hello, I am using CS 4.19.1 and trying to add the extraconfig for tpm from the UI but it gives me error as "It is not allowed to add setting for extraconfig. Please update VirtualMachine with extraconfig parameter. " . Please advise On Thu, Sep 19, 2024 at 4:41 PM Ricardo Pertuz wrote: > Thanks