Questions tagged [swift]

8 questions
2
votes
0 answers

Swift Stack Proxy Server Reboot

I'm fairly new to Object Storage and have been thrown into support for an old product we no longer have a support contract for and therefore can't seek help from the vendor. I have a 13-node cluster, 10 object nodes, and 3 proxy nodes. I'm wondering…
marshit
  • 31
1
vote
0 answers

Got Invalid path and Account GET failed error when install openstack swift

I followed the official installation guide to build a openstack train version cluster on centos7, after I installed and configured swift, got error report in swift list --debug output when starting the swift services. INFO:swiftclient:REQ: curl -i…
maikale
  • 11
1
vote
1 answer

Google Places & M1 Macs

My Swift/iOS students are building apps with GooglePlaces. It seems GooglePlaces does not run in the simulator on M1 Macs, so anyone with an M1 has been building & running on iOS devices. I have one student who has an M1 Mac but is an Android user &…
1
vote
0 answers

Openstack Swift fallocate_reserve option not working

I'm using fallocate_reserve = 5368709120 as an option in account, container and object confs, to make sure 5G reserve space remains on the disks and the the disks does not get filled up. However, while uploading larger objects, it does not limit or…
Akhil R
  • 11
  • 1
0
votes
0 answers

swift-proxy options are not known to keystonemiddleware

I'm using OpenStack Keystone to verify users for OpenStack Swift. But it seems like Keystone version is not compatible with Swift version or something I don't know. Please help. I'm using Yoga version on Ubuntu 20. Commands that I ran before…
0
votes
1 answer

Openstack Swift stat [Errno 111] Connection refused

when i type swift stat i get this error : HTTPConnectionPool(host='controller', port=8080): Max retries exceeded with url: /v1/AUTH_d17698cf7bbf4dcc8fc59ed6f7b48052 (Caused by NewConnectionError('
0
votes
2 answers

What is the role of container _segments in OpenStack SWIFT?

I've created a container named jobs some months ago, and today i see another container named jobs_segments holding several Gigabytes of data. I've read that it is created to hold the individual parts when doing a segmented SWIFT upload. Questions…
0
votes
1 answer

How can each OpenStack Swift object-storage container be set up with a different password/key in a standard way?

I'd like to have many storage buckets, each with its own password or key for read & write access for use by end users. Some options I've discovered: ACLs: These work on a per-OpenStack-user basis. I don't think it makes sense to create a new…
colan
  • 530