Questions tagged [swift]

9 questions
1
vote
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…
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 &…
Gallaugher
  • 111
  • 2
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

Shared storage between multiple instances of app container

What would be the best way to share persistent storage between multiple container instances of the same app ( for HA/performance purposes ). The app does not do heavy read/writes it just stores files uploaded from the users or generated files (…
spiroski
  • 101
0
votes
0 answers

OpenStack Object Storage (swift) - Large files multipart upload fails

When uploading files larger than 100GB, at the stage of multipart-manifest validation, we get 404 error for some segments that were previously uploaded successfully. As a result, the client receives a 400 response. Uploading a large file is not…
0
votes
0 answers

How to use Google Tag Manager for iOS with GCP Recommendations AI?

We are planning to make a recommendations engine for the features in the app and we were thinking about using GCP Recommendations AI. Then, we ran into some unclear areas due to lack of examples. GCP Recommendations AI is not only for shopping…
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…
CrazyRabbit
  • 119
  • 1
  • 7
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
  • 500
  • 5
  • 9