i have error when i execute swift -A http://xxx.xxx.x.x:5000/v2.0 -U service:swift -K swift -V 2.0 stat outputlike this Auth GET failed: http://xxx.xxx.x.x:5000/v2.0/tokens 500 Internal Server Error maybe any solution for me !
标签:
openstack-swift
相关问题
- swift command to test openstack object storage
- Connecting to softlayer object storage using opens
- OpenStack- KeyStone connection to Android Project
- How to create temporary URL for Swift object stora
- Can I append or overwrite some bytes to an existin
相关文章
- swift command to test openstack object storage
- Connecting to softlayer object storage using opens
- OpenStack- KeyStone connection to Android Project
- How to create temporary URL for Swift object stora
- Can I append or overwrite some bytes to an existin
- CORS support in OpenStack SWIFT
- Can not debug java.lang.NoClassDefFoundError: com/
- Public URLs For Objects In Bluemix Object Storage
Let me know what you get after executing this. Also make sure all your swift related services are running. You can start all of them at once using.
Hope it helps.
Elvis Jon Freddy Sitinjak, you need to copy the object.ring.gz from your proxy node to all the storage nodes.
koolhead17 I have tried to execute sudo
swift-init main start
result IOError: [Errno 2] No such file or directory: '/etc/swift/object.ring.gz'
and then when i execute sudo swift-init rest start
result IOError: [Errno 2] No such file or directory: '/etc/swift/object.ring.gz'
maybe...any solution for me? :)
to run your swift environment, use following command:
swift-init all restart