RE: Add S3 secondary storage

2014-06-16 Thread Sanjeev Neelarapu
: Re: Add S3 secondary storage On Jun 16, 2014, at 12:14 AM, Sanjeev Neelarapu wrote: > Hi Sebastien, > > #1 For adding S3 object store as secondary storage use "addImageStore" API > with provider as "s3" > http://cloudstack.apache.org/docs/api/apidocs-4.3/ro

Re: Add S3 secondary storage

2014-06-16 Thread Sebastien Goasguen
gt; http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/updateCloudToUseObjectStore.html thanks for the pointer, I will check it out. So what is the addS3 api used for ? > > Thanks, > Sanjeev > > -Original Message- > From: sebgoa [mailto:run...@gmail.com] >

RE: Add S3 secondary storage

2014-06-15 Thread Sanjeev Neelarapu
we can migrate from NFS to S3 http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/updateCloudToUseObjectStore.html Thanks, Sanjeev -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Sunday, June 15, 2014 8:28 PM To: dev@cloudstack.apache.org Subject: Add S3 seconda

Add S3 secondary storage

2014-06-15 Thread sebgoa
Hi folks, if we want to add a S3 object store as secondary storage, do we just call addS3 ? http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/addS3.html I have a basic zone with an existing NFS secondary store, can I add a second secondary storage using a S3 store ? thanks, -sebast