hello all, after a long time of struggle of 3 months, I had installed swift successfully on my machine using the link http://docs.openstack.org/developer/swift/development_saio.html . But, i have doubt on some results whether they are right. root@pragya-VirtualBox:~# startmain Starting proxy-server...(/etc/swift/proxy-server.conf) Starting container-server...(/etc/swift/container-server/1.conf) Starting container-server...(/etc/swift/container-server/2.conf) Starting container-server...(/etc/swift/container-server/3.conf) Starting container-server...(/etc/swift/container-server/4.conf) Starting account-server...(/etc/swift/account-server/1.conf) Starting account-server...(/etc/swift/account-server/2.conf) Starting account-server...(/etc/swift/account-server/3.conf) Starting account-server...(/etc/swift/account-server/4.conf) Starting object-server...(/etc/swift/object-server/1.conf) Starting object-server...(/etc/swift/object-server/2.conf) Starting object-server...(/etc/swift/object-server/3.conf) Starting object-server...(/etc/swift/object-server/4.conf) root@pragya-VirtualBox:~#curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:8080/auth/v1.0 * About to connect() to 127.0.0.1 port 8080 (#0) * Trying 127.0.0.1... connected GET /auth/v1.0 HTTP/1.1 User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3 Host: 127.0.0.1:8080 Accept: / X-Storage-User: test:tester X-Storage-Pass: testing >< HTTP/1.1 200 OK < X-Storage-Url: http://127.0.0.1:8080/v1/AUTH_test < >X-Auth-Token: AUTH_tk93448ba4e6bb4cd491379daff388637f < Content-Type: >text/html; charset=UTF-8 < X-Storage-Token: >AUTH_tk93448ba4e6bb4cd491379daff388637f < Content-Length: 0 < X-Trans-Id: >txf51e8a15f7a2477ba3ed0-0052a00d97 < Date: Thu, 05 Dec 2013 05:22:31 GMT < * >Connection #0 to host 127.0.0.1 left intact * Closing connection #0 >root@pragya-VirtualBox:~# curl -v -H 'X-Auth-Token: >AUTH_tk93448ba4e6bb4cd491379daff388637f' http://127.0.0.1:8080/v1/AUTH_test * >About to connect() to 127.0.0.1 port 8080 (#0) * Trying 127.0.0.1... >connected GET /v1/AUTH_test HTTP/1.1 User-Agent: curl/7.22.0 >(i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 >librtmp/2.3 Host: 127.0.0.1:8080 Accept: / X-Auth-Token: >AUTH_tk93448ba4e6bb4cd491379daff388637f >< HTTP/1.1 204 No Content < Content-Type: text/plain; charset=utf-8 < >X-Account-Object-Count: 0 < X-Timestamp: 1386221096.76830 < >X-Account-Bytes-Used: 0 < X-Account-Container-Count: 0 < X-Put-Timestamp: >1386221096.76830 < Content-Length: 0 < X-Trans-Id: >txb4c0201ba5ac4179a363d-0052a00e28 < Date: Thu, 05 Dec 2013 05:24:56 GMT < * >Connection #0 to host 127.0.0.1 left intact * Closing connection #0 >root@pragya-VirtualBox:~# swift -A http://127.0.0.1:8080/auth/v1.0 -U >test:tester -K testing stat Account: AUTH_test Containers: 0 Objects: 0 Bytes: >0 Content-Type: text/plain; charset=utf-8 X-Timestamp: 1386221206.86540 >X-Trans-Id: txa106237afef342e09e338-0052a00e96 X-Put-Timestamp: >1386221206.86540 root@pragya-VirtualBox:~# ~/swift/.functests >.....................................................................................................S............................................S...................................... Ran 185 tests in 84.345s OK (SKIP=2) /root ...................... Ran 22 tests in 6.885s OK /root root@pragya-VirtualBox:~# ~/swift/.probetests http://paste.openstack.org/show/54471/ my main doubt is in the result of probetest. Please help
Pragya jain
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
