Install Mon, after OSD, View status through Ceph-s, display normal:
[Email protected] ceph]$ ceph status cluster 8587ec10-fe1a-41f5-9795-9d38ef20b493 health HEALTH_OK Monmap E1:1 mons at {mdsnode=58.220.31.61:6789/0} election epoch 1, quorum 0 mdsnode osdmap e10:3 osds:2 up, 2i n pgmap v1109:64 pgs, 1 pools, 0 bytes data, 0 objects 47720 MB used, 426 gb/498 GB avail active+clean[[ Email protected] ceph]$
However, after MDs starts, the Ceph status command shows the same as above, with no mdsmap information.
With Ceph MDS Stat, the following information is displayed:
[Email protected] ceph]$ Ceph MDS state1:0/0/0up
Monitoring Log display content:
6487 2015-09-01 10:05:54.764523 7f5acc99b700 1 [email protected] (leader). MDS E1 Warning, MDS MDS.? 58.220.31.60:6800/26175 up but filesystem disabled6488 2015-09-01 10:05:58.764697 7f5acc99b700 1 [email protected] ( Leader). MDS E1 Warning, MDS MDS.? 58.220.31.60:6800/26175 up but filesystem disabled6489 2015-09-01 10:06:02.764837 7f5acc99b700 1 [email protected] ( Leader). MDS E1 Warning, MDS MDS.? 58.220.31.60:6800/26175 up but filesystem disabled6490 2015-09-01 10:06:06.764912 7f5acc99b700 1 [email protected] ( Leader). MDS E1 Warning, MDS MDS.? 58.220.31.60:6800/26175 up but filesystem disabled6491 2015-09-01 10:06:10.765094 7f5acc99b700 1 [email protected] ( Leader). MDS E1 Warning, MDS MDS.? 58.220.31.60:6800/26175 Up but filesystem disabled
Later, there was no way to set up the MDS server through manual configuration.
[[email protected] ceph]$ ceph OSD Pool Create metadata 64pool ' metadata ' created[[email protected] ceph]$ ceph OSD Poo L Create data 64pool ' data ' created[[email protected] ceph]$ ceph FS new CEPHFS metadata data
Once created, check the status with the Ceph-s command:
Deploying metadata server issues through Ceph-deploy in Ceph solution