Ceph: make pools protected

This is to  enable pool protection enabled also update monitoring port

Change-Id: Ia474c9d9ffd7109a2ab7977716ee2ebd376a326e
This commit is contained in:
Chinasubbareddy M 2018-10-23 14:18:07 -05:00 committed by Kaspars Skels
parent 9e8dcde428
commit a5af11f571
3 changed files with 9 additions and 5 deletions

View File

@ -141,8 +141,12 @@ data:
ceph_mgr:
namespace: tenant-ceph
monitoring:
ceph_mgr:
port: 9284
prometheus:
ceph_mgr:
port: 9284
ceph_mgr_modules_config:
prometheus:
server_port: 9284
deployment:
ceph: true
bootstrap:
@ -235,7 +239,7 @@ data:
target:
osd: 1
pg_per_osd: 100
protected: false
protected: true
default:
# NOTE(alanmeadows): This is required ATM for bootstrapping a Ceph

View File

@ -160,7 +160,7 @@ data:
target:
osd: 1
pg_per_osd: 100
protected: false
protected: true
default:
# NOTE(alanmeadows): This is required ATM for bootstrapping a Ceph

View File

@ -162,7 +162,7 @@ data:
target:
osd: 1
pg_per_osd: 100
protected: false
protected: true
default:
# NOTE(alanmeadows): This is required ATM for bootstrapping a Ceph