Re: S3 as Secondary Storage

2017-03-27 Thread Will Stevens
s for the feedback Wido. :) *Will Stevens* On Mon, Mar 27, 2017 at 10:08 AM, Wido den Hollander wrote: > > > Op 27 maart 2017 om 14:09 schreef Will Stevens : > > > > > > Hey All, > > If anyone is using S3 as Secondary Storage in production (or even testing >

Re: S3 as Secondary Storage

2017-03-27 Thread Wido den Hollander
> Op 27 maart 2017 om 14:09 schreef Will Stevens : > > > Hey All, > If anyone is using S3 as Secondary Storage in production (or even testing > at this point), please respond to this thread. > We are. Using Ceph's RADOS Gateway (Hammer, 0.94.11) as the gateway

S3 as Secondary Storage

2017-03-27 Thread Will Stevens
Hey All, If anyone is using S3 as Secondary Storage in production (or even testing at this point), please respond to this thread. We have been using Swift in production for the last couple years and I think we have worked out most of the kinks. Not all of our fixes have been pushed upstream yet

Re: S3 as secondary storage is broken in master

2013-11-06 Thread Min Chen
":6,"vmName":"i-1-6-VM","accountId":1,"format":"QCOW2","id":6," >hypervisorType":"KVM"}},"executeInSequence":true,"wait":10800}}] >} > >2013-11-06 22:01:44,683 DEBUG [cloud.agent.Agent] >(agentRe

Re: S3 as secondary storage is broken in master

2013-11-06 Thread Marcus Sorensen
quence":true,"wait":10800}}] > } > > 2013-11-06 22:01:44,683 DEBUG [cloud.agent.Agent] > (agentRequest-Handler-5:null) Processing command: > org.apache.cloudstack.storage.command.CopyCommand > > 2013-11-06 22:01:44,684 DEBUG [cloud.agent.Agent] > (agentRequest

Re: S3 as secondary storage is broken in master

2013-11-06 Thread Marcus Sorensen
Id":1,"format":"QCOW2","id":6,"hypervisorType":"KVM"}},"executeInSequence":true,"wait":10800}}] } 2013-11-06 22:01:44,683 DEBUG [cloud.agent.Agent] (agentRequest-Handler-5:null) Processing command: org.apache.cloudstack.

Re: S3 as secondary storage is broken in master

2013-11-02 Thread Min Chen
he.org>" mailto:dev@cloudstack.apache.org>>, "SuichII, Christopher" mailto:chris.su...@netapp.com>>, Edison Su mailto:edison...@citrix.com>> Subject: Re: S3 as secondary storage is broken in master OK. I was thinking that S3 was acting as secondary storage now but

Re: S3 as secondary storage is broken in master

2013-11-02 Thread Marcus Sorensen
ged it to: > > > > if (srcData.getObjectType() == DataObjectType.TEMPLATE && > > srcData.getDataStore().getRole() == DataStoreRole.Image && > > destData.getDataStore().getRole() == DataStoreRole.Primary) { > > > >> On Fri, Nov 1, 2013 at 10:34 PM, M

Re: S3 as secondary storage is broken in master

2013-11-02 Thread Min Chen
; destData.getDataStore().getRole() == DataStoreRole.Primary) { > >> On Fri, Nov 1, 2013 at 10:34 PM, Min Chen wrote: >> Hi Marcus, >> >> Your commit a504c004bf10555e5ea67ec89fe7bf6f00fe4622 broke S3 functionality. >> With S3 as secondary storage, system vm cannot

Re: S3 as secondary storage is broken in master

2013-11-02 Thread Marcus Sorensen
ary) { On Fri, Nov 1, 2013 at 10:34 PM, Min Chen wrote: > Hi Marcus, > > Your commit a504c004bf10555e5ea67ec89fe7bf6f00fe4622 broke S3 functionality. > With S3 as secondary storage, system vm cannot be started. Since for S3, > copy template to primary will be from an ImageCache store. Your following > l

S3 as secondary storage is broken in master

2013-11-01 Thread Min Chen
Hi Marcus, Your commit a504c004bf10555e5ea67ec89fe7bf6f00fe4622 broke S3 functionality. With S3 as secondary storage, system vm cannot be started. Since for S3, copy template to primary will be from an ImageCache store. Your following line of code : if (srcData.getObjectType