cluster min_size 1, size 2

This commit is contained in:
2020-03-03 22:16:40 +01:00
parent e2d9aa00cb
commit 98fb03c125
8 changed files with 1769 additions and 0 deletions

1737
ceph-deploy-ceph.log Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
[client.bootstrap-mds]
key = AQAEtV5epuXwLhAALp4VAsSfVhs5XujznXBmUg==
caps mon = "allow profile bootstrap-mds"

View File

@@ -0,0 +1,3 @@
[client.bootstrap-mgr]
key = AQAEtV5eSV3xLhAAiwSninS8+gXUiK6AqcJ0jw==
caps mon = "allow profile bootstrap-mgr"

View File

@@ -0,0 +1,3 @@
[client.bootstrap-osd]
key = AQAEtV5eaM7xLhAAOghmZDAD2g6s1knUyNNEjA==
caps mon = "allow profile bootstrap-osd"

View File

@@ -0,0 +1,3 @@
[client.bootstrap-rgw]
key = AQAEtV5erUHzLhAAhhM/4/kbeOMzogETWZcs+A==
caps mon = "allow profile bootstrap-rgw"

View File

@@ -0,0 +1,6 @@
[client.admin]
key = AQAEtV5eTjjwLhAAjhBblIIarKdfZ01Y5wTkbg==
caps mds = "allow *"
caps mgr = "allow *"
caps mon = "allow *"
caps osd = "allow *"

11
ceph.conf Normal file
View File

@@ -0,0 +1,11 @@
[global]
fsid = 29ef4020-303a-4b2e-aa24-a1e20e5ba21c
#ms_bind_ipv6 = true
mon_initial_members = pine01, pine02
mon_host = 192.168.10.160,192.168.10.161
auth_cluster_required = cephx
auth_service_required = cephx
auth_client_required = cephx
public network = 192.168.10.0/24
osd pool default pg num = 144
osd pool default pgp num = 144

3
ceph.mon.keyring Normal file
View File

@@ -0,0 +1,3 @@
[mon.]
key = AQD7sF5eAAAAABAAJjvyccVMIhCSMPcPIihGCg==
caps mon = allow *