Re: [Openstack] novnc zombie processes

2012-09-06 Thread pf shineyear
i have this problem too~~ root 23044 0.0 0.0 0 0 ?ZSep06 0:00 [python] root 23045 0.0 0.0 0 0 ?ZSep06 0:00 [python] root 23046 0.0 0.0 0 0 ?ZSep06 0:00 [python] root 23047 0.0 0.0 0 0 ?

[Openstack] patch for obj server return 202 accepted when file already exist

2012-01-31 Thread pf shineyear
http://wiki.openstack.org/patch_for_obj_server_return_202_accepted ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListH

[Openstack] unlink_exist_file_return_202.patch

2012-01-30 Thread pf shineyear
for now , if u upload a file which is already exist in swift, it just return 201, it's same as upload a new file, so , i write this patch, it return 202 , hope u like it . thanks unlink_exist_file_return_202.patch Description: Binary data ___ Mailing

[Openstack] why swift proxy server use poll not epoll??

2011-12-11 Thread pf shineyear
hi all , can any one tell my the reson of swift proxy server http service use python eventlet poll not epoll? i think epoll is more effcient than poll and if i just use one process, many upload action at same time, poll will not work well i think. thanks. _

[Openstack] slogging GMT time

2011-12-06 Thread pf shineyear
all swift use UTC time (gmtime) not local time so if any one want to analysis the log or write some plugin for slogging, please comfirm you already exchange your time to UTC time or your total calculate will not correct ___ Mailing list: https://launchp

[Openstack] swift urlencode

2011-12-06 Thread pf shineyear
hi all , i just found that swift use urllib.quote and urllib.unquote to process request url. but in php urlencode or rawurlencode process result is very different from python's for example: org: http://www.brighthost.com/test space~.html php urlencode: http%3A%2F%2Fwww.brighthost.com%2Ftest+s

Re: [Openstack] use php to make container public or not

2011-12-06 Thread pf shineyear
why you do not try to swauth? it's create enough i think... On Tue, Dec 6, 2011 at 7:10 PM, crayon_z wrote: > ** > Hi, pf shineyear. > > It seems that you use swauth or tempauth as the auth system for Swift. > Have you tried the keystone auth system? How to make a cont

Re: [Openstack] use php to make container public or not

2011-12-06 Thread pf shineyear
sorry , i did not use keystone On Tue, Dec 6, 2011 at 7:10 PM, crayon_z wrote: > ** > Hi, pf shineyear. > > It seems that you use swauth or tempauth as the auth system for Swift. > Have you tried the keystone auth system? How to make a container private > with keystone aut

[Openstack] slogging plugin development document

2011-12-05 Thread pf shineyear
hi all, i write a document about swift slogging system plugin development you can get it at http://wiki.openstack.org/development/swift/slogging if some one can put it into swift development document , i will thanks. ___ Mailing list: https://launchpad.

[Openstack] development document: about swift slogging system

2011-12-01 Thread pf shineyear
hi all i write a document about openstack swift distributed log system "slogging" http://wiki.openstack.org/development/swift/slogging if some one can put it into the development document i will very appreciate. thanks. ___ Mailing list: https://launc

Re: [Openstack] how to list all account and get disk usage info?

2011-11-30 Thread pf shineyear
my question is for swift but, this python code not for swift, it's for nova can anyone tell me how do that in swift? thanks. On Thu, Dec 1, 2011 at 10:29 AM, Tom Fifield wrote: > Hi, > > Is this for Swift? > > Regards, > > Tom > > > On 12/01/2011 09:41

Re: [Openstack] how to list all account and get disk usage info?

2011-11-30 Thread pf shineyear
t has yet been added to python-novaclient to access > this endpoint, though it should be simple enough to implement. > > A > > On Wed, Nov 30, 2011 at 2:41 PM, pf shineyear wrote: > >> hi all : >> >> does anyone know how to list all account and get each account'

[Openstack] how to list all account and get disk usage info?

2011-11-30 Thread pf shineyear
hi all : does anyone know how to list all account and get each account's disk usage info? because i want to get every account disk usage info for bill per hour. thanks. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.la

[Openstack] some of my understand of swift object replication (chinese and english)

2011-11-29 Thread pf shineyear
response mail about that question from core developer of swift On Mon, Nov 28, 2011 at 9:04 PM, pf shineyear wrote: > hi all > i think X-Timestamp header is come from the proxy servery to object storage > node, the value is proxy server current time. > if i have 2 or more proxy serve

[Openstack] development document: how to write a filter module to swift

2011-11-29 Thread pf shineyear
http://wiki.openstack.org/development/swift/filter it's not perfect but i think this can help some people at the beginning. if someone can help me to move this document to Swift Developer Documentation i will say thank you. __

[Openstack] question about X-Timestamp header

2011-11-28 Thread pf shineyear
hi all i think X-Timestamp header is come from the proxy servery to object storage node, the value is proxy server current time. if i have 2 or more proxy server run in one cluster, should i comfirm same "account/container/filename" use same proxy server? because if i upload one file 2 times use

[Openstack] use php to make container public or not

2011-11-22 Thread pf shineyear
php curl have a shit feature: can not post an empty http header, so if you want to perform a command like this in php: swift -A http://10.38.10.127:8080/auth/v1.0 -U AUTH_testa27:AUTH_testu27 -K testp post -r ' ' mycontainer2 the "X-Container-Read" will not be send, so you can not make a containe