488 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
44
views
Radosgw didn't apply LUA (tiering - ceph)
I'am new to S3 and I'm trying to apply LUA script to manage object via storage class in radosgw and this is what came out in radosgw logs by using this command "s3cmd put ti s3://totodash". (...
0
votes
1
answer
274
views
PyIceberg append fails with "Signer set, but token is not available"
I'm working on writing data to an Iceberg table using PyIceberg (0.6.0+) with a Ceph S3-compatible backend, via Lakekeeper (https://github.com/lakekeeper/lakekeeper) as my REST catalog and metadata ...
1
vote
1
answer
349
views
Call to Ceph object gateway returns 400
I am attempting to create an object on our Ceph instance and the only piece of information returned is that the request failed with a 400. I don't have direct access to Ceph logs as its managed by the ...
0
votes
0
answers
144
views
Adding ceph object store (bucket) user via CLI?
I have Ceph installed (via Rook) in a k8s cluster. I can create users via the Ceph dashboard in the "Object -> Buckets" navbar area, and those users can manipulate buckets without issue ...
alzee's user avatar
- 1,396
0
votes
0
answers
84
views
Ceph Reef: Object Lock COMPLIANCE Mode Not Preventing Deletion?
I'm using Ceph Reef and enabled Object Lock with COMPLIANCE mode on a bucket. I successfully applied a retention period to an object (verified via get_object_retention) — everything looks correct.
...
0
votes
1
answer
79
views
Where is ceph-gw located?
I recently set up a ceph cluster and try to connect a NVMEoTCP/NVMeof gateway to vSphere. Unfortunately all paths are marked as "STANDBY" and no device is shown to the esx.
To troubleshoot ...
1
vote
0
answers
67
views
Why are Ceph tracepoints missing when using LTTng-UST despite enabling support during compilation?
I am trying to trace Ceph using LTTng-UST, but I cannot see Ceph-specific tracepoints after following the recommended steps. I compiled Ceph with LTTng support and preloaded liblttng-ust-fork.so, but
...
0
votes
1
answer
161
views
While uploading a file to Ceph bucket , getting a S3 exception with code 403, after upgrading the s3 java dependency
While uploading a file to Ceph bucket , getting a S3 exception with code 403, after upgrading the s3 java dependency.
Error -
software.amazon.awssdk.services.s3.model.S3Exception: (Service: S3, Status ...
0
votes
0
answers
154
views
libvirt migration failed : unknown protocol 'rbd'
I've been using KVM/Qemu/libvirt/DRBD/Ceph for years but I've just had a strange issue when migrating a VM that has a Ceph RBD volume attached.
I've run this command to migrate the VM :
# virsh ...
0
votes
0
answers
92
views
Ceph erasure coding issue
See I have total host 5, each host holding 24 HDD and each HDD is of size 9.1TiB.
So, a total of 1.2PiB out of which i am getting 700TiB.
I did erasure coding 3+2 and placement group 128.
But, the ...
1
vote
1
answer
136
views
rook-ceph (rgw) s3 website doesn't redirect to the index.html
The config override:
apiVersion: v1
kind: ConfigMap
metadata:
name: rook-config-override
namespace: rook-ceph
data:
config: |
[global]
osd_pool_default_size = 1
...
0
votes
1
answer
491
views
Resolve certificate issues with Ceph
I've just deployed a three-node Ceph cluster using cephadm. I'm seeing SSL-related errors due to the fact we have an SSL-inspecting firewall/proxy.
The CA is added to all the hosts so they're able to ...
0
votes
0
answers
141
views
Moving Ceph OSD daemons to a new service specification
I had a service specification that assigned all free SSDs to OSDs:
service\_type: osd
service\_id: 34852880
service\_name: 34852880
placement:
host\_pattern: '*'
spec:
data\_devices:
...
0
votes
1
answer
739
views
Unable to Use Backup Immutability in Veeam with S3 Bucket: Default Retention Not Supported
I’m encountering an issue with configuring backup immutability in Veeam when adding an S3 bucket as a repository. Here’s a summary of the problem:
Issue: After enabling retention lock in compliance ...
0
votes
0
answers
112
views
Ceph storage: erasure code used space calculation
I have an EC pool used for object storage in Ceph. The EC is 3+2 scheme, and the pool has stored 289 TiB.
As I understand, the total storage will be used after doing EC will be:
289 TiB * 5 / 3 = 481 ...