diff --git a/ceph.bootstrap-mds.keyring b/ceph.bootstrap-mds.keyring new file mode 100644 index 0000000..6801d4b --- /dev/null +++ b/ceph.bootstrap-mds.keyring @@ -0,0 +1,3 @@ +[client.bootstrap-mds] + key = AQChuoxec10sOxAAXjHSrIoQsdO56DNsl+9chQ== + caps mon = "allow profile bootstrap-mds" diff --git a/ceph.bootstrap-mgr.keyring b/ceph.bootstrap-mgr.keyring new file mode 100644 index 0000000..3ecb0c9 --- /dev/null +++ b/ceph.bootstrap-mgr.keyring @@ -0,0 +1,3 @@ +[client.bootstrap-mgr] + key = AQChuoxeELMsOxAA8Si8EgTxG0/i4FgonA3hXQ== + caps mon = "allow profile bootstrap-mgr" diff --git a/ceph.bootstrap-osd.keyring b/ceph.bootstrap-osd.keyring new file mode 100644 index 0000000..3994d98 --- /dev/null +++ b/ceph.bootstrap-osd.keyring @@ -0,0 +1,3 @@ +[client.bootstrap-osd] + key = AQChuoxe3QctOxAAr24Pki85TvRL/Sx9E/TKcg== + caps mon = "allow profile bootstrap-osd" diff --git a/ceph.bootstrap-rgw.keyring b/ceph.bootstrap-rgw.keyring new file mode 100644 index 0000000..690c4ba --- /dev/null +++ b/ceph.bootstrap-rgw.keyring @@ -0,0 +1,3 @@ +[client.bootstrap-rgw] + key = AQChuoxekgAuOxAAmmQTgxFCqH88EY7Ul3FX3w== + caps mon = "allow profile bootstrap-rgw" diff --git a/ceph.client.admin.keyring b/ceph.client.admin.keyring new file mode 100644 index 0000000..a7d1b1b --- /dev/null +++ b/ceph.client.admin.keyring @@ -0,0 +1,6 @@ +[client.admin] + key = AQChuoxeVN4rOxAAxwnP6E0EP3RlM6VZMT0XBA== + caps mds = "allow *" + caps mgr = "allow *" + caps mon = "allow *" + caps osd = "allow *" diff --git a/ceph.client.ceph.keyring b/ceph.client.ceph.keyring new file mode 100644 index 0000000..ad49cc2 --- /dev/null +++ b/ceph.client.ceph.keyring @@ -0,0 +1,2 @@ +[client.ceph] + key = AQANxYxeuFw+BxAAIUKKcGg9qwQhOobshmSdYg== diff --git a/ceph.conf b/ceph.conf index 390f3fb..d56298c 100644 --- a/ceph.conf +++ b/ceph.conf @@ -3,11 +3,6 @@ fsid = f33952a3-e074-458b-9ce8-e0e035a2f8c4 mon_host = [v2:192.168.10.160:3300,v1:192.168.10.160:6789], [v2:192.168.10.161:3300,v1:192.168.10.161:6789] mon_initial_members = pine01, pine02 - mon_memory_target = 1610612736 - osd_max_backfills = 2 - osd_memory_base = 67108864 - osd_memory_cache_min = 33554432 - rocksdb_cache_size = 268435456 [mon] cluster_log_file_level = warn diff --git a/ceph.mon.keyring b/ceph.mon.keyring new file mode 100644 index 0000000..a762376 --- /dev/null +++ b/ceph.mon.keyring @@ -0,0 +1,3 @@ +[mon.] +key = AQCHuoxeAAAAABAAlbcRd2S41+3v1KRz3ec4pg== +caps mon = allow *