1

I have configured Ceph in a Docker Swarm with 5 nodes using the daemon/ceph Docker image. The status of the same is given below.

root@master1 mnt]# ceph -s

   cluster:
        id:     eec52783-a0b5-4195-82b7-b66ea5514650
        health: HEALTH_WARN
        clock skew detected on mon.slave2, mon.master1
        services:
        mon: 3 daemons, quorum slave1,slave2,master1
        mgr: slave3(active)
        mds: cephfs-1/1/1 up  {0=master1=up:active}, 1 up:standby
        osd: 5 osds: 5 up, 5 in

    data:

        pools:   2 pools, 128 pgs
        objects: 22  objects, 2.2 KiB
        usage:   1.0 GiB used, 142 GiB / 143 GiB avail
        pgs:     128 active+clean

I want to start using the storage and deploy Docker services to this Swarm in a way they share the Ceph storage.

0xF2
  • 314
  • 3
  • 17
Sarath Kumar
  • 145
  • 8

0 Answers0