Re: [D] template download failedfrom AWS s3 bucket [cloudstack]

2024-08-02 Thread via GitHub
GitHub user anjanahkarthic added a comment to the discussion: template download failedfrom AWS s3 bucket I used the public AWS S3 bucket link over HTTPS to download the template. After upgrading ACS to a newer version and live-patching the system VM, I encountered a certificate issue when

Re: [D] template download failedfrom AWS s3 bucket [cloudstack]

2024-08-01 Thread via GitHub
GitHub user kiranchavala added a comment to the discussion: template download failedfrom AWS s3 bucket @anjanahkarthic are you download the template from the ssvm example get a presinged s3 URL for the object http://10.0.32.251:9000/kiran-bucket2/kvm.qcow2?X-Amz-Algorithm=AWS4-HMAC

Re: Template Download - No route to host

2021-05-13 Thread Andrija Panic
If you can ping the peer public IP, but not the gateway IP (assuming your gateway IP is pingable - not blocked for pings) - then the issue is probably somewhere on the physical networking side. On that note, you should NOT modify absolutely anything inside the SSVM in order to get it to work. Your

Re: Template Download - No route to host

2021-05-13 Thread Hean Seng
You need someone understand network to help you on designing the network for the Cloudstack , and some system knowledge to get this up and running. On Thu, May 13, 2021 at 11:12 PM Corey, Mike wrote: > Hi, > > > > I’m not a Linux guy by trade so please forgive my ignorance. The default > templ

Template Download - No route to host

2021-05-13 Thread Corey, Mike
Hi, I'm not a Linux guy by trade so please forgive my ignorance. The default template is not downloading and I'm getting the "no route to host" from ACS and inside my SSVM. The SSVM cannot ping it's public IP gateway either. And obviously it can't hit the web... root@s-2-VM:~# curl http://w

Re: CS 4.14 does not have template download function

2020-06-08 Thread Nicolas Vazquez
: CS 4.14 does not have template download function Hello, I'm wondering why CS 4.14 does not have template downloading function. How can we download an existing template? It was helpful to copy templates to new CS installations. Thanks nicolas.vazq...@shapeblue.com  www.shapeblue.com 3 L

CS 4.14 does not have template download function

2020-06-07 Thread Fariborz Navidan
Hello, I'm wondering why CS 4.14 does not have template downloading function. How can we download an existing template? It was helpful to copy templates to new CS installations. Thanks

Re: CloudStack version 4.7 Template download issue

2020-05-21 Thread Rakesh v
When you download template, SSVM creates a download url link in db table. If for any reason it gets corrupted or destroyed then the download url is no longer valid and you can’t download it again. I have created a pr for it to fix the issue Sent from my iPhone > On 21-May-2020, at 5:07 PM, And

Re: CloudStack version 4.7 Template download issue

2020-05-21 Thread Andrija Panic
Rahul, we can't possibly predicting every infra failure case. It would be better to monitor your infra to ensure no storage issues. But yes, there is always place for improvement, I agree. If SSVM is readonly, then possibly MANY/all of your system VMs (VRs) could also be in the same state. Cheer

Re: CloudStack version 4.7 Template download issue

2020-05-21 Thread Rahul Yadav
Hi Andrija, Thank you for responding, Unfortunately, System VM was in read-only mode and not able to write symlink. But, I think there should be a validation if secondary storage not reachable or read-only mode then download URL should not be generated. On Thu, May 21, 2020 at 5:49 PM Andrija

Re: CloudStack version 4.7 Template download issue

2020-05-21 Thread Andrija Panic
Hi Rahul. log to the SSVM. Check inside /var/www/userdata (hope I have the right path here) = there should be a sym link with name "581a31e5-acc0-46d0-b05b-879b75e18b3e.vhd " that points to the different VHD file name on the

CloudStack version 4.7 Template download issue

2020-05-21 Thread Rahul Yadav
Hi, I have created a volumes template and template got created successfully. Now, I want to download the template so I click on the download template (GUI) and it generated a URL with full path. example- http://192.168.1.110/userdata/581a31e5-acc0-46d0-b05b-879b75e18b3e.vhd But, When I checked i

Re: CLOUDSTACK-9238: Template download URL length really fixed ?

2016-05-26 Thread Marc-Aurèle Brothier - Exoscale
Hi Aurélien, Check the database schema as the URL is stored there. My guess is that the column size is 255. Marco > On 25 May 2016, at 15:08, Aurélien wrote: > > Hello, > > I’m investigating an issue on CS 4.8.0 when registering an ISO with a > long URL (>255 chars). The only issue related

CLOUDSTACK-9238: Template download URL length really fixed ?

2016-05-25 Thread Aurélien
Hello, I’m investigating an issue on CS 4.8.0 when registering an ISO with a long URL (>255 chars). The only issue related to it that I could find is https://issues.apache.org/jira/browse/CLOUDSTACK-9238. Basically, the problem could be reproduced by entering an URL with more that 255 chars in th

Re: Template - Download file size is too large

2014-08-20 Thread cloud rahul
Hello Harikrishna, Thank you very much :) I would like to discuss one more question. Process of uploading volume, template and ISO will copy files to Secondary Storage. So what do you think about, what parameter may cause timeout before completion of process apart from network related issues? I

Re: Template - Download file size is too large

2014-08-20 Thread Harikrishna Patnala
Hi, answers inline. -Harikrishna On 20-Aug-2014, at 11:48 am, rahul wrote: > Nitin Mehta writes: > > > >> > >> You can upload data volumes into CS and this config is used for defining > >> the max size of the volume you can upload. > > > > > > Hi > > > > 1) So storage.max.volume

Re: Template - Download file size is too large

2014-08-19 Thread rahul
Nitin Mehta writes: > > You can upload data volumes into CS and this config is used for defining > the max size of the volume you can upload. Hi 1) So storage.max.volume.upload.size config is used for defining the max size of the volume that we can upload. Is this same for uploading

Re: Template - Download file size is too large

2014-06-16 Thread Nitin Mehta
You can upload data volumes into CS and this config is used for defining the max size of the volume you can upload. On 16/06/14 1:51 PM, "Bret Mette" wrote: >I changed it and it worked. But what is the >storage.max.volume.upload.size setting for? > > >- Bret > >> On Jun 16, 2014, at 1:41 PM, Nit

Re: Template - Download file size is too large

2014-06-16 Thread Bret Mette
I changed it and it worked. But what is the storage.max.volume.upload.size setting for? - Bret > On Jun 16, 2014, at 1:41 PM, Nitin Mehta wrote: > > storage.max.volume.upload.size

Re: Template - Download file size is too large

2014-06-16 Thread Nitin Mehta
ette [mailto:bret.me...@dbihosting.com] >> Sent: Saturday, June 14, 2014 10:44 PM >> To: users@cloudstack.apache.org >> Subject: Template - Download file size is too large >> >> Hey Everyone, >> >> I keep getting this error when CloudStack attempts to download a

Re: Template - Download file size is too large

2014-06-15 Thread Bret Mette
] > Sent: Saturday, June 14, 2014 10:44 PM > To: users@cloudstack.apache.org > Subject: Template - Download file size is too large > > Hey Everyone, > > I keep getting this error when CloudStack attempts to download a template > I have registered. > > The template fil

RE: Template - Download file size is too large

2014-06-15 Thread Shweta Agarwal
...@dbihosting.com] Sent: Saturday, June 14, 2014 10:44 PM To: users@cloudstack.apache.org Subject: Template - Download file size is too large Hey Everyone, I keep getting this error when CloudStack attempts to download a template I have registered. The template file itself is 50GB and my

RE: template download

2014-06-15 Thread Sanjeev Neelarapu
hit Yadav Sent: Friday, June 13, 2014 4:28 PM To: users@cloudstack.apache.org Subject: Re: template download Sebastien, if stop-start does not work just (force) remove the SSVM, the ACS/HA thread will kick in and start new SSVM(s) which should work. Hope this helps. On Thu, Jun 12, 2014

Template - Download file size is too large

2014-06-14 Thread Bret Mette
Hey Everyone, I keep getting this error when CloudStack attempts to download a template I have registered. The template file itself is 50GB and my storage.max.volume.upload.size is set to 500, which it states is in GBs according to the global settings. I have plenty of secondary and primary stora

Re: template download

2014-06-13 Thread Rohit Yadav
Sebastien, if stop-start does not work just (force) remove the SSVM, the ACS/HA thread will kick in and start new SSVM(s) which should work. Hope this helps. On Thu, Jun 12, 2014 at 2:32 PM, sebgoa wrote: > Hi folks, > > If a template fails to download (network issues on ssvm) and I then fix m

Re: template download

2014-06-12 Thread Derek Page
he download will re-kick. > > > > On Jun 12, 2014, at 11:15 AM, Prashant Kumar Mishra < > prashantkumar.mis...@citrix.com> wrote: > > > >> ssvm stop-start should help > >> > >> thanks > >> prashant > >> -Original Message- > >&g

Re: template download

2014-06-12 Thread Konstantinos Karampogias
t; prashant >> -Original Message- >> From: sebgoa [mailto:run...@gmail.com] >> Sent: Thursday, June 12, 2014 2:32 PM >> To: users@cloudstack.apache.org >> Subject: template download >> >> Hi folks, >> >> If a template fails to download (n

Re: template download

2014-06-12 Thread sebgoa
, 2014, at 11:15 AM, Prashant Kumar Mishra wrote: > ssvm stop-start should help > > thanks > prashant > -Original Message- > From: sebgoa [mailto:run...@gmail.com] > Sent: Thursday, June 12, 2014 2:32 PM > To: users@cloudstack.apache.org > Subject: template downlo

RE: template download

2014-06-12 Thread Prashant Kumar Mishra
ssvm stop-start should help thanks prashant -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Thursday, June 12, 2014 2:32 PM To: users@cloudstack.apache.org Subject: template download Hi folks, If a template fails to download (network issues on ssvm) and I then fix my

template download

2014-06-12 Thread sebgoa
Hi folks, If a template fails to download (network issues on ssvm) and I then fix my problems. how do I kick off a new attempt at downloading the template ? thanks -sebastien

Re: Restarting template download

2013-05-20 Thread Nitin Mehta
gt;Geoff Higginbottom > >D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 > >geoff.higginbot...@shapeblue.com > >-Original Message- >From: CK [mailto:cloudw...@gmail.com] >Sent: 20 May 2013 14:20 >To: users@cloudstack.apache.org >Subject: Restarti

RE: Restarting template download

2013-05-20 Thread Geoff Higginbottom
m: CK [mailto:cloudw...@gmail.com] Sent: 20 May 2013 14:20 To: users@cloudstack.apache.org Subject: Restarting template download I am having problems downloading the System Centos template, while I tweak settings on the SSVM, is there anyway of kicking off/restarting the template download, other than

Restarting template download

2013-05-20 Thread CK
I am having problems downloading the System Centos template, while I tweak settings on the SSVM, is there anyway of kicking off/restarting the template download, other than restarting the SSVM? What prompts the CS-MGMT to start downloading a template?

Re: Template download stuck at 1%

2013-05-18 Thread CK
eth2 was first and the wget directly on the SSVM works! I then rebooted the SSVM and the Template download on the CS MGMT started this time it got 38% and stopped. I have checked the SSVM and wget works fine so is there anything on the CS MGMT that needs tweaking as well? On SSVM: root@s-4-VM

RE: Template download stuck at 1%

2013-05-17 Thread Musayev, Ilya
ssue still persists. If your web server and CS MGMT host are on the same network, paste the output of "netstat -nr" From: CK [mailto:cloudw...@gmail.com] Sent: Friday, May 17, 2013 8:35 AM To: users@cloudstack.apache.org Cc: Musayev, Ilya Subject: Re: Template download stuck at 1% My SS

Re: Template download stuck at 1%

2013-05-17 Thread CK
10:02 PM > To: users@cloudstack.apache.org > Subject: Re: Template download stuck at 1% > > Stop firewall and see if it helps. > > > Original message > From: CK mailto:cloudw...@gmail.com>> > Date: > To: users@cloudstack.apache.org<mailto:us

RE: Template download stuck at 1%

2013-05-15 Thread Musayev, Ilya
I would also check that MTU is properly set across the board and no packets are dropped on the switch or elsewhere. From: Musayev, Ilya Sent: Wednesday, May 15, 2013 10:02 PM To: users@cloudstack.apache.org Subject: Re: Template download stuck at 1% Stop firewall and see if it helps

Re: Template download stuck at 1%

2013-05-15 Thread Musayev, Ilya
Stop firewall and see if it helps. Original message From: CK Date: To: users@cloudstack.apache.org Subject: Re: Template download stuck at 1% Running wget to download a template as a test on the SSVM starts off fine and then after several seconds (10+) the download grinds

Re: Template download stuck at 1%

2013-05-15 Thread CK
Running wget to download a template as a test on the SSVM starts off fine and then after several seconds (10+) the download grinds down to 0Kb/s - the ETA starts to go up. Doing the same wget download from the MS host works fine the template is downloaded in full - no timeouts. Looking in the log

Re: Template download stuck at 1%

2013-05-15 Thread Chip Childers
On Wed, May 15, 2013 at 12:40:47AM +0100, CK wrote: > Running a fresh install of ACS on Centos 6.4 with KVM as the host. Having > setup a basic zone the CentOS 5.5(64-bit) no GUI (KVM) template is stuck at > 1% downloaded. > > I have run through the SSVM troubleshooting guide and everything appear

Template download stuck at 1%

2013-05-14 Thread CK
Running a fresh install of ACS on Centos 6.4 with KVM as the host. Having setup a basic zone the CentOS 5.5(64-bit) no GUI (KVM) template is stuck at 1% downloaded. I have run through the SSVM troubleshooting guide and everything appears to be running fine on the SSVM - secstorage nfs mount, publi