cluster min_size 1, size 2
This commit is contained in:
1737
ceph-deploy-ceph.log
Normal file
1737
ceph-deploy-ceph.log
Normal file
File diff suppressed because it is too large
Load Diff
3
ceph.bootstrap-mds.keyring
Normal file
3
ceph.bootstrap-mds.keyring
Normal file
@@ -0,0 +1,3 @@
|
||||
[client.bootstrap-mds]
|
||||
key = AQAEtV5epuXwLhAALp4VAsSfVhs5XujznXBmUg==
|
||||
caps mon = "allow profile bootstrap-mds"
|
||||
3
ceph.bootstrap-mgr.keyring
Normal file
3
ceph.bootstrap-mgr.keyring
Normal file
@@ -0,0 +1,3 @@
|
||||
[client.bootstrap-mgr]
|
||||
key = AQAEtV5eSV3xLhAAiwSninS8+gXUiK6AqcJ0jw==
|
||||
caps mon = "allow profile bootstrap-mgr"
|
||||
3
ceph.bootstrap-osd.keyring
Normal file
3
ceph.bootstrap-osd.keyring
Normal file
@@ -0,0 +1,3 @@
|
||||
[client.bootstrap-osd]
|
||||
key = AQAEtV5eaM7xLhAAOghmZDAD2g6s1knUyNNEjA==
|
||||
caps mon = "allow profile bootstrap-osd"
|
||||
3
ceph.bootstrap-rgw.keyring
Normal file
3
ceph.bootstrap-rgw.keyring
Normal file
@@ -0,0 +1,3 @@
|
||||
[client.bootstrap-rgw]
|
||||
key = AQAEtV5erUHzLhAAhhM/4/kbeOMzogETWZcs+A==
|
||||
caps mon = "allow profile bootstrap-rgw"
|
||||
6
ceph.client.admin.keyring
Normal file
6
ceph.client.admin.keyring
Normal 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
11
ceph.conf
Normal 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
3
ceph.mon.keyring
Normal file
@@ -0,0 +1,3 @@
|
||||
[mon.]
|
||||
key = AQD7sF5eAAAAABAAJjvyccVMIhCSMPcPIihGCg==
|
||||
caps mon = allow *
|
||||
Reference in New Issue
Block a user