Re: [PR] added steps to install ovftool and virt-win on debian [cloudstack-documentation]

2025-02-27 Thread via GitHub


NuxRo commented on code in PR #483:
URL: 
https://github.com/apache/cloudstack-documentation/pull/483#discussion_r1973168267


##
source/adminguide/virtual_machines/importing_vmware_vms_into_kvm.rst:
##
@@ -62,12 +68,57 @@ You can also install the RPM manually from 
https://fedorapeople.org/groups/virt/
 
 For Debian-based distributions:
 
+Ubuntu don’t seem to ship the virtio-win package with drivers, which causes 
virt-v2v not to convert the VMWare Windows guests to virtio profiles. This 
could result in slow IDE drives and Intel E1000 NICs. As a workaround, we can 
follow the below steps to install the package from the RPM on all KVM hosts 
running the virt-v2v:
+
 ::
 
 apt install virtio-win (if the package is not available, then manual 
steps will be required to install the virtio drivers for windows)
+
+wget 
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.noarch.rpm
+
+# install “alien” which can convert rpms to debs
+apt -y install alien
+
+# the conversion, can take a while
+alien -d virtio-win.noarch.rpm
+
+# install the resulting deb
+dpkg -i virtio-win*.deb
+
+In addition to this, we need to install the below package as well to avoid the 
error “virt-v2v: error: One of rhsrvany.exe or pvvxsvc.exe is missing in 
/usr/share/virt-tools“.
+
+:: 
+ 
+wget -nd -O srvany.rpm 
https://kojipkgs.fedoraproject.org//packages/mingw-srvany/1.1/4.fc38/noarch/mingw32-srvany-1.1-4.fc38.noarch.rpm
+
+alien -d srvany.rpm
+
+dpkg -i *srvany*.deb
+
 
 The OVF tool (ovftool) must be installed on the destination KVM hosts if the 
hosts should export VM files (OVF) from vCenter. If not, the management server 
exports them (the management server doesn't require ovftool installed).
 
+Steps to install ovftool
+
+Download the ovftool from 
https://developer.broadcom.com/tools/open-virtualization-format-ovf-tool/latest
+
+::
+   
+   unzip VMware-ovftool-4.6.3-24031167-lin.x86_64.zip -d /usr/local/bin

Review Comment:
   ```suggestion
  unzip VMware-ovftool-4.6.3-24031167-lin.x86_64.zip -d /usr/local/
   ```



##
source/adminguide/virtual_machines/importing_vmware_vms_into_kvm.rst:
##
@@ -62,12 +68,57 @@ You can also install the RPM manually from 
https://fedorapeople.org/groups/virt/
 
 For Debian-based distributions:
 
+Ubuntu don’t seem to ship the virtio-win package with drivers, which causes 
virt-v2v not to convert the VMWare Windows guests to virtio profiles. This 
could result in slow IDE drives and Intel E1000 NICs. As a workaround, we can 
follow the below steps to install the package from the RPM on all KVM hosts 
running the virt-v2v:
+
 ::
 
 apt install virtio-win (if the package is not available, then manual 
steps will be required to install the virtio drivers for windows)
+
+wget 
https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.noarch.rpm
+
+# install “alien” which can convert rpms to debs
+apt -y install alien
+
+# the conversion, can take a while
+alien -d virtio-win.noarch.rpm
+
+# install the resulting deb
+dpkg -i virtio-win*.deb
+
+In addition to this, we need to install the below package as well to avoid the 
error “virt-v2v: error: One of rhsrvany.exe or pvvxsvc.exe is missing in 
/usr/share/virt-tools“.
+
+:: 
+ 
+wget -nd -O srvany.rpm 
https://kojipkgs.fedoraproject.org//packages/mingw-srvany/1.1/4.fc38/noarch/mingw32-srvany-1.1-4.fc38.noarch.rpm
+
+alien -d srvany.rpm
+
+dpkg -i *srvany*.deb
+
 
 The OVF tool (ovftool) must be installed on the destination KVM hosts if the 
hosts should export VM files (OVF) from vCenter. If not, the management server 
exports them (the management server doesn't require ovftool installed).
 
+Steps to install ovftool
+
+Download the ovftool from 
https://developer.broadcom.com/tools/open-virtualization-format-ovf-tool/latest
+
+::
+   
+   unzip VMware-ovftool-4.6.3-24031167-lin.x86_64.zip -d /usr/local/bin
+   
+   #create a soft link 
+
+   ln -s /usr/local/bin/ovftool/ovftool /usr/bin/ovftool

Review Comment:
   ```suggestion
  ln -s /usr/local/ovftool/ovftool /usr/local/bin/ovftool
   ```



-- 
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



New PMC member: João Jandre Parraquetti

2025-02-27 Thread Daan Hoogland
The Project Management Committee (PMC) for Apache CloudStack
is delighted to announce that João has joined the PMC!
João was the 4.20 Rm and has been contributing for several years both
in code and in reviews and functional discussion. He is based in
Brazil.

The PMC - Project Management Committee - manages and guides the
direction of the project, and is responsible for inviting new
committers and PMC members to steward the longevity of the project.
See https://community.apache.org/pmc/responsibilities.html if you're
interested in learning more about the rights and responsibilities of
PMC members.

Please join us in welcoming João to their new role in our
project!

Daan
On behalf of the CloudStack PMC


Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread Wei ZHOU
Congratulations João !


-Wei

On Thu, Feb 27, 2025 at 1:12 PM Daan Hoogland  wrote:

> The Project Management Committee (PMC) for Apache CloudStack
> is delighted to announce that João has joined the PMC!
> João was the 4.20 Rm and has been contributing for several years both
> in code and in reviews and functional discussion. He is based in
> Brazil.
>
> The PMC - Project Management Committee - manages and guides the
> direction of the project, and is responsible for inviting new
> committers and PMC members to steward the longevity of the project.
> See https://community.apache.org/pmc/responsibilities.html if you're
> interested in learning more about the rights and responsibilities of
> PMC members.
>
> Please join us in welcoming João to their new role in our
> project!
>
> Daan
> On behalf of the CloudStack PMC
>


Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread Nicolas Vazquez
Congratulations Joao!

Regards,
Nicolas Vazquez



 

From: Daan Hoogland 
Date: Thursday, 27 February 2025 at 09:12
To: dev , users 
Subject: New PMC member: João Jandre Parraquetti
The Project Management Committee (PMC) for Apache CloudStack
is delighted to announce that João has joined the PMC!
João was the 4.20 Rm and has been contributing for several years both
in code and in reviews and functional discussion. He is based in
Brazil.

The PMC - Project Management Committee - manages and guides the
direction of the project, and is responsible for inviting new
committers and PMC members to steward the longevity of the project.
See https://community.apache.org/pmc/responsibilities.html if you're
interested in learning more about the rights and responsibilities of
PMC members.

Please join us in welcoming João to their new role in our
project!

Daan
On behalf of the CloudStack PMC


Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread Bernardo De Marco Gonçalves
Congratulations, João!

Best regards,
Bernardo De Marco Gonçalves (bernardodemarco)

Em qui., 27 de fev. de 2025 às 09:24, Nicolas Vazquez <
nicolas.vazq...@shapeblue.com> escreveu:

> Congratulations Joao!
>
> Regards,
> Nicolas Vazquez
>
>
>
>
>
> From: Daan Hoogland 
> Date: Thursday, 27 February 2025 at 09:12
> To: dev , users 
> Subject: New PMC member: João Jandre Parraquetti
> The Project Management Committee (PMC) for Apache CloudStack
> is delighted to announce that João has joined the PMC!
> João was the 4.20 Rm and has been contributing for several years both
> in code and in reviews and functional discussion. He is based in
> Brazil.
>
> The PMC - Project Management Committee - manages and guides the
> direction of the project, and is responsible for inviting new
> committers and PMC members to steward the longevity of the project.
> See https://community.apache.org/pmc/responsibilities.html if you're
> interested in learning more about the rights and responsibilities of
> PMC members.
>
> Please join us in welcoming João to their new role in our
> project!
>
> Daan
> On behalf of the CloudStack PMC
>


Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread Jithin Raju
Congratulations João.

-Jithin

From: Daan Hoogland 
Date: Thursday, 27 February 2025 at 5:42 PM
To: dev , users 
Subject: New PMC member: João Jandre Parraquetti
The Project Management Committee (PMC) for Apache CloudStack
is delighted to announce that João has joined the PMC!
João was the 4.20 Rm and has been contributing for several years both
in code and in reviews and functional discussion. He is based in
Brazil.

The PMC - Project Management Committee - manages and guides the
direction of the project, and is responsible for inviting new
committers and PMC members to steward the longevity of the project.
See https://community.apache.org/pmc/responsibilities.html if you're
interested in learning more about the rights and responsibilities of
PMC members.

Please join us in welcoming João to their new role in our
project!

Daan
On behalf of the CloudStack PMC

 



Re: CloudStack 4.20 UI Changing Footer

2025-02-27 Thread Chi vediamo
Hello Pearl,

I did try everything even restarting the management server, it does not work 
any text from here /usr/share/cloudstack-management/webapp/locales/en.json, it 
is ot reflected on the web site, even after clearing cache.

Also I was trying to modify the Link to github on the same page. Seems like 
there is no way to do that.

Tata Y.

> On Feb 25, 2025, at 8:11 PM, Pearl d'Silva  wrote:
> 
> Hi,
> 
> Currently it isn't possible through the config.json file. However, that 
> particular text is controlled by the following variable "label.report.bug" in 
> the /usr/share/cloudstack-management/webapp/locales/en.json file or the 
> respective locale file. You can change the text of that label or set it to "" 
> and after a hard refresh of your browser (you may have to clear the cache) 
> you will see the change in text.
> 
> Hope this helps.
> 
> Regards,
> Pearl
> 
> 
> 
> 
> From: Chi vediamo 
> Sent: February 25, 2025 7:08 PM
> To: us...@cloudstack.apache.org 
> Cc: dev 
> Subject: CloudStack 4.20 UI Changing Footer
> 
> I am trying to hide or change the footer showing the following from customers.
> 
> 
> 
> CloudStack 4.20.0.0
>  Ask a question or Report 
> an issue 
> 
> 
> Is there a way to call it or overload using the config.json instead of having 
> to go over the rebuild.
> 
> 
> Let us know.
> 
> Thank you
> 
> Tata Y.



Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread João Jandre

Thank you, everyone!

I hope I'm able to live up to your expectations as a new PMC member :)

Best regards,

João Jandre

On 2/27/25 13:47, Pearl Dsilva wrote:

Congratulations João!

Regards,
Pearl

On Thu, Feb 27, 2025 at 7:12 AM Daan Hoogland  wrote:


The Project Management Committee (PMC) for Apache CloudStack
is delighted to announce that João has joined the PMC!
João was the 4.20 Rm and has been contributing for several years both
in code and in reviews and functional discussion. He is based in
Brazil.

The PMC - Project Management Committee - manages and guides the
direction of the project, and is responsible for inviting new
committers and PMC members to steward the longevity of the project.
See https://community.apache.org/pmc/responsibilities.html if you're
interested in learning more about the rights and responsibilities of
PMC members.

Please join us in welcoming João to their new role in our
project!

Daan
On behalf of the CloudStack PMC





Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread Manoj Kumar

Congratulations João!

Best Regards,
Manoj
 



From: Jithin Raju 
Sent: 28 February 2025 11:04 AM
To: us...@cloudstack.apache.org ; dev 

Subject: Re: New PMC member: João Jandre Parraquetti

Congratulations João.

-Jithin

From: Daan Hoogland 
Date: Thursday, 27 February 2025 at 5:42 PM
To: dev , users 
Subject: New PMC member: João Jandre Parraquetti
The Project Management Committee (PMC) for Apache CloudStack
is delighted to announce that João has joined the PMC!
João was the 4.20 Rm and has been contributing for several years both
in code and in reviews and functional discussion. He is based in
Brazil.

The PMC - Project Management Committee - manages and guides the
direction of the project, and is responsible for inviting new
committers and PMC members to steward the longevity of the project.
See https://community.apache.org/pmc/responsibilities.html if you're
interested in learning more about the rights and responsibilities of
PMC members.

Please join us in welcoming João to their new role in our
project!

Daan
On behalf of the CloudStack PMC





Unable to allocate capacity on zone

2025-02-27 Thread TechnologyRss
Hello,

What can I do now? my nfs server can mount from kvm and mgmt server.
Please give me idea ...
Error from cloud mgmt server

kStart for job-27
2025-02-27 10:50:27,783 INFO  [o.a.c.f.j.i.AsyncJobMonitor]
(Work-Job-Executor-2:[ctx-7242fc6a, job-4/job-27]) (logid:968e2f4b) Remove
job-27 from job monitoring
2025-02-27 10:50:27,788 DEBUG [c.c.a.SecondaryStorageVmAlertAdapter]
(secstorage-1:[ctx-ebbddd49]) (logid:8e817ea7) received secondary storage
vm alert
2025-02-27 10:50:27,789 DEBUG [c.c.a.SecondaryStorageVmAlertAdapter]
(secstorage-1:[ctx-ebbddd49]) (logid:8e817ea7) Secondary Storage Vm
creation failure in zone [cloud].
2025-02-27 10:50:27,791 WARN  [c.c.a.AlertManagerImpl]
(secstorage-1:[ctx-ebbddd49]) (logid:8e817ea7) alertType=[19]
dataCenterId=[1] podId=[null] clusterId=[null] message=[Secondary Storage
Vm creation failure in zone [cloud]. Error details: Unable to allocate
capacity on zone [1] due to [null].].
2025-02-27 10:50:27,796 WARN  [c.c.a.AlertManagerImpl]
(secstorage-1:[ctx-ebbddd49]) (logid:8e817ea7) No recipients set in global
setting 'alert.email.addresses', skipping sending alert with subject
[Secondary Storage Vm creation failure in zone [cloud]. Error details:
Unable to allocate capacity on zone [1] due to [null].] and content
[Secondary Storage Vm creation failure (zone cloud)].
2025-02-27 10:50:27,797 WARN  [c.c.v.SystemVmLoadScanner$1]
(secstorage-1:[ctx-ebbddd49]) (logid:8e817ea7) Unexpected exception Unable
to orchestrate the start of VM instance
{"instanceName":"s-2-VM","uuid":"824f9381-a570-4913-85d7-a60858fc61b9"}.
com.cloud.utils.exception.CloudRuntimeException: Unable to orchestrate the
start of VM instance
{"instanceName":"s-2-VM","uuid":"824f9381-a570-4913-85d7-a60858fc61b9"}.
at
com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:5470)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)


--


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


*Facebook  | Twitter
 | YouTube
 | LinkedIn
**Address : *Rayerbagh
Complex Super Market
Level #04, Shop No #66, Rayerbagh Bus Stand
Dhaka. Bangladesh
*Mob :* +88 01716915504
*Email :* support.ad...@technologyrss.com
*Web :* www.technologyrss.com


Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread Slavka Peleva
Congratulations, Joao!

Best regards,
Slavka

On Thu, Feb 27, 2025 at 2:56 PM Bernardo De Marco Gonçalves <
bernardomg2...@gmail.com> wrote:

> Congratulations, João!
>
> Best regards,
> Bernardo De Marco Gonçalves (bernardodemarco)
>
> Em qui., 27 de fev. de 2025 às 09:24, Nicolas Vazquez <
> nicolas.vazq...@shapeblue.com> escreveu:
>
> > Congratulations Joao!
> >
> > Regards,
> > Nicolas Vazquez
> >
> >
> >
> >
> >
> > From: Daan Hoogland 
> > Date: Thursday, 27 February 2025 at 09:12
> > To: dev , users 
> > Subject: New PMC member: João Jandre Parraquetti
> > The Project Management Committee (PMC) for Apache CloudStack
> > is delighted to announce that João has joined the PMC!
> > João was the 4.20 Rm and has been contributing for several years both
> > in code and in reviews and functional discussion. He is based in
> > Brazil.
> >
> > The PMC - Project Management Committee - manages and guides the
> > direction of the project, and is responsible for inviting new
> > committers and PMC members to steward the longevity of the project.
> > See https://community.apache.org/pmc/responsibilities.html if you're
> > interested in learning more about the rights and responsibilities of
> > PMC members.
> >
> > Please join us in welcoming João to their new role in our
> > project!
> >
> > Daan
> > On behalf of the CloudStack PMC
> >
>


Add Isolated Network

2025-02-27 Thread TechnologyRss
Hello,

I want to add Isolated Network, but I am not sure which info input this
mark field, Please see below link : https://prnt.sc/zcrGAuJVnH50
Give me any idea please ..


--


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


*Facebook  | Twitter
 | YouTube
 | LinkedIn
**Address : *Rayerbagh
Complex Super Market
Level #04, Shop No #66, Rayerbagh Bus Stand
Dhaka. Bangladesh
*Mob :* +88 01716915504
*Email :* support.ad...@technologyrss.com
*Web :* www.technologyrss.com


Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread Rohit Yadav
Congratulations, João! Well done.

Regards.
 



From: Slavka Peleva 
Sent: Thursday, 27 February, 2025 8:48:42 pm
To: dev@cloudstack.apache.org 
Cc: us...@cloudstack.apache.org 
Subject: Re: New PMC member: João Jandre Parraquetti

Congratulations, Joao!

Best regards,
Slavka

On Thu, Feb 27, 2025 at 2:56 PM Bernardo De Marco Gonçalves <
bernardomg2...@gmail.com> wrote:

> Congratulations, João!
>
> Best regards,
> Bernardo De Marco Gonçalves (bernardodemarco)
>
> Em qui., 27 de fev. de 2025 às 09:24, Nicolas Vazquez <
> nicolas.vazq...@shapeblue.com> escreveu:
>
> > Congratulations Joao!
> >
> > Regards,
> > Nicolas Vazquez
> >
> >
> >
> >
> >
> > From: Daan Hoogland 
> > Date: Thursday, 27 February 2025 at 09:12
> > To: dev , users 
> > Subject: New PMC member: João Jandre Parraquetti
> > The Project Management Committee (PMC) for Apache CloudStack
> > is delighted to announce that João has joined the PMC!
> > João was the 4.20 Rm and has been contributing for several years both
> > in code and in reviews and functional discussion. He is based in
> > Brazil.
> >
> > The PMC - Project Management Committee - manages and guides the
> > direction of the project, and is responsible for inviting new
> > committers and PMC members to steward the longevity of the project.
> > See https://community.apache.org/pmc/responsibilities.html if you're
> > interested in learning more about the rights and responsibilities of
> > PMC members.
> >
> > Please join us in welcoming João to their new role in our
> > project!
> >
> > Daan
> > On behalf of the CloudStack PMC
> >
>


Re: CloudStack 4.20 UI Changing Footer

2025-02-27 Thread Pearl d'Silva
Hi,

Can you please try incognito mode? That's how I tested it. Regarding the link, 
with this current workaround that unfortunately cannot be removed/modified as 
that isn't configurable at the moment.

Regards,
Pearl
 



From: Chi vediamo 
Sent: February 27, 2025 11:42 AM
To: us...@cloudstack.apache.org ; Pearl d'Silva 

Cc: dev 
Subject: Re: CloudStack 4.20 UI Changing Footer

Hello Pearl,

I did try everything even restarting the management server, it does not work 
any text from here /usr/share/cloudstack-management/webapp/locales/en.json, it 
is ot reflected on the web site, even after clearing cache.

Also I was trying to modify the Link to github on the same page. Seems like 
there is no way to do that.

Tata Y.

> On Feb 25, 2025, at 8:11 PM, Pearl d'Silva  wrote:
>
> Hi,
>
> Currently it isn't possible through the config.json file. However, that 
> particular text is controlled by the following variable "label.report.bug" in 
> the /usr/share/cloudstack-management/webapp/locales/en.json file or the 
> respective locale file. You can change the text of that label or set it to "" 
> and after a hard refresh of your browser (you may have to clear the cache) 
> you will see the change in text.
>
> Hope this helps.
>
> Regards,
> Pearl
>
>
>
> 
> From: Chi vediamo 
> Sent: February 25, 2025 7:08 PM
> To: us...@cloudstack.apache.org 
> Cc: dev 
> Subject: CloudStack 4.20 UI Changing Footer
>
> I am trying to hide or change the footer showing the following from customers.
>
>
>
> CloudStack 4.20.0.0
>  Ask a question or Report 
> an issue 
>
>
> Is there a way to call it or overload using the config.json instead of having 
> to go over the rebuild.
>
>
> Let us know.
>
> Thank you
>
> Tata Y.



Re: New PMC member: João Jandre Parraquetti

2025-02-27 Thread Pearl Dsilva
Congratulations João!

Regards,
Pearl

On Thu, Feb 27, 2025 at 7:12 AM Daan Hoogland  wrote:

> The Project Management Committee (PMC) for Apache CloudStack
> is delighted to announce that João has joined the PMC!
> João was the 4.20 Rm and has been contributing for several years both
> in code and in reviews and functional discussion. He is based in
> Brazil.
>
> The PMC - Project Management Committee - manages and guides the
> direction of the project, and is responsible for inviting new
> committers and PMC members to steward the longevity of the project.
> See https://community.apache.org/pmc/responsibilities.html if you're
> interested in learning more about the rights and responsibilities of
> PMC members.
>
> Please join us in welcoming João to their new role in our
> project!
>
> Daan
> On behalf of the CloudStack PMC
>


-- 
Pearl Dsilva