Re: Can't upload ova file format

2023-11-06 Thread Ruben Bosch
Your source seems corrupt.

Met vriendelijke groet / Kind regards,

Ruben Bosch
CLDIN

> On 6 Nov 2023, at 19:40, Technology rss  wrote:
> 
> Thank you,
> But same error after this byte  9529458688 value
> 
> qemu-img convert -p VineetVM-disk1.vmdk -O qcow2 VineetVM-disk1.img
> qemu-img: error while reading at byte 9529458688: Invalid argument
> --
> 
> 
> *Thanks & Regards.**Support Admin*
> --
> 
> 
> *Facebook  | Twitter
>  | YouTube
>  | LinkedIn
> **Address : *116/1 West
> Malibagh, D. I. T Road
> Dhaka-1217, Bangladesh
> *Mob :* +88 01716915504
> *Email :* support.ad...@technologyrss.com
> *Web :* www.technologyrss.com
> 
> 
> On Mon, Nov 6, 2023 at 2:49 PM Nux  wrote:
> 
>> Try "qemu-img convert -p VineetVM-disk1.vmdk-O qcow2 VineetVM-disk1.img"
>> but judging by those errors, the vmdk may have issues (corruption).
>> 
>> 
>> 
>> On 2023-11-05 19:58, Technology rss wrote:
>>> Thank you,
>>> I am trying 3 way convert but always failed. have any option for
>>> success
>>> convert ?
>>> 
>>> root@ubuntu:~# qemu-img convert -O qcow2 VineetVM-disk1.vmdk
>>> VineetVM-disk1.img
>>> qemu-img: error while reading at byte 9529458688: Invalid argument
>>> 
>>> root@ubuntu:~# qemu-img convert -f vmdk -O raw  VineetVM-disk1.vmdk
>>> VineetVM-disk1.raw
>>> qemu-img: error while reading at byte 9529458688: Invalid argument
>>> 
>>> root@ubuntu:~# qemu-img convert -O qcow2 VineetVM-disk1.vmdk
>>> VineetVM-disk1.qcow2
>>> qemu-img: error while reading at byte 9529458688: Invalid argument
>>> 
>>> 
>>> --
>>> 
>>> 
>>> *Thanks & Regards.**Support Admin*
>>> --
>>> 
>>> 
>>> *Facebook  | Twitter
>>>  | YouTube
>>>  | LinkedIn
>>> **Address : *116/1
>>> West
>>> Malibagh, D. I. T Road
>>> Dhaka-1217, Bangladesh
>>> *Mob :* +88 01716915504
>>> *Email :* support.ad...@technologyrss.com
>>> *Web :* www.technologyrss.com
>>> 
>>> 
>>> On Sun, Nov 5, 2023 at 10:52 PM Rohit Yadav 
>>> wrote:
>>> 
 Hi,
 
 OVA templates aren't supported for KVM. You could convert the ova/vmdk
 to
 qcow2/img to be able to use it with KVM.
 
 
 Regards.
 
 
 From: Technology Rss 
 Sent: Sunday, November 5, 2023 11:25
 To: us...@cloudstack.apache.org ;
 dev@cloudstack.apache.org 
 Subject: Can't upload ova file format
 
 *Hi,*
 
 My ACS version is 4.18.1.0, kvm Hypervisor, I try to upload ova format
 template but I face below error.
 
 https://prnt.sc/HeGZoHq-SQ-b
 
 I see ova file is supported.
 
 What can I do now? Please help me...
 
 --
 
 *Thanks & Regards.*
 
 *Support Admin*
 
 
 
 *Facebook  | Twitter
  | YouTube
  | LinkedIn
 *
 
 *Address : *116/1 West Malibagh, D. I. T Road
 
 Dhaka-1217, Bangladesh
 
 *Mob :* +88 01716915504
 
 *Email :* support.ad...@technologyrss.com
 
 *Web :* www.technologyrss.com
 
 
 
 
>> 



Re: Can't upload ova file format

2023-11-06 Thread Technology rss
Thank you,
But same error after this byte  9529458688 value

qemu-img convert -p VineetVM-disk1.vmdk -O qcow2 VineetVM-disk1.img
qemu-img: error while reading at byte 9529458688: Invalid argument
--


*Thanks & Regards.**Support Admin*
--


*Facebook  | Twitter
 | YouTube
 | LinkedIn
**Address : *116/1 West
Malibagh, D. I. T Road
Dhaka-1217, Bangladesh
*Mob :* +88 01716915504
*Email :* support.ad...@technologyrss.com
*Web :* www.technologyrss.com


On Mon, Nov 6, 2023 at 2:49 PM Nux  wrote:

> Try "qemu-img convert -p VineetVM-disk1.vmdk-O qcow2 VineetVM-disk1.img"
> but judging by those errors, the vmdk may have issues (corruption).
>
>
>
> On 2023-11-05 19:58, Technology rss wrote:
> > Thank you,
> > I am trying 3 way convert but always failed. have any option for
> > success
> > convert ?
> >
> > root@ubuntu:~# qemu-img convert -O qcow2 VineetVM-disk1.vmdk
> > VineetVM-disk1.img
> > qemu-img: error while reading at byte 9529458688: Invalid argument
> >
> > root@ubuntu:~# qemu-img convert -f vmdk -O raw  VineetVM-disk1.vmdk
> > VineetVM-disk1.raw
> > qemu-img: error while reading at byte 9529458688: Invalid argument
> >
> > root@ubuntu:~# qemu-img convert -O qcow2 VineetVM-disk1.vmdk
> > VineetVM-disk1.qcow2
> > qemu-img: error while reading at byte 9529458688: Invalid argument
> >
> >
> > --
> >
> >
> > *Thanks & Regards.**Support Admin*
> > --
> >
> >
> > *Facebook  | Twitter
> >  | YouTube
> >  | LinkedIn
> > **Address : *116/1
> > West
> > Malibagh, D. I. T Road
> > Dhaka-1217, Bangladesh
> > *Mob :* +88 01716915504
> > *Email :* support.ad...@technologyrss.com
> > *Web :* www.technologyrss.com
> >
> >
> > On Sun, Nov 5, 2023 at 10:52 PM Rohit Yadav 
> > wrote:
> >
> >> Hi,
> >>
> >> OVA templates aren't supported for KVM. You could convert the ova/vmdk
> >> to
> >> qcow2/img to be able to use it with KVM.
> >>
> >>
> >> Regards.
> >>
> >> 
> >> From: Technology Rss 
> >> Sent: Sunday, November 5, 2023 11:25
> >> To: us...@cloudstack.apache.org ;
> >> dev@cloudstack.apache.org 
> >> Subject: Can't upload ova file format
> >>
> >> *Hi,*
> >>
> >> My ACS version is 4.18.1.0, kvm Hypervisor, I try to upload ova format
> >> template but I face below error.
> >>
> >> https://prnt.sc/HeGZoHq-SQ-b
> >>
> >> I see ova file is supported.
> >>
> >> What can I do now? Please help me...
> >>
> >> --
> >>
> >> *Thanks & Regards.*
> >>
> >> *Support Admin*
> >>
> >> 
> >>
> >> *Facebook  | Twitter
> >>  | YouTube
> >>  | LinkedIn
> >> *
> >>
> >> *Address : *116/1 West Malibagh, D. I. T Road
> >>
> >> Dhaka-1217, Bangladesh
> >>
> >> *Mob :* +88 01716915504
> >>
> >> *Email :* support.ad...@technologyrss.com
> >>
> >> *Web :* www.technologyrss.com
> >>
> >>
> >>
> >>
>


Re: [PR] Fix spelling [cloudstack-go]

2023-11-06 Thread via GitHub


jbampton commented on PR #64:
URL: https://github.com/apache/cloudstack-go/pull/64#issuecomment-1795756226

   All done now @DaanHoogland thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fix spelling [cloudstack-go]

2023-11-06 Thread via GitHub


DaanHoogland commented on PR #64:
URL: https://github.com/apache/cloudstack-go/pull/64#issuecomment-1795185061

   @soreana @rohityadavcloud if listApis.json is generated, should it be in the 
repository? As opposed to the generation script/command I mean.
   
   @jbampton can you remove the file from your PR, please?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Convert GET to POST requests [cloudstack-cloudmonkey]

2023-11-06 Thread via GitHub


DaanHoogland merged PR #140:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/140


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Support POST method [cloudstack-cloudmonkey]

2023-11-06 Thread via GitHub


DaanHoogland closed issue #139: Support POST method
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/139


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Convert GET to POST requests [cloudstack-cloudmonkey]

2023-11-06 Thread via GitHub


DaanHoogland commented on PR #140:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1795151344

   liberally stealing from my chat with @Pearl1594;
   before : 
   ```
   (nsx) 🐱 > deploy virtualmachine name=test-cmk-post-ud 
serviceofferingid=cbbe6556-3bdb-4bc7-92f6-93abc628e69e  
templateid=73c7dddb-77ee-11ee-863b-1e0093000c63  
zoneid=daa697fd-5629-4623-97d4-af4297f2dc16  
userdata="cXdlcnR5dWlvcGFzZGZnaGprbHp4Y3Zibm1xd2VydHl1aW9wYXNkZmdoamtsenhjdmJubXF3ZXJ0eXVpb3Bhc2RmZ2hqa2x4Y2JubSxxd2VydHl1aW9wc2RmZ2hqa2x6eGN2Ym5tcXdlcnR5dWlvZGZnaGprbHp4Y3Zibm1xd2VydHl1aW9wc2RmZ2hqa2x6eGN2Ym5tb3Bhc2RmZ2prenhjdmJubXF3ZXJ0eXVvc2RmZ2hqa2x6eGJubXF3ZXJycnJpaWlpaWlpaWlpaWlpaWlpaWlpaWlpdHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHRvcGFzZG
 
Znamt6eGN2Ym5tcXdlcnR5dW9zZGZnaGprbHp4Ym5tcXdlcnJycmlpaWlpaWlpaWlpaWlpaWlpaWlpaWl0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dG9wYXNkZmdqa3p4Y3Zibm1xd2VydHl1b3NkZmdoamtsenhibm1xd2VycnJyaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR
 
0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0b3Bhc2RmZ2prenhjdmJubXF3ZXJ0eXVvc2RmZ2hqa2x6eGJubXF3ZXJycnJpaWlpaWlpaWlpaWlpaWlpaWlpaWlpdHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHRvcGFzZGZnamt6eGN2Ym5tcXdlcnR5dW9zZGZnaGprbHp4Ym5tcXdlcnJycmlpaWlpaWlpaWlpaWlpaWlpaWlpaWl0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0
 
dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dG9wYXNkZmdqa3p4Y3Zibm1xd2VydHl1b3NkZmdoamtsenhibm1xd2VycnJyaWlpaWlpaWlpaWlpaWlpaWlpaWlpaXR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0cXdlcnR5dWlvcGFzZGZnaGprbHp4Y3Zibm1xd2VydHl1aW9wYXNkZmdoamtsenhjdmJubXF3ZXJ0eXVpb3Bhc2RmZ2hqa2x4Y2JubSxxd2VydHl1aW9wc2RmZ2hqa2x6eGN2Ym5tcXdlcnR5dWlvZGZnaGprbHp4Y3Zibm1xd2VydHl1aW9wc2RmZ2hqa2x6eGN2Ym5tb3Bhc2RmZ2prenhjdmJubXF3ZXJ0eXVvc2RmZ2hqa2x6eGJubXF3ZXJycnJpaWlpaWlpaWlpaWlpaWlpaWlpaWlpdHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0d
 
HR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHRvcGFzZGZnamt6eGN2Ym5tcXdlcnR5dW9zZGZnaGprbHp4Ym5tcXdlcnJycmlpaWlpaWlpaWlpaWlpaWlpaWlpaWl0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0

Re: [PR] Optimizing network.go [cloudstack-cloudmonkey]

2023-11-06 Thread via GitHub


DaanHoogland commented on PR #129:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/pull/129#issuecomment-1795121198

   merging this as all comments point to this being the moment (and also lgtm 
by Rohit + tested by Wei)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Optimizing network.go [cloudstack-cloudmonkey]

2023-11-06 Thread via GitHub


DaanHoogland merged PR #129:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/129


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Convert GET to POST requests [cloudstack-cloudmonkey]

2023-11-06 Thread via GitHub


DaanHoogland commented on PR #140:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/pull/140#issuecomment-1794876078

   after a short discuss off(this)line with @Pearl1594 , the performance is not 
very relevant as with only 2kb of url length userdata is going to be too long 
easily. If we wish we can implement a flag to try get first or a flag to use 
get (or post) for deploymachine. I think this is out of scope for this PR, 
though.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: Can't upload ova file format

2023-11-06 Thread Nux
Try "qemu-img convert -p VineetVM-disk1.vmdk-O qcow2 VineetVM-disk1.img" 
but judging by those errors, the vmdk may have issues (corruption).




On 2023-11-05 19:58, Technology rss wrote:

Thank you,
I am trying 3 way convert but always failed. have any option for 
success

convert ?

root@ubuntu:~# qemu-img convert -O qcow2 VineetVM-disk1.vmdk
VineetVM-disk1.img
qemu-img: error while reading at byte 9529458688: Invalid argument

root@ubuntu:~# qemu-img convert -f vmdk -O raw  VineetVM-disk1.vmdk
VineetVM-disk1.raw
qemu-img: error while reading at byte 9529458688: Invalid argument

root@ubuntu:~# qemu-img convert -O qcow2 VineetVM-disk1.vmdk
VineetVM-disk1.qcow2
qemu-img: error while reading at byte 9529458688: Invalid argument


--


*Thanks & Regards.**Support Admin*
--


*Facebook  | Twitter
 | YouTube
 | LinkedIn
**Address : *116/1 
West

Malibagh, D. I. T Road
Dhaka-1217, Bangladesh
*Mob :* +88 01716915504
*Email :* support.ad...@technologyrss.com
*Web :* www.technologyrss.com


On Sun, Nov 5, 2023 at 10:52 PM Rohit Yadav 
wrote:


Hi,

OVA templates aren't supported for KVM. You could convert the ova/vmdk 
to

qcow2/img to be able to use it with KVM.


Regards.


From: Technology Rss 
Sent: Sunday, November 5, 2023 11:25
To: us...@cloudstack.apache.org ;
dev@cloudstack.apache.org 
Subject: Can't upload ova file format

*Hi,*

My ACS version is 4.18.1.0, kvm Hypervisor, I try to upload ova format
template but I face below error.

https://prnt.sc/HeGZoHq-SQ-b

I see ova file is supported.

What can I do now? Please help me...

--

*Thanks & Regards.*

*Support Admin*



*Facebook  | Twitter
 | YouTube
 | LinkedIn
*

*Address : *116/1 West Malibagh, D. I. T Road

Dhaka-1217, Bangladesh

*Mob :* +88 01716915504

*Email :* support.ad...@technologyrss.com

*Web :* www.technologyrss.com






Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2023-11-06 Thread via GitHub


blueorangutan commented on PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#issuecomment-1794266723

   QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/342. 
(QA-JID 165)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Import VMware VMs into KVM - Documentation [cloudstack-documentation]

2023-11-06 Thread via GitHub


blueorangutan commented on PR #342:
URL: 
https://github.com/apache/cloudstack-documentation/pull/342#issuecomment-1794265192

   @borisstoyanov a Jenkins job has been kicked to build the document. I'll 
keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org