Questions tagged [openstack-swift]

Swift is a massively scalable redundant storage system providing an object storage similar to Amazon's S3. Project was started in August 2009 and is part of OpenStack.

Related tag: , see also http://OpenStack.org.

339 questions
0
votes
1 answer

error creating container in openstack swift

I am trying to install the latest version of swift following instructions from http://docs.openstack.org/icehouse/install.../general-installation-steps-swift.html. I am able to authenticate with keystone and also able to successfully run the command…
Sagar Jha
  • 1,068
  • 4
  • 14
  • 24
0
votes
1 answer

Generating temporary URI for object using BlobStore

I am trying to implement a generation of a temporary GET URIs for objects stored in the OpenStack Swift container using jClouds BlobStore features. However I am getting these errors: java.lang.IllegalStateException:…
0
votes
1 answer

How to get a multi part object from openstack swift using jclouds

I am trying to store and retrieve binary objects from swift using jclouds.openstack.swift API Question: How to download objects using ranges. For example: swiftApi = ContextBuilder.newBuilder(provider) .endpoint("....") …
4d50
  • 45
  • 4
0
votes
1 answer

creating rings with regions openstack swift

I installed swift on a multi-node cluster by following instructions from http://docs.openstack.org/developer/swift/howto_installmultinode.html. I wanted to add two regions to my swift installation. I tried to build the ring with the…
Sagar Jha
  • 1,068
  • 4
  • 14
  • 24
0
votes
1 answer

swiftclient object delete-at/after questions

When using the Python swiftclient module I can POST to an object with a header of X-Delete-At/After and an epoch, but how do I show the expiration time of the object? I was doing some testing and it seems that the file is always being expired…
Rob Marshall
  • 599
  • 1
  • 4
  • 11
0
votes
1 answer

Using jclouds to list containers in SAIO Openstack swift server not successful

I have set up a SAIO server according to Openstack Swift's site: http://docs.openstack.org/developer/swift/development_saio.html#loopback-section I'm using the default test account. I can curl to it using other machines using these commands: curl -v…
user3416827
  • 43
  • 1
  • 8
0
votes
1 answer

swift + keystone user / password invalid

i am newbie at openstack i just installed and configured Swift. Followed this instruction: http://docs.openstack.org/developer/swift/development_saio.html everything works fine. Next i want to create users, groups dynamically. But i found its not…
0
votes
1 answer

How to enable SwiftStackAuth in Swift proxy server

How do I use SwiftStackAuth for authentication? I wasn't able to find out any instruction on official site:- http://docs.openstack.org/developer/swift/howto_installmultinode.html
Karthik
  • 154
  • 1
  • 9
0
votes
2 answers

Unable to download object from Open Stack Object Storage( Swift )

Some days before all functionality working properly but now when I am trying to download object from Open Stack Object Storage( Swift ) then it gives error as below. Unauthorized This server could not verify that you are authorized to access the…
0
votes
3 answers

RAID disk usage pattern and performance

OpenStack Swift deployment documentation says: Swift’s disk usage pattern is the worst case possible for RAID, and performance degrades very quickly using RAID 5 or 6. But I failed to find any elaboration or explanation of that. So, before I dig…
bereal
  • 32,519
  • 6
  • 58
  • 104
0
votes
2 answers

What's the best method to let the users access the file in Openstack Swift?

We are one of the Openstack cloud user and use Swift to store lots of files in cloud. And our users (the end-users) will access these files. If the files are public, then the end-users can directly visit the object URL in web or mobile applications.…
flypen
  • 2,515
  • 4
  • 34
  • 51
0
votes
1 answer

Auth GET failed: 500 Internal Server Error

i have problem with swift..when i execute swift -V 2.0 -A http://xxx.xxx.x.xx:5000/v2.0/ -U cookbook:demo -K openstack stat and then this is output Auth GET failed: http://xxx.xxx.x.xx:5000/v2.0/tokens 500 Internal Server Error any solution for me?…
0
votes
1 answer

Is there a relation between available RAM and Ring size in OpenStack SWIFT?

I was reading about OpenStack SWIFT and its different components. But I have a doubt, if available RAM is more, then can we afford to have Rings of bigger size ? And how does Ring Size affect the system ?
Akash B
  • 99
  • 8
0
votes
4 answers

swift command to test openstack object storage

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 !
0
votes
1 answer

"HTTP method DELETE doesn't support output" exception when executing a bulk-delete on Swift using jClouds

When trying to execute a bulk-delete for objects in openstack swift using jclouds, we are getting the following exception: HTTP method DELETE doesn't support output connecting to DELETE…
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100