Advertisement
Tores

Untitled

Sep 12th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 15.38 KB | None | 0 0
  1. [gluster-01][DEBUG ] ********************************************************************************
  2. [gluster-01][DEBUG ] status for monitor: mon.gluster-01
  3. [gluster-01][DEBUG ] {
  4. [gluster-01][DEBUG ]   "election_epoch": 0,
  5. [gluster-01][DEBUG ]   "extra_probe_peers": [
  6. [gluster-01][DEBUG ]     "172.20.238.197:6789/0",
  7. [gluster-01][DEBUG ]     "172.20.238.198:6789/0"
  8. [gluster-01][DEBUG ]   ],
  9. [gluster-01][DEBUG ]   "feature_map": {
  10. [gluster-01][DEBUG ]     "mon": [
  11. [gluster-01][DEBUG ]       {
  12. [gluster-01][DEBUG ]         "features": "0x3ffddff8ffa4fffb",
  13. [gluster-01][DEBUG ]         "num": 1,
  14. [gluster-01][DEBUG ]         "release": "luminous"
  15. [gluster-01][DEBUG ]       }
  16. [gluster-01][DEBUG ]     ]
  17. [gluster-01][DEBUG ]   },
  18. [gluster-01][DEBUG ]   "features": {
  19. [gluster-01][DEBUG ]     "quorum_con": "0",
  20. [gluster-01][DEBUG ]     "quorum_mon": [],
  21. [gluster-01][DEBUG ]     "required_con": "0",
  22. [gluster-01][DEBUG ]     "required_mon": []
  23. [gluster-01][DEBUG ]   },
  24. [gluster-01][DEBUG ]   "monmap": {
  25. [gluster-01][DEBUG ]     "created": "2018-09-12 10:30:36.669574",
  26. [gluster-01][DEBUG ]     "epoch": 0,
  27. [gluster-01][DEBUG ]     "features": {
  28. [gluster-01][DEBUG ]       "optional": [],
  29. [gluster-01][DEBUG ]       "persistent": []
  30. [gluster-01][DEBUG ]     },
  31. [gluster-01][DEBUG ]     "fsid": "400b9396-1e74-48f0-8eb6-42ac9be50403",
  32. [gluster-01][DEBUG ]     "modified": "2018-09-12 10:30:36.669574",
  33. [gluster-01][DEBUG ]     "mons": [
  34. [gluster-01][DEBUG ]       {
  35. [gluster-01][DEBUG ]         "addr": "172.20.236.100:6789/0",
  36. [gluster-01][DEBUG ]         "name": "gluster-01",
  37. [gluster-01][DEBUG ]         "public_addr": "172.20.236.100:6789/0",
  38. [gluster-01][DEBUG ]         "rank": 0
  39. [gluster-01][DEBUG ]       },
  40. [gluster-01][DEBUG ]       {
  41. [gluster-01][DEBUG ]         "addr": "0.0.0.0:0/1",
  42. [gluster-01][DEBUG ]         "name": "gluster-02",
  43. [gluster-01][DEBUG ]         "public_addr": "0.0.0.0:0/1",
  44. [gluster-01][DEBUG ]         "rank": 1
  45. [gluster-01][DEBUG ]       },
  46. [gluster-01][DEBUG ]       {
  47. [gluster-01][DEBUG ]         "addr": "0.0.0.0:0/2",
  48. [gluster-01][DEBUG ]         "name": "gluster-03",
  49. [gluster-01][DEBUG ]         "public_addr": "0.0.0.0:0/2",
  50. [gluster-01][DEBUG ]         "rank": 2
  51. [gluster-01][DEBUG ]       }
  52. [gluster-01][DEBUG ]     ]
  53. [gluster-01][DEBUG ]   },
  54. [gluster-01][DEBUG ]   "name": "gluster-01",
  55. [gluster-01][DEBUG ]   "outside_quorum": [
  56. [gluster-01][DEBUG ]     "gluster-01"
  57. [gluster-01][DEBUG ]   ],
  58. [gluster-01][DEBUG ]   "quorum": [],
  59. [gluster-01][DEBUG ]   "rank": 0,
  60. [gluster-01][DEBUG ]   "state": "probing",
  61. [gluster-01][DEBUG ]   "sync_provider": []
  62. [gluster-01][DEBUG ] }
  63. [gluster-01][DEBUG ] ********************************************************************************
  64. [gluster-01][INFO  ] monitor: mon.gluster-01 is running
  65. [gluster-01][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-01.asok mon_status
  66. [ceph_deploy.mon][DEBUG ] detecting platform for host gluster-02 ...
  67. [gluster-02][DEBUG ] connection detected need for sudo
  68. [gluster-02][DEBUG ] connected to host: gluster-02
  69. [gluster-02][DEBUG ] detect platform information from remote host
  70. [gluster-02][DEBUG ] detect machine type
  71. [gluster-02][DEBUG ] find the location of an executable
  72. [ceph_deploy.mon][INFO  ] distro info: CentOS Linux 7.5.1804 Core
  73. [gluster-02][DEBUG ] determining if provided host has same hostname in remote
  74. [gluster-02][DEBUG ] get remote short hostname
  75. [gluster-02][DEBUG ] deploying mon to gluster-02
  76. [gluster-02][DEBUG ] get remote short hostname
  77. [gluster-02][DEBUG ] remote hostname: gluster-02
  78. [gluster-02][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  79. [gluster-02][DEBUG ] create the mon path if it does not exist
  80. [gluster-02][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-gluster-02/done
  81. [gluster-02][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-gluster-02/done
  82. [gluster-02][INFO  ] creating keyring file: /var/lib/ceph/tmp/ceph-gluster-02.mon.keyring
  83. [gluster-02][DEBUG ] create the monitor keyring file
  84. [gluster-02][INFO  ] Running command: sudo ceph-mon --cluster ceph --mkfs -i gluster-02 --keyring /var/lib/ceph/tmp/ceph-gluster-02.mon.keyring --setuser 1001 --setgroup 1001
  85. [gluster-02][INFO  ] unlinking keyring file /var/lib/ceph/tmp/ceph-gluster-02.mon.keyring
  86. [gluster-02][DEBUG ] create a done file to avoid re-doing the mon deployment
  87. [gluster-02][DEBUG ] create the init path if it does not exist
  88. [gluster-02][INFO  ] Running command: sudo systemctl enable ceph.target
  89. [gluster-02][INFO  ] Running command: sudo systemctl enable ceph-mon@gluster-02
  90. [gluster-02][INFO  ] Running command: sudo systemctl start ceph-mon@gluster-02
  91. [gluster-02][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-02.asok mon_status
  92. [gluster-02][DEBUG ] ********************************************************************************
  93. [gluster-02][DEBUG ] status for monitor: mon.gluster-02
  94. [gluster-02][DEBUG ] {
  95. [gluster-02][DEBUG ]   "election_epoch": 0,
  96. [gluster-02][DEBUG ]   "extra_probe_peers": [
  97. [gluster-02][DEBUG ]     "172.20.236.100:6789/0",
  98. [gluster-02][DEBUG ]     "172.20.238.198:6789/0"
  99. [gluster-02][DEBUG ]   ],
  100. [gluster-02][DEBUG ]   "feature_map": {
  101. [gluster-02][DEBUG ]     "mon": [
  102. [gluster-02][DEBUG ]       {
  103. [gluster-02][DEBUG ]         "features": "0x3ffddff8ffa4fffb",
  104. [gluster-02][DEBUG ]         "num": 1,
  105. [gluster-02][DEBUG ]         "release": "luminous"
  106. [gluster-02][DEBUG ]       }
  107. [gluster-02][DEBUG ]     ]
  108. [gluster-02][DEBUG ]   },
  109. [gluster-02][DEBUG ]   "features": {
  110. [gluster-02][DEBUG ]     "quorum_con": "0",
  111. [gluster-02][DEBUG ]     "quorum_mon": [],
  112. [gluster-02][DEBUG ]     "required_con": "0",
  113. [gluster-02][DEBUG ]     "required_mon": []
  114. [gluster-02][DEBUG ]   },
  115. [gluster-02][DEBUG ]   "monmap": {
  116. [gluster-02][DEBUG ]     "created": "2018-09-12 10:30:39.679055",
  117. [gluster-02][DEBUG ]     "epoch": 0,
  118. [gluster-02][DEBUG ]     "features": {
  119. [gluster-02][DEBUG ]       "optional": [],
  120. [gluster-02][DEBUG ]       "persistent": []
  121. [gluster-02][DEBUG ]     },
  122. [gluster-02][DEBUG ]     "fsid": "400b9396-1e74-48f0-8eb6-42ac9be50403",
  123. [gluster-02][DEBUG ]     "modified": "2018-09-12 10:30:39.679055",
  124. [gluster-02][DEBUG ]     "mons": [
  125. [gluster-02][DEBUG ]       {
  126. [gluster-02][DEBUG ]         "addr": "172.20.238.197:6789/0",
  127. [gluster-02][DEBUG ]         "name": "gluster-02",
  128. [gluster-02][DEBUG ]         "public_addr": "172.20.238.197:6789/0",
  129. [gluster-02][DEBUG ]         "rank": 0
  130. [gluster-02][DEBUG ]       },
  131. [gluster-02][DEBUG ]       {
  132. [gluster-02][DEBUG ]         "addr": "0.0.0.0:0/1",
  133. [gluster-02][DEBUG ]         "name": "gluster-01",
  134. [gluster-02][DEBUG ]         "public_addr": "0.0.0.0:0/1",
  135. [gluster-02][DEBUG ]         "rank": 1
  136. [gluster-02][DEBUG ]       },
  137. [gluster-02][DEBUG ]       {
  138. [gluster-02][DEBUG ]         "addr": "0.0.0.0:0/2",
  139. [gluster-02][DEBUG ]         "name": "gluster-03",
  140. [gluster-02][DEBUG ]         "public_addr": "0.0.0.0:0/2",
  141. [gluster-02][DEBUG ]         "rank": 2
  142. [gluster-02][DEBUG ]       }
  143. [gluster-02][DEBUG ]     ]
  144. [gluster-02][DEBUG ]   },
  145. [gluster-02][DEBUG ]   "name": "gluster-02",
  146. [gluster-02][DEBUG ]   "outside_quorum": [
  147. [gluster-02][DEBUG ]     "gluster-02"
  148. [gluster-02][DEBUG ]   ],
  149. [gluster-02][DEBUG ]   "quorum": [],
  150. [gluster-02][DEBUG ]   "rank": 0,
  151. [gluster-02][DEBUG ]   "state": "probing",
  152. [gluster-02][DEBUG ]   "sync_provider": []
  153. [gluster-02][DEBUG ] }
  154. [gluster-02][DEBUG ] ********************************************************************************
  155. [gluster-02][INFO  ] monitor: mon.gluster-02 is running
  156. [gluster-02][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-02.asok mon_status
  157. [ceph_deploy.mon][DEBUG ] detecting platform for host gluster-03 ...
  158. [gluster-03][DEBUG ] connection detected need for sudo
  159. [gluster-03][DEBUG ] connected to host: gluster-03
  160. [gluster-03][DEBUG ] detect platform information from remote host
  161. [gluster-03][DEBUG ] detect machine type
  162. [gluster-03][DEBUG ] find the location of an executable
  163. [ceph_deploy.mon][INFO  ] distro info: CentOS Linux 7.5.1804 Core
  164. [gluster-03][DEBUG ] determining if provided host has same hostname in remote
  165. [gluster-03][DEBUG ] get remote short hostname
  166. [gluster-03][DEBUG ] deploying mon to gluster-03
  167. [gluster-03][DEBUG ] get remote short hostname
  168. [gluster-03][DEBUG ] remote hostname: gluster-03
  169. [gluster-03][DEBUG ] write cluster configuration to /etc/ceph/{cluster}.conf
  170. [gluster-03][DEBUG ] create the mon path if it does not exist
  171. [gluster-03][DEBUG ] checking for done path: /var/lib/ceph/mon/ceph-gluster-03/done
  172. [gluster-03][DEBUG ] done path does not exist: /var/lib/ceph/mon/ceph-gluster-03/done
  173. [gluster-03][INFO  ] creating keyring file: /var/lib/ceph/tmp/ceph-gluster-03.mon.keyring
  174. [gluster-03][DEBUG ] create the monitor keyring file
  175. [gluster-03][INFO  ] Running command: sudo ceph-mon --cluster ceph --mkfs -i gluster-03 --keyring /var/lib/ceph/tmp/ceph-gluster-03.mon.keyring --setuser 1001 --setgroup 1001
  176. [gluster-03][INFO  ] unlinking keyring file /var/lib/ceph/tmp/ceph-gluster-03.mon.keyring
  177. [gluster-03][DEBUG ] create a done file to avoid re-doing the mon deployment
  178. [gluster-03][DEBUG ] create the init path if it does not exist
  179. [gluster-03][INFO  ] Running command: sudo systemctl enable ceph.target
  180. [gluster-03][INFO  ] Running command: sudo systemctl enable ceph-mon@gluster-03
  181. [gluster-03][INFO  ] Running command: sudo systemctl start ceph-mon@gluster-03
  182. [gluster-03][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-03.asok mon_status
  183. [gluster-03][DEBUG ] ********************************************************************************
  184. [gluster-03][DEBUG ] status for monitor: mon.gluster-03
  185. [gluster-03][DEBUG ] {
  186. [gluster-03][DEBUG ]   "election_epoch": 0,
  187. [gluster-03][DEBUG ]   "extra_probe_peers": [
  188. [gluster-03][DEBUG ]     "172.20.236.100:6789/0",
  189. [gluster-03][DEBUG ]     "172.20.238.197:6789/0"
  190. [gluster-03][DEBUG ]   ],
  191. [gluster-03][DEBUG ]   "feature_map": {
  192. [gluster-03][DEBUG ]     "mon": [
  193. [gluster-03][DEBUG ]       {
  194. [gluster-03][DEBUG ]         "features": "0x3ffddff8ffa4fffb",
  195. [gluster-03][DEBUG ]         "num": 1,
  196. [gluster-03][DEBUG ]         "release": "luminous"
  197. [gluster-03][DEBUG ]       }
  198. [gluster-03][DEBUG ]     ]
  199. [gluster-03][DEBUG ]   },
  200. [gluster-03][DEBUG ]   "features": {
  201. [gluster-03][DEBUG ]     "quorum_con": "0",
  202. [gluster-03][DEBUG ]     "quorum_mon": [],
  203. [gluster-03][DEBUG ]     "required_con": "0",
  204. [gluster-03][DEBUG ]     "required_mon": []
  205. [gluster-03][DEBUG ]   },
  206. [gluster-03][DEBUG ]   "monmap": {
  207. [gluster-03][DEBUG ]     "created": "2018-09-12 10:30:42.810037",
  208. [gluster-03][DEBUG ]     "epoch": 0,
  209. [gluster-03][DEBUG ]     "features": {
  210. [gluster-03][DEBUG ]       "optional": [],
  211. [gluster-03][DEBUG ]       "persistent": []
  212. [gluster-03][DEBUG ]     },
  213. [gluster-03][DEBUG ]     "fsid": "400b9396-1e74-48f0-8eb6-42ac9be50403",
  214. [gluster-03][DEBUG ]     "modified": "2018-09-12 10:30:42.810037",
  215. [gluster-03][DEBUG ]     "mons": [
  216. [gluster-03][DEBUG ]       {
  217. [gluster-03][DEBUG ]         "addr": "172.20.238.198:6789/0",
  218. [gluster-03][DEBUG ]         "name": "gluster-03",
  219. [gluster-03][DEBUG ]         "public_addr": "172.20.238.198:6789/0",
  220. [gluster-03][DEBUG ]         "rank": 0
  221. [gluster-03][DEBUG ]       },
  222. [gluster-03][DEBUG ]       {
  223. [gluster-03][DEBUG ]         "addr": "0.0.0.0:0/1",
  224. [gluster-03][DEBUG ]         "name": "gluster-01",
  225. [gluster-03][DEBUG ]         "public_addr": "0.0.0.0:0/1",
  226. [gluster-03][DEBUG ]         "rank": 1
  227. [gluster-03][DEBUG ]       },
  228. [gluster-03][DEBUG ]       {
  229. [gluster-03][DEBUG ]         "addr": "0.0.0.0:0/2",
  230. [gluster-03][DEBUG ]         "name": "gluster-02",
  231. [gluster-03][DEBUG ]         "public_addr": "0.0.0.0:0/2",
  232. [gluster-03][DEBUG ]         "rank": 2
  233. [gluster-03][DEBUG ]       }
  234. [gluster-03][DEBUG ]     ]
  235. [gluster-03][DEBUG ]   },
  236. [gluster-03][DEBUG ]   "name": "gluster-03",
  237. [gluster-03][DEBUG ]   "outside_quorum": [
  238. [gluster-03][DEBUG ]     "gluster-03"
  239. [gluster-03][DEBUG ]   ],
  240. [gluster-03][DEBUG ]   "quorum": [],
  241. [gluster-03][DEBUG ]   "rank": 0,
  242. [gluster-03][DEBUG ]   "state": "probing",
  243. [gluster-03][DEBUG ]   "sync_provider": []
  244. [gluster-03][DEBUG ] }
  245. [gluster-03][DEBUG ] ********************************************************************************
  246. [gluster-03][INFO  ] monitor: mon.gluster-03 is running
  247. [gluster-03][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-03.asok mon_status
  248. [ceph_deploy.mon][INFO  ] processing monitor mon.gluster-01
  249. [gluster-01][DEBUG ] connection detected need for sudo
  250. [gluster-01][DEBUG ] connected to host: gluster-01
  251. [gluster-01][DEBUG ] detect platform information from remote host
  252. [gluster-01][DEBUG ] detect machine type
  253. [gluster-01][DEBUG ] find the location of an executable
  254. [gluster-01][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-01.asok mon_status
  255. [ceph_deploy.mon][WARNIN] mon.gluster-01 monitor is not yet in quorum, tries left: 5
  256. [ceph_deploy.mon][WARNIN] waiting 5 seconds before retrying
  257. [gluster-01][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-01.asok mon_status
  258. [ceph_deploy.mon][WARNIN] mon.gluster-01 monitor is not yet in quorum, tries left: 4
  259. [ceph_deploy.mon][WARNIN] waiting 10 seconds before retrying
  260. sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-01.asok mon_status[gluster-01][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-01.asok mon_status
  261. [ceph_deploy.mon][WARNIN] mon.gluster-01 monitor is not yet in quorum, tries left: 3
  262. [ceph_deploy.mon][WARNIN] waiting 10 seconds before retrying
  263. [gluster-01][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-01.asok mon_status
  264. [ceph_deploy.mon][WARNIN] mon.gluster-01 monitor is not yet in quorum, tries left: 2
  265. [ceph_deploy.mon][WARNIN] waiting 15 seconds before retrying
  266. [gluster-01][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-01.asok mon_status
  267. [ceph_deploy.mon][WARNIN] mon.gluster-01 monitor is not yet in quorum, tries left: 1
  268. [ceph_deploy.mon][WARNIN] waiting 20 seconds before retrying
  269. [ceph_deploy.mon][INFO  ] processing monitor mon.gluster-02
  270. [gluster-02][DEBUG ] connection detected need for sudo
  271. [gluster-02][DEBUG ] connected to host: gluster-02
  272. [gluster-02][DEBUG ] detect platform information from remote host
  273. [gluster-02][DEBUG ] detect machine type
  274. [gluster-02][DEBUG ] find the location of an executable
  275. [gluster-02][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-02.asok mon_status
  276. [ceph_deploy.mon][INFO  ] mon.gluster-02 monitor has reached quorum!
  277. [ceph_deploy.mon][INFO  ] processing monitor mon.gluster-03
  278. [gluster-03][DEBUG ] connection detected need for sudo
  279. [gluster-03][DEBUG ] connected to host: gluster-03
  280. [gluster-03][DEBUG ] detect platform information from remote host
  281. [gluster-03][DEBUG ] detect machine type
  282. [gluster-03][DEBUG ] find the location of an executable
  283. [gluster-03][INFO  ] Running command: sudo ceph --cluster=ceph --admin-daemon /var/run/ceph/ceph-mon.gluster-03.asok mon_status
  284. [ceph_deploy.mon][INFO  ] mon.gluster-03 monitor has reached quorum!
  285. [ceph_deploy.mon][ERROR ] Some monitors have still not reached quorum:
  286. [ceph_deploy.mon][ERROR ] gluster-01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement