Re: Fresh install of Ceph using Ansible

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



erm....
use ceph-ansible? :)


go to github, and find the correct branch associated with the particular release of ceph you want to use.
then try to follow the ceph-ansible docs on setup.
For example, to use  ceph octopus, you are best off with the "STABLE-5" branch.

After that, a hint:
Just try to get 3 "mon" nodes working initially.

you will also want to use an ansible host inventory in yml format for maximum flexibility.

example:

all:
  children:
    mons:
      hosts:
        cephmon01:
        cephmon02:
        cephmon03:
    mgrs:
      children:
        mons


----- Original Message -----
From: "Jared Jacob" <jhamster@xxxxxxxxxxxx>
To: "ceph-users" <ceph-users@xxxxxxx>
Sent: Thursday, April 15, 2021 9:57:02 AM
Subject:  Fresh install of Ceph using Ansible

I am looking to rebuild my ceph cluster using ansible.What is the best way
to start this process?
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux