ceph Questions

4

Solved

The WAL (Write-Ahead Log) technology has been used in many systems. The mechanism of a WAL is that when a client writes data, the system does two things: Write a log to disk and return to the c...
Democritus asked 4/11, 2019 at 13:9

2

Solved

I have a Ceph cluster of 66 OSD with a data_pool and a metadata_pool. I would like to place the metadata_pool on 3 specific OSD which are having SSDs, since all other 63 OSD having older disks. H...
Firenze asked 23/9, 2019 at 10:24

3

Solved

I followed the following steps from https://docs.ceph.com/en/latest/cephadm/install/ to setup a ceph cluster on Centos 8.1 curl --silent --remote-name --location https://github.com/ceph/ceph/...
Cholecystectomy asked 11/11, 2020 at 8:50

1

I'm using kubernetes v1.16.10 with a Ceph 13.2.2 Mimic cluster for dynamic volume provisioning through ceph-csi. But then I have found ceph-rbd Ceph RBD (kubernetes.io/rbd) https://kubernetes.io...
Northeastwards asked 3/6, 2020 at 8:59

0

I use rook to build a ceph cluster.But my pvc get stuck in pending. When I used kubectl describe pvc, I found events from persistentvolume-controller: waiting for a volume to be created, either by ...
Cointon asked 2/2, 2021 at 3:20

2

Solved

I configured a simple Ceph cluster with cephadm, like this: cephadm bootstrap --mon-ip 192.168.0.4 ssh-copy-id -f -i /etc/ceph/ceph.pub root@host2 ssh-copy-id -f -i /etc/ceph/ceph.pub root@h...
Appetizer asked 12/5, 2020 at 22:42

2

I got Kubernetes Cluster with 1 master and 3 workers nodes. calico v3.7.3 kubernetes v1.16.0 installed via kubespray https://github.com/kubernetes-sigs/kubespray Before that, I normally deployed al...
Billie asked 7/10, 2019 at 10:58

5

Solved

I'm running proxmox and I try to remove a pool which I created wrong. However it keeps giving this error: mon_command failed - pool deletion is disabled; you must first set the mon_allow_pool_dele...
Coriss asked 10/7, 2017 at 13:7

2

Solved

I am getting both of these errors at the same time. I can't decrease the pg count and I can't add more storage. This is a new cluster, and I got these warning when I uploaded about 40GB to it. I ...
Demos asked 20/9, 2016 at 8:54

2

Solved

Ceph teuthology installation fails with following error on Ubuntu 14.04, kernel 4.4.0-51-generic: ImportError: <module 'setuptools.dist' from '/usr/lib/python2.7/dist-packages/setuptools/dist....
Orgasm asked 14/12, 2016 at 11:38

2

Solved

I configured Ceph with the recommended values (using a formula from the docs). I have 3 OSDs, and my config (which I've put on the monitor node and all 3 OSDs) includes this: osd pool default size...
Mweru asked 23/11, 2016 at 17:55

1

Solved

I'm getting ready to setup my first Ceph cluster (Luminous on Fedora) for production use, and thus far I've gone through the process of running a single OSD per node on a large ZFS pool so I have c...
Flouncing asked 13/12, 2017 at 18:44

2

Solved

Has anyone tried to use GlusterFS or Ceph as the backend for Hadoop? I am not talking about just use plugin to sew things up. Is the performance better than HDFS itself? whether it's ok for product...
Quillet asked 2/12, 2015 at 11:1

1

Solved

I am setting up a small Kubernetes cluster using a VM (master) and 3 bare metal servers (all running Ubuntu 14.04). I followed the Kubernetes install tutorial for Ubuntu. Each bare metal server als...
Valiant asked 12/11, 2015 at 15:56

4

Solved

I am currently searching for a good distributed file system. It should: be open-source be horizontally scalable (replication and sharding) have no single point of failure have a relatively...
Lemke asked 2/7, 2013 at 12:4

1

Solved

It looks like that RADOS is best suited to be used as the storage backend for Ceph Block Storage and File System. But if i want to use the Object Storage itself: Is there an optimum object size w...
Bonaventura asked 12/2, 2014 at 11:31
1

© 2022 - 2024 — McMap. All rights reserved.