[Openstack] [Swift] Help testing auth 2.0 enabled FTP service

2012-11-20 Thread Juan J. Martinez
not using Swift with Keystone myself, so I'd appreciate some help testing the new code. There's an open issue, just add a comment if you give the new code a go: https://github.com/chmouel/ftp-cloudfs/issues/29 Thanks in advance! Regards, Juan -- Juan J. Martinez Development, MEMSET m

Re: [Openstack] Swift account listing

2012-07-19 Thread Juan J. Martinez
On 18/07/12 23:52, Pete Zaitcev wrote: > Guys, a simple question hopefuly: Not that simple :( > How do I list all Swift accounts? Disclaimer: I don't know if I'm missing an easy way of doing this! I guess you can use the list of current accounts from Keystone and translate that into the account

Re: [Openstack] Unsubscribe

2012-07-02 Thread Juan J. Martinez
On 02/07/12 10:58, Alexey Eromenko wrote: > How-to unsubscribe ? > Go to https://launchpad.net/~openstack , login in your launchpad account and click on "Unsubscribe" button in Mailing list section (left bottom). There are links 4 links in at the end on any mail to the list with information abou

Re: [Openstack] [keystone] Keystone on port 5000 - proposing change default port to 8770

2012-06-21 Thread Juan J. Martinez
On 21/06/12 09:27, Joseph Heck wrote: > Honestly the only reason is that I've heard some fairly direct feedback that > port 5000 is that MS uPnP port and hence blocked by many corporate entities, > so it's just a matter of a PITA and a slight bump in setup for those groups. > Thought to honestly

Re: [Openstack] [Swift] Where's Object's metadata located ?

2012-06-18 Thread Juan J. Martinez
On 18/06/12 11:57, Kuo Hugo wrote: > Hi Adrian , > > Thanks for your explanation ... > > About Q2 , manifest question > Is there any audit mechanism to delete segments of failure uploading object? > What if the uploading procedure is been interrupted by user . > As you said , I think the segmen

Re: [Openstack] [Swift] swift.common.client and swift CLI has moved to its own project python-swiftclient

2012-06-13 Thread Juan J. Martinez
On 13/06/12 15:42, Dan Prince wrote: > Okay. It looks like Swift also still depends on swiftclient. Long term it > would be nice if we could build and unit test swift without relying on the > swiftclient package. Could we: > I can't see the reason for that, swiftlclient is a dependency of swift

Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-30 Thread Juan J. Martinez
On 29/05/12 18:07, Shawn Heisey wrote: > [...] >> Just as a note, the SSL capabilities for the Swift proxy server are >> truly for basic testing only. You might want to start with non-SSL and >> then lock it down after you get things working otherwise. > > It took a few tries to figure out everyth

Re: [Openstack] Swift Object Storage

2012-05-09 Thread Juan J. Martinez
On 09/05/12 04:02, Sid Sudhi wrote: > > I am trying to write a script to upload large sized files. I am > encountering the following limitations - can some one shed some light if > they can help me over come the issue? > > When files are big and they uploaded with chunks these chunks do not > del

[Openstack] [siwft] Restarting services, FIN_WAIT1

2012-05-02 Thread Juan J. Martinez
p_orphan_retries to 1 (default seems to be 0 in Squeeze, and seems that it's the reason the orphans are there for ever) - Use a tool like tcpkill Actually I was wondering if there's a "cleaner" way of stopping the process without leaving the send queue full. Regards, Juan