Introduction and Setup of Ceph(CephFS) File System

1: Introduction before installation A Ceph (CephFS) file system requires at least two RADOS pools, one for data and one for metadata. When configuring these pools, we should consider the following three points Use a higher level of replication for the metadata pool, because any data loss in this pool may render the entire file system inacces ...

Posted by renj0806 on Tue, 17 Dec 2019 18:20:04 -0800

CentOS7.6 enable Ceph nautilus's dashboard failure handling

[TOC] 1. Environmental description Software Edition operating system CentOS7.6 ceph nautilus, v14.2.4 The nautilus version of CEPH deploy is installed the same as the luminous version. Please refer to my previous article:https://blog.51cto.com/ygqygq2/2161917 2. Failed to enable ceph dashboard There is an error when the mgr module tu ...

Posted by dougp23 on Fri, 15 Nov 2019 09:49:29 -0800

Deploying rook-ceph storage system on kubernetes

[TOC] 1. Briefly explain why rook is used rook This is not detailed here, you can see it on the official website. Say why you want to deploy the ceph cluster on kubernetes using root.As we all know, the current kubernetes As the pod is released within the kubernetes node, its container data will also be cleared for the best cloud native contai ...

Posted by pbarney on Mon, 11 Nov 2019 14:20:54 -0800

Using ANSI ble to write playbook to automatically install ceph cluster in Huawei cloud batch configuration management tool

ansible, playbook, huaweiyun, ceph First, purchase the virtual machine needed to build the ceph cluster on Huawei cloud:       Then purchase the storage disk required by ceph     Mount the purchased disk to the virtual machine used to build ceph Installing ansible on the springboard machine Check the ansible vers ...

Posted by Mattyspatty on Sat, 26 Oct 2019 10:10:30 -0700

SUSE Ceph iSCSI gateway management - Storage6

The iSCSI gateway integrates Ceph storage and iSCSI standards to provide a high availability (HA) iSCSI target that exports RADOS block device (RBD) images to SCSI disks. The iSCSI protocol allows clients to send SCSI commands to SCSI storage devices (targets) over TCP/IP networks. This allows heterogeneous clients to access the Ceph storage cl ...

Posted by BrandonKahre on Sat, 12 Oct 2019 13:00:57 -0700

centos7 (three nodes) to build ceph environment

1. Environmental preparation 1.1. Modify the host name 172.31.21.135 Execute hostname CTL set-hostname ceph1 172.31.21.185 Execute hostname CTL set-hostname ceph2 172.31.21.167 Execute hostname CTL set-hostname ceph3 1.2. Configuration of Aliyuan rm -f /etc/yum.repos.d/* wget -O /etc/yum.repos.d/Cent ...

Posted by Pig on Mon, 30 Sep 2019 09:29:30 -0700

Processing flow of request in RGW for source code interpretation

Processing flow of request in RGW for source code interpretation Request Processing Flowchart Take civetweb as an example rgw_main.cc is the entry for the entire radosgw service. The main() function selects different front-end types based on the rgw frontends parameter settings in ceph.conf, and then executes the corresponding run() method t ...

Posted by SQL Maestro on Thu, 20 Jun 2019 13:00:30 -0700

The influence of firewall on ceph

When we deploy ceph, we mostly need to close the firewall. What happens if we don't close the firewall? Previously, a CEPH cluster was deployed remotely to the company, and openshift was deployed on three nodes. There are many problems when deploying ceph. The most painful thing is that osd is hung up, but the health check shows err, osd 0 in ...

Posted by spheonix on Thu, 16 May 2019 21:24:05 -0700

kolla-ansible deployment container ceph

Kolla is a project hatched from openstack. kolla project can produce mirrors including openstack, ceph and other container images. ansible is an automated deployment tool that performs tasks in playbook. Kolla-ansible is a container deployment tool, deploying openstack and ceph; the container image deployed by kolla-ansible can be built by ko ...

Posted by bizerk on Tue, 07 May 2019 09:55:38 -0700

Deploying docker-based CEPH cluster using ceph-ansible

Deploying docker-based CEPH cluster using ceph-ansible Install ansible Download ceph-ansible Configure ceph-ansible Start deployment Destroying Clusters (Caution) Install ansible For installing ansible and configuring secret-free login between nodes, this is not covered here. Please refer to Official Documents. Downlo ...

Posted by Valkrin on Thu, 31 Jan 2019 19:12:15 -0800