Previous: Installing Ceph Next: Orchestrator RBD backed VMs on KVM Ensure the kernel module for RBD is loaded every time the server is restarted echo “rbd” >>…
Tag: ceph
Ceph + KVM : 5. Service checks and CLI commands
Previous: Orchestrating Ceph RBD-backed VMs on KVM We need to have all ceph services in active state along with libvirtd services. I had observed that on reboot of servers, ceph-mon and ceph-mgr services started and immediately got deactivated, need to review why it happens. Even though we had put an “ExecStartPost” hook to the libvirtd…
Ceph + KVM : 2. Installation – Ceph Storage
Previous: Planning / Preparing servers Next: Installing KVM The plan is to use 10.0.4.0/24 for the public network and 10.0.5.0/24 for the cluster network. As part of planning/preparing server /etc/hosts was…