Hi,
I have a 3 node Proxmox VE 5 cluster. There is a ceph cluster running on the same hardware with 1 osd per physical machine. Everything works fine except that I get an warning from ceph "HEALTH_WARN application not enabled on 1 pool(s)"
I have 1 pool with size/min = 3/2, pg_num = 128 and 3 osds
While googling about the topic I came across cephs documentation and it stated that pools need to be associated with application before use. I have virtual machines stored in the ceph cluster and they are running, so I am not sure if it is safe to follow cephs documentation and run:
ceph osd pool application enable {pool-name} {application-name}
Any suggestions?
I have a 3 node Proxmox VE 5 cluster. There is a ceph cluster running on the same hardware with 1 osd per physical machine. Everything works fine except that I get an warning from ceph "HEALTH_WARN application not enabled on 1 pool(s)"
I have 1 pool with size/min = 3/2, pg_num = 128 and 3 osds
While googling about the topic I came across cephs documentation and it stated that pools need to be associated with application before use. I have virtual machines stored in the ceph cluster and they are running, so I am not sure if it is safe to follow cephs documentation and run:
ceph osd pool application enable {pool-name} {application-name}
Any suggestions?