ceph-container icon indicating copy to clipboard operation
ceph-container copied to clipboard

Docker files and images to run Ceph in containers

Results 76 ceph-container issues
Sort by recently updated
recently updated
newest added

This sets the maximum locked-in memory to ~200Mb for both root and ceph users. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2266529

do not merge

We use latest image hash of ceph in our ( ceph-csi github.com/ceph/ceph-csi) container build process and running the scanner against the build returns too many vulnarabilities . This has become...

Is this a bug report or feature request? * Bug Report **Bug Report** What happened: cephcsi[95824]: segfault at 45d0700 ip 00007feb80809f20 sp 00007ffe3e0fba48 error 6 in libc-2.28.so[7feb807e5000+1cd000] What you expected...

Is this a bug report or feature request? * Feature Request **Feature Request** We are using the `quay.io/ceph/daemon` Docker image from within our CI pipeline for integration tests of our...

**Bug Report** What happened: I am trying to build a docker-compose file via this configuration which should start a proper CEPH instance. ``` version: '3' services: ceph-mon: image: ceph/daemon:v6.0.4-stable-6.0-pacific-centos-8 environment:...

i tried to run this command : `sudo ceph-volume lvm create --data /dev/vdb` here is the output : `[Running] command: /bin/ceph-authtool --gen-print-key Running command: /bin/ceph --cluster ceph --name client.bootstrap-osd --keyring...

I'm trying to make a new container build based on the head of the reef branch (as there are a few fixes I'd really love to be running), but it...

wontfix

The "ceph-container" GitHub project started as an experiment to containerize Ceph and make it integrate with Kubernetes. It has met this goal. I'm opening this ticket to propose how to...

Do not use buildlogs.centos.org as a repo. Those locations are not guaranteed to be permanent storehouses for RPM builds, and they are generally assumed to also have non-release versions as...

My server is not allowed to remotely connect with the root user, so I use the option --ssh-user for my ubuntu user. However, I encountered such problems when I was...