Hi,

My attempt to upgrade my 3 node swift installation from v1.9.1 to v1.10.0
fails without any errors :(. I downloaded the tar ball from
https://launchpad.net/swift/havana/1.10.0/+download/swift-1.10.0.tar.gz and
then followed these steps:

1. Stopped the services running on my storage nodes using "swift-init all
stop".
2. Unzipped the swift sources and cd'ed into the swift-1.10.0 directory.
3. Ran python setup.py install
4. Restarted the services using "swift-init all start".
5. Followed steps 1-4 for my proxy server.

However, after the entire process completes, when I run "python -c 'import
swift; print swift.__version__'" on any of my nodes, I get 1.9.1 and not
1.10.0.

Am I missing any steps?
-Shri
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to