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
1
vote
0 answers

Not able to upload files to openstack swift

We have created an openstack cluster with one proxy server and three storage nodes. Configuration consist of two regions and three zones. We are able to create containers But while trying to upload files we are getting 503 service unavailable and…
1
vote
0 answers

Why does Openstack swift swift-recon -rla command gives HTTP Error 400: Bad Request

I am told by this documentation below that running swift-recon -rla on the swift_proxy_server can help determine if I have a healthy swift system [https://docs.openstack.org/swift/latest/ops_runbook/maintenance.html][1] But when I run swift-recon…
Joey Corkey
  • 475
  • 1
  • 6
  • 19
1
vote
1 answer

Why does Openstack Swift services put all its data/files in root and not my specified partition?

I deployed using kolla-ansible 5.0.0. I used fdisk to create a new xfs sda4 primary partition with size of 1.7 TB and then I created the rings following this documentation for kolla-ansible:…
Joey Corkey
  • 475
  • 1
  • 6
  • 19
1
vote
1 answer

OpenStack Swift cannot use bulk operation to auto extract tar file

I want to upload many files with a single operation in OpenStack Swift. I find the middleware -- Bulk Operations which can auto extract files from tar compressed file. However, I failed to extract the files from the tar. I PUT the tar file use the…
Jacky Liu
  • 63
  • 2
  • 6
1
vote
2 answers

Does openstack4j support set header when upload image?

I have some problem about OpenStack swift object storage. I want to set an expiration for objects. I use openstack4j. My upload object code public void add(String objectName, InputStream imageStream) { OSClientV3 clientV3 =…
coldesleon
  • 11
  • 1
1
vote
0 answers

Behavior of IBM Bluemix Swift Object Storage "X-Newest" flag

I am using the IBM Cloud Object Storage with Swift API on IBM Bluemix as seen here https://console.bluemix.net/catalog/infrastructure/object-storage-group. I need to get the newest version of an object, or to know if it was deleted. To do so I use…
Taki Nakajo
  • 11
  • 1
  • 4
1
vote
0 answers

How do you copy file across account with SwiftService

I look into SwiftClient document on Cross Account Object Copy curl -i -X PUT http://: /v1/AUTH_test1/container/destination_obj -H 'X-Auth-Token: ' -H 'X-Copy-From: /container/source_obj' -H 'X-Copy-From-Account: AUTH_test2' -H…
RobGThai
  • 5,937
  • 8
  • 41
  • 59
1
vote
1 answer

Not able to generate temporary GET url with expiry time in JOSS-openstack

I'm trying to generate a temporary URL from one of my openstack swift container. But when I access the url it gives me 401 Unauthorized: Temp URL invalid Here is a sample version of how I'm doing it. package com.raja.openstack; import…
Raja Anbazhagan
  • 4,092
  • 1
  • 44
  • 64
1
vote
0 answers

ClientResponseException in OpenStack4J on IBM Bluemix Object Storage service

I am following this guide to connect to IBM Object Storage for Bluemix with Java: https://developer.ibm.com/recipes/tutorials/connecting-to-ibm-object-storage-for-bluemix-with-java/ I have double checked the values with the credentials in the…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
1 answer

Uploading Binary File to Openstack Swift Gives Error

I am trying to upload a binary file I have to Openstack Swift. This size of this file is 129MB. I am using the Python client for uploading: swift_client =…
Piyush Shrivastava
  • 1,046
  • 2
  • 16
  • 43
1
vote
1 answer

How to disable object lists in Openstack Swift container

We are using Openstack Object Storage (SWIFT) to store large files When we using browser navigate to a container, it listed all objects belong in. The document locate at:…
phuongnd
  • 1,229
  • 15
  • 33
1
vote
0 answers

How to acces to openstack container from c program?

I have the task of downloading files from openstack container, but i can not find the libary that can connect to container. Maybe someone know something about that kind libary's? sorry for broken english :)
1
vote
1 answer

Port forward Devstack tried to connect to local IP instead of IP address of port forwarding in Swift

I installed Devstack in one of the VMs inside the network with IP address 192.168.89.51 but I port forwarded of port 5000 into seclab...de:50071. The authentication in Keystone is successful and I was able to get the token from Keystone but when I…
Ihsan Haikal
  • 1,085
  • 4
  • 16
  • 42
1
vote
3 answers

How to change OpenStack Swift source code to test my research idea?

I am a graduate student and I want to do some researches on Swift Object Storage. I have installed SAIO - Swift All In One on my Ubuntu VM. I want to change the Swift source code to test my idea. How should I start to change the source code and test…
1
vote
1 answer

How To Generate OpenStack Swift Access Token For Another User?

I have an account of an openstack swift and I can access objects in the swift using my user name and password. And my openstack swift adopt keystore to deal with auth. Now I want to generate a token and another one can access an object in the swift…
Doone
  • 81
  • 6