ceph-deploy install

From Denim Gibbon, 4 Years ago, written in Plain Text, viewed 242 times.
URL https://paste.steamr.com/view/82b618a2 Embed
Download Paste or View Raw
  1. [cephuser@admin cluster]$ ceph-deploy install admin mon1 osd1 osd2 osd3
  2. [ceph_deploy.conf][DEBUG ] found configuration file at: /home/cephuser/.cephdeploy.conf
  3. [ceph_deploy.cli][INFO  ] Invoked (1.5.39): /bin/ceph-deploy install admin mon1 osd1 osd2 osd3
  4. [ceph_deploy.cli][INFO  ] ceph-deploy options:
  5. [ceph_deploy.cli][INFO  ]  verbose                       : False
  6. [ceph_deploy.cli][INFO  ]  testing                       : None
  7. [ceph_deploy.cli][INFO  ]  cd_conf                       : <ceph_deploy.conf.cephdeploy.Conf instance at 0x7ff0832a5cf8>
  8. [ceph_deploy.cli][INFO  ]  cluster                       : ceph
  9. [ceph_deploy.cli][INFO  ]  dev_commit                    : None
  10. [ceph_deploy.cli][INFO  ]  install_mds                   : False
  11. [ceph_deploy.cli][INFO  ]  stable                        : None
  12. [ceph_deploy.cli][INFO  ]  default_release               : False
  13. [ceph_deploy.cli][INFO  ]  username                      : None
  14. [ceph_deploy.cli][INFO  ]  adjust_repos                  : True
  15. [ceph_deploy.cli][INFO  ]  func                          : <function install at 0x7ff083d72de8>
  16. [ceph_deploy.cli][INFO  ]  install_mgr                   : False
  17. [ceph_deploy.cli][INFO  ]  install_all                   : False
  18. [ceph_deploy.cli][INFO  ]  repo                          : False
  19. [ceph_deploy.cli][INFO  ]  host                          : ['admin', 'mon1', 'osd1', 'osd2', 'osd3']
  20. [ceph_deploy.cli][INFO  ]  install_rgw                   : False
  21. [ceph_deploy.cli][INFO  ]  install_tests                 : False
  22. [ceph_deploy.cli][INFO  ]  repo_url                      : None
  23. [ceph_deploy.cli][INFO  ]  ceph_conf                     : None
  24. [ceph_deploy.cli][INFO  ]  install_osd                   : False
  25. [ceph_deploy.cli][INFO  ]  version_kind                  : stable
  26. [ceph_deploy.cli][INFO  ]  install_common                : False
  27. [ceph_deploy.cli][INFO  ]  overwrite_conf                : False
  28. [ceph_deploy.cli][INFO  ]  quiet                         : False
  29. [ceph_deploy.cli][INFO  ]  dev                           : master
  30. [ceph_deploy.cli][INFO  ]  nogpgcheck                    : False
  31. [ceph_deploy.cli][INFO  ]  local_mirror                  : None
  32. [ceph_deploy.cli][INFO  ]  release                       : None
  33. [ceph_deploy.cli][INFO  ]  install_mon                   : False
  34. [ceph_deploy.cli][INFO  ]  gpg_url                       : None
  35. [ceph_deploy.install][DEBUG ] Installing stable version jewel on cluster ceph hosts admin mon1 osd1 osd2 osd3
  36. [ceph_deploy.install][DEBUG ] Detecting platform for host admin ...
  37. [admin][DEBUG ] connection detected need for sudo
  38. [admin][DEBUG ] connected to host: admin
  39. [admin][DEBUG ] detect platform information from remote host
  40. [admin][DEBUG ] detect machine type
  41. [ceph_deploy.install][INFO  ] Distro info: CentOS Linux 7.6.1810 Core
  42. [admin][INFO  ] installing Ceph on admin
  43. [admin][INFO  ] Running command: sudo yum clean all
  44. [admin][DEBUG ] Loaded plugins: fastestmirror
  45. [admin][DEBUG ] Cleaning repos: Ceph Ceph-noarch base ceph-source extras updates
  46. [admin][DEBUG ] Cleaning up list of fastest mirrors
  47. [admin][INFO  ] Running command: sudo yum -y install epel-release
  48. [admin][DEBUG ] Loaded plugins: fastestmirror
  49. [admin][DEBUG ] Determining fastest mirrors
  50. [admin][DEBUG ]  * base: mirror.it.ubc.ca
  51. [admin][DEBUG ]  * extras: centos.mirror.rafal.ca
  52. [admin][DEBUG ]  * updates: centos.mirror.rafal.ca
  53. [admin][DEBUG ] Resolving Dependencies
  54. [admin][DEBUG ] --> Running transaction check
  55. [admin][DEBUG ] ---> Package epel-release.noarch 0:7-11 will be installed
  56. [admin][DEBUG ] --> Finished Dependency Resolution
  57. [admin][DEBUG ]
  58. [admin][DEBUG ] Dependencies Resolved
  59. [admin][DEBUG ]
  60. [admin][DEBUG ] ================================================================================
  61. [admin][DEBUG ]  Package                Arch             Version         Repository        Size
  62. [admin][DEBUG ] ================================================================================
  63. [admin][DEBUG ] Installing:
  64. [admin][DEBUG ]  epel-release           noarch           7-11            extras            15 k
  65. [admin][DEBUG ]
  66. [admin][DEBUG ] Transaction Summary
  67. [admin][DEBUG ] ================================================================================
  68. [admin][DEBUG ] Install  1 Package
  69. [admin][DEBUG ]
  70. [admin][DEBUG ] Total download size: 15 k
  71. [admin][DEBUG ] Installed size: 24 k
  72. [admin][DEBUG ] Downloading packages:
  73. [admin][DEBUG ] Running transaction check
  74. [admin][DEBUG ] Running transaction test
  75. [admin][DEBUG ] Transaction test succeeded
  76. [admin][DEBUG ] Running transaction
  77. [admin][DEBUG ]   Installing : epel-release-7-11.noarch                                     1/1
  78. [admin][DEBUG ]   Verifying  : epel-release-7-11.noarch                                     1/1
  79. [admin][DEBUG ]
  80. [admin][DEBUG ] Installed:
  81. [admin][DEBUG ]   epel-release.noarch 0:7-11
  82. [admin][DEBUG ]
  83. [admin][DEBUG ] Complete!
  84. [admin][INFO  ] Running command: sudo yum -y install yum-plugin-priorities
  85. [admin][DEBUG ] Loaded plugins: fastestmirror
  86. [admin][DEBUG ] Loading mirror speeds from cached hostfile
  87. [admin][DEBUG ]  * base: mirror.it.ubc.ca
  88. [admin][DEBUG ]  * epel: mirror.sjc02.svwh.net
  89. [admin][DEBUG ]  * extras: centos.mirror.rafal.ca
  90. [admin][DEBUG ]  * updates: centos.mirror.rafal.ca
  91. [admin][DEBUG ] Resolving Dependencies
  92. [admin][DEBUG ] --> Running transaction check
  93. [admin][DEBUG ] ---> Package yum-plugin-priorities.noarch 0:1.1.31-50.el7 will be installed
  94. [admin][DEBUG ] --> Finished Dependency Resolution
  95. [admin][DEBUG ]
  96. [admin][DEBUG ] Dependencies Resolved
  97. [admin][DEBUG ]
  98. [admin][DEBUG ] ================================================================================
  99. [admin][DEBUG ]  Package                     Arch         Version              Repository  Size
  100. [admin][DEBUG ] ================================================================================
  101. [admin][DEBUG ] Installing:
  102. [admin][DEBUG ]  yum-plugin-priorities       noarch       1.1.31-50.el7        base        29 k
  103. [admin][DEBUG ]
  104. [admin][DEBUG ] Transaction Summary
  105. [admin][DEBUG ] ================================================================================
  106. [admin][DEBUG ] Install  1 Package
  107. [admin][DEBUG ]
  108. [admin][DEBUG ] Total download size: 29 k
  109. [admin][DEBUG ] Installed size: 28 k
  110. [admin][DEBUG ] Downloading packages:
  111. [admin][DEBUG ] Running transaction check
  112. [admin][DEBUG ] Running transaction test
  113. [admin][DEBUG ] Transaction test succeeded
  114. [admin][DEBUG ] Running transaction
  115. [admin][DEBUG ]   Installing : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  116. [admin][DEBUG ]   Verifying  : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  117. [admin][DEBUG ]
  118. [admin][DEBUG ] Installed:
  119. [admin][DEBUG ]   yum-plugin-priorities.noarch 0:1.1.31-50.el7
  120. [admin][DEBUG ]
  121. [admin][DEBUG ] Complete!
  122. [admin][DEBUG ] Configure Yum priorities to include obsoletes
  123. [admin][WARNIN] check_obsoletes has been enabled for Yum priorities plugin
  124. [admin][INFO  ] Running command: sudo rpm --import https://download.ceph.com/keys/release.asc
  125. [admin][INFO  ] Running command: sudo yum remove -y ceph-release
  126. [admin][DEBUG ] Loaded plugins: fastestmirror, priorities
  127. [admin][DEBUG ] Resolving Dependencies
  128. [admin][DEBUG ] --> Running transaction check
  129. [admin][DEBUG ] ---> Package ceph-release.noarch 0:1-1.el7 will be erased
  130. [admin][DEBUG ] --> Finished Dependency Resolution
  131. [admin][DEBUG ]
  132. [admin][DEBUG ] Dependencies Resolved
  133. [admin][DEBUG ]
  134. [admin][DEBUG ] ================================================================================
  135. [admin][DEBUG ]  Package              Arch           Version            Repository         Size
  136. [admin][DEBUG ] ================================================================================
  137. [admin][DEBUG ] Removing:
  138. [admin][DEBUG ]  ceph-release         noarch         1-1.el7            installed         535
  139. [admin][DEBUG ]
  140. [admin][DEBUG ] Transaction Summary
  141. [admin][DEBUG ] ================================================================================
  142. [admin][DEBUG ] Remove  1 Package
  143. [admin][DEBUG ]
  144. [admin][DEBUG ] Installed size: 535
  145. [admin][DEBUG ] Downloading packages:
  146. [admin][DEBUG ] Running transaction check
  147. [admin][DEBUG ] Running transaction test
  148. [admin][DEBUG ] Transaction test succeeded
  149. [admin][DEBUG ] Running transaction
  150. [admin][DEBUG ]   Erasing    : ceph-release-1-1.el7.noarch                                  1/1
  151. [admin][DEBUG ]   Verifying  : ceph-release-1-1.el7.noarch                                  1/1
  152. [admin][DEBUG ]
  153. [admin][DEBUG ] Removed:
  154. [admin][DEBUG ]   ceph-release.noarch 0:1-1.el7
  155. [admin][DEBUG ]
  156. [admin][DEBUG ] Complete!
  157. [admin][INFO  ] Running command: sudo yum install -y https://download.ceph.com/rpm-jewel/el7/noarch/ceph-release-1-0.el7.noarch.rpm
  158. [admin][DEBUG ] Loaded plugins: fastestmirror, priorities
  159. [admin][DEBUG ] Examining /var/tmp/yum-root-zRy98V/ceph-release-1-0.el7.noarch.rpm: ceph-release-1-1.el7.noarch
  160. [admin][DEBUG ] Marking /var/tmp/yum-root-zRy98V/ceph-release-1-0.el7.noarch.rpm to be installed
  161. [admin][DEBUG ] Resolving Dependencies
  162. [admin][DEBUG ] --> Running transaction check
  163. [admin][DEBUG ] ---> Package ceph-release.noarch 0:1-1.el7 will be installed
  164. [admin][DEBUG ] --> Finished Dependency Resolution
  165. [admin][DEBUG ]
  166. [admin][DEBUG ] Dependencies Resolved
  167. [admin][DEBUG ]
  168. [admin][DEBUG ] ================================================================================
  169. [admin][DEBUG ]  Package          Arch       Version     Repository                        Size
  170. [admin][DEBUG ] ================================================================================
  171. [admin][DEBUG ] Installing:
  172. [admin][DEBUG ]  ceph-release     noarch     1-1.el7     /ceph-release-1-0.el7.noarch     535
  173. [admin][DEBUG ]
  174. [admin][DEBUG ] Transaction Summary
  175. [admin][DEBUG ] ================================================================================
  176. [admin][DEBUG ] Install  1 Package
  177. [admin][DEBUG ]
  178. [admin][DEBUG ] Total size: 535
  179. [admin][DEBUG ] Installed size: 535
  180. [admin][DEBUG ] Downloading packages:
  181. [admin][DEBUG ] Running transaction check
  182. [admin][DEBUG ] Running transaction test
  183. [admin][DEBUG ] Transaction test succeeded
  184. [admin][DEBUG ] Running transaction
  185. [admin][DEBUG ]   Installing : ceph-release-1-1.el7.noarch                                  1/1
  186. [admin][DEBUG ]   Verifying  : ceph-release-1-1.el7.noarch                                  1/1
  187. [admin][DEBUG ]
  188. [admin][DEBUG ] Installed:
  189. [admin][DEBUG ]   ceph-release.noarch 0:1-1.el7
  190. [admin][DEBUG ]
  191. [admin][DEBUG ] Complete!
  192. [admin][WARNIN] ensuring that /etc/yum.repos.d/ceph.repo contains a high priority
  193. [admin][WARNIN] altered ceph.repo priorities to contain: priority=1
  194. [admin][INFO  ] Running command: sudo yum -y install ceph ceph-radosgw
  195. [admin][DEBUG ] Loaded plugins: fastestmirror, priorities
  196. [admin][DEBUG ] Loading mirror speeds from cached hostfile
  197. [admin][DEBUG ]  * base: mirror.it.ubc.ca
  198. [admin][DEBUG ]  * epel: mirrors.mit.edu
  199. [admin][DEBUG ]  * extras: centos.mirror.rafal.ca
  200. [admin][DEBUG ]  * updates: centos.mirror.rafal.ca
  201. [admin][DEBUG ] 12 packages excluded due to repository priority protections
  202. [admin][DEBUG ] Resolving Dependencies
  203. [admin][DEBUG ] --> Running transaction check
  204. [admin][DEBUG ] ---> Package ceph.x86_64 2:10.2.11-0.el7 will be installed
  205. [admin][DEBUG ] --> Processing Dependency: ceph-osd = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  206. [admin][DEBUG ] --> Processing Dependency: ceph-mds = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  207. [admin][DEBUG ] --> Processing Dependency: ceph-mon = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  208. [admin][DEBUG ] ---> Package ceph-radosgw.x86_64 2:10.2.11-0.el7 will be installed
  209. [admin][DEBUG ] --> Processing Dependency: librgw2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  210. [admin][DEBUG ] --> Processing Dependency: librados2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  211. [admin][DEBUG ] --> Processing Dependency: ceph-selinux = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  212. [admin][DEBUG ] --> Processing Dependency: ceph-common = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  213. [admin][DEBUG ] --> Processing Dependency: python-flask for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  214. [admin][DEBUG ] --> Processing Dependency: mailcap for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  215. [admin][DEBUG ] --> Processing Dependency: libfcgi.so.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  216. [admin][DEBUG ] --> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  217. [admin][DEBUG ] --> Processing Dependency: librados.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  218. [admin][DEBUG ] --> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  219. [admin][DEBUG ] --> Processing Dependency: librgw.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  220. [admin][DEBUG ] --> Running transaction check
  221. [admin][DEBUG ] ---> Package boost-system.x86_64 0:1.53.0-27.el7 will be installed
  222. [admin][DEBUG ] ---> Package ceph-common.x86_64 2:10.2.11-0.el7 will be installed
  223. [admin][DEBUG ] --> Processing Dependency: python-rbd = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  224. [admin][DEBUG ] --> Processing Dependency: python-cephfs = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  225. [admin][DEBUG ] --> Processing Dependency: libcephfs1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  226. [admin][DEBUG ] --> Processing Dependency: librbd1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  227. [admin][DEBUG ] --> Processing Dependency: python-rados = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  228. [admin][DEBUG ] --> Processing Dependency: python-requests for package: 2:ceph-common-10.2.11-0.el7.x86_64
  229. [admin][DEBUG ] --> Processing Dependency: librbd.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  230. [admin][DEBUG ] --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  231. [admin][DEBUG ] --> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  232. [admin][DEBUG ] --> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  233. [admin][DEBUG ] --> Processing Dependency: libradosstriper.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  234. [admin][DEBUG ] --> Processing Dependency: libbabeltrace.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  235. [admin][DEBUG ] --> Processing Dependency: libbabeltrace-ctf.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  236. [admin][DEBUG ] --> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  237. [admin][DEBUG ] ---> Package ceph-mds.x86_64 2:10.2.11-0.el7 will be installed
  238. [admin][DEBUG ] --> Processing Dependency: ceph-base = 2:10.2.11-0.el7 for package: 2:ceph-mds-10.2.11-0.el7.x86_64
  239. [admin][DEBUG ] ---> Package ceph-mon.x86_64 2:10.2.11-0.el7 will be installed
  240. [admin][DEBUG ] --> Processing Dependency: libleveldb.so.1()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  241. [admin][DEBUG ] --> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  242. [admin][DEBUG ] ---> Package ceph-osd.x86_64 2:10.2.11-0.el7 will be installed
  243. [admin][DEBUG ] --> Processing Dependency: gdisk for package: 2:ceph-osd-10.2.11-0.el7.x86_64
  244. [admin][DEBUG ] ---> Package ceph-selinux.x86_64 2:10.2.11-0.el7 will be installed
  245. [admin][DEBUG ] ---> Package fcgi.x86_64 0:2.4.0-25.el7 will be installed
  246. [admin][DEBUG ] ---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed
  247. [admin][DEBUG ] ---> Package librados2.x86_64 2:10.2.11-0.el7 will be installed
  248. [admin][DEBUG ] --> Processing Dependency: liblttng-ust.so.0()(64bit) for package: 2:librados2-10.2.11-0.el7.x86_64
  249. [admin][DEBUG ] ---> Package librgw2.x86_64 2:10.2.11-0.el7 will be installed
  250. [admin][DEBUG ] ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
  251. [admin][DEBUG ] ---> Package python-flask.noarch 1:0.10.1-4.el7 will be installed
  252. [admin][DEBUG ] --> Processing Dependency: python-werkzeug for package: 1:python-flask-0.10.1-4.el7.noarch
  253. [admin][DEBUG ] --> Processing Dependency: python-jinja2 for package: 1:python-flask-0.10.1-4.el7.noarch
  254. [admin][DEBUG ] --> Processing Dependency: python-itsdangerous for package: 1:python-flask-0.10.1-4.el7.noarch
  255. [admin][DEBUG ] --> Running transaction check
  256. [admin][DEBUG ] ---> Package boost-iostreams.x86_64 0:1.53.0-27.el7 will be installed
  257. [admin][DEBUG ] ---> Package boost-program-options.x86_64 0:1.53.0-27.el7 will be installed
  258. [admin][DEBUG ] ---> Package boost-random.x86_64 0:1.53.0-27.el7 will be installed
  259. [admin][DEBUG ] ---> Package boost-regex.x86_64 0:1.53.0-27.el7 will be installed
  260. [admin][DEBUG ] ---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be installed
  261. [admin][DEBUG ] ---> Package ceph-base.x86_64 2:10.2.11-0.el7 will be installed
  262. [admin][DEBUG ] --> Processing Dependency: psmisc for package: 2:ceph-base-10.2.11-0.el7.x86_64
  263. [admin][DEBUG ] --> Processing Dependency: cryptsetup for package: 2:ceph-base-10.2.11-0.el7.x86_64
  264. [admin][DEBUG ] --> Processing Dependency: hdparm for package: 2:ceph-base-10.2.11-0.el7.x86_64
  265. [admin][DEBUG ] ---> Package gdisk.x86_64 0:0.8.10-2.el7 will be installed
  266. [admin][DEBUG ] ---> Package leveldb.x86_64 0:1.12.0-11.el7 will be installed
  267. [admin][DEBUG ] ---> Package libbabeltrace.x86_64 0:1.2.4-3.el7 will be installed
  268. [admin][DEBUG ] ---> Package libcephfs1.x86_64 2:10.2.11-0.el7 will be installed
  269. [admin][DEBUG ] ---> Package libradosstriper1.x86_64 2:10.2.11-0.el7 will be installed
  270. [admin][DEBUG ] ---> Package librbd1.x86_64 2:10.2.11-0.el7 will be installed
  271. [admin][DEBUG ] ---> Package lttng-ust.x86_64 0:2.4.1-4.el7 will be installed
  272. [admin][DEBUG ] --> Processing Dependency: liburcu-bp.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  273. [admin][DEBUG ] --> Processing Dependency: liburcu-cds.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  274. [admin][DEBUG ] ---> Package python-cephfs.x86_64 2:10.2.11-0.el7 will be installed
  275. [admin][DEBUG ] ---> Package python-itsdangerous.noarch 0:0.23-2.el7 will be installed
  276. [admin][DEBUG ] ---> Package python-jinja2.noarch 0:2.7.2-3.el7_6 will be installed
  277. [admin][DEBUG ] --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-3.el7_6.noarch
  278. [admin][DEBUG ] --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-3.el7_6.noarch
  279. [admin][DEBUG ] ---> Package python-rados.x86_64 2:10.2.11-0.el7 will be installed
  280. [admin][DEBUG ] ---> Package python-rbd.x86_64 2:10.2.11-0.el7 will be installed
  281. [admin][DEBUG ] ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed
  282. [admin][DEBUG ] --> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-1.el7_1.noarch
  283. [admin][DEBUG ] --> Processing Dependency: python-chardet >= 2.2.1-1 for package: python-requests-2.6.0-1.el7_1.noarch
  284. [admin][DEBUG ] ---> Package python-werkzeug.noarch 0:0.9.1-2.el7 will be installed
  285. [admin][DEBUG ] --> Running transaction check
  286. [admin][DEBUG ] ---> Package cryptsetup.x86_64 0:2.0.3-3.el7 will be installed
  287. [admin][DEBUG ] ---> Package hdparm.x86_64 0:9.43-5.el7 will be installed
  288. [admin][DEBUG ] ---> Package psmisc.x86_64 0:22.20-15.el7 will be installed
  289. [admin][DEBUG ] ---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
  290. [admin][DEBUG ] ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
  291. [admin][DEBUG ] ---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
  292. [admin][DEBUG ] ---> Package python-urllib3.noarch 0:1.10.2-5.el7 will be installed
  293. [admin][DEBUG ] --> Processing Dependency: python-six for package: python-urllib3-1.10.2-5.el7.noarch
  294. [admin][DEBUG ] ---> Package userspace-rcu.x86_64 0:0.7.16-1.el7 will be installed
  295. [admin][DEBUG ] --> Running transaction check
  296. [admin][DEBUG ] ---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
  297. [admin][DEBUG ] --> Finished Dependency Resolution
  298. [admin][DEBUG ]
  299. [admin][DEBUG ] Dependencies Resolved
  300. [admin][DEBUG ]
  301. [admin][DEBUG ] ================================================================================
  302. [admin][DEBUG ]  Package                    Arch        Version              Repository    Size
  303. [admin][DEBUG ] ================================================================================
  304. [admin][DEBUG ] Installing:
  305. [admin][DEBUG ]  ceph                       x86_64      2:10.2.11-0.el7      Ceph         3.0 k
  306. [admin][DEBUG ]  ceph-radosgw               x86_64      2:10.2.11-0.el7      Ceph         267 k
  307. [admin][DEBUG ] Installing for dependencies:
  308. [admin][DEBUG ]  boost-iostreams            x86_64      1.53.0-27.el7        base          61 k
  309. [admin][DEBUG ]  boost-program-options      x86_64      1.53.0-27.el7        base         156 k
  310. [admin][DEBUG ]  boost-random               x86_64      1.53.0-27.el7        base          39 k
  311. [admin][DEBUG ]  boost-regex                x86_64      1.53.0-27.el7        base         300 k
  312. [admin][DEBUG ]  boost-system               x86_64      1.53.0-27.el7        base          40 k
  313. [admin][DEBUG ]  boost-thread               x86_64      1.53.0-27.el7        base          57 k
  314. [admin][DEBUG ]  ceph-base                  x86_64      2:10.2.11-0.el7      Ceph         4.2 M
  315. [admin][DEBUG ]  ceph-common                x86_64      2:10.2.11-0.el7      Ceph          17 M
  316. [admin][DEBUG ]  ceph-mds                   x86_64      2:10.2.11-0.el7      Ceph         2.8 M
  317. [admin][DEBUG ]  ceph-mon                   x86_64      2:10.2.11-0.el7      Ceph         3.1 M
  318. [admin][DEBUG ]  ceph-osd                   x86_64      2:10.2.11-0.el7      Ceph         9.5 M
  319. [admin][DEBUG ]  ceph-selinux               x86_64      2:10.2.11-0.el7      Ceph          20 k
  320. [admin][DEBUG ]  cryptsetup                 x86_64      2.0.3-3.el7          base         154 k
  321. [admin][DEBUG ]  fcgi                       x86_64      2.4.0-25.el7         epel          47 k
  322. [admin][DEBUG ]  gdisk                      x86_64      0.8.10-2.el7         base         189 k
  323. [admin][DEBUG ]  gperftools-libs            x86_64      2.6.1-1.el7          base         272 k
  324. [admin][DEBUG ]  hdparm                     x86_64      9.43-5.el7           base          83 k
  325. [admin][DEBUG ]  leveldb                    x86_64      1.12.0-11.el7        epel         161 k
  326. [admin][DEBUG ]  libbabeltrace              x86_64      1.2.4-3.el7          epel         147 k
  327. [admin][DEBUG ]  libcephfs1                 x86_64      2:10.2.11-0.el7      Ceph         1.9 M
  328. [admin][DEBUG ]  librados2                  x86_64      2:10.2.11-0.el7      Ceph         1.9 M
  329. [admin][DEBUG ]  libradosstriper1           x86_64      2:10.2.11-0.el7      Ceph         1.8 M
  330. [admin][DEBUG ]  librbd1                    x86_64      2:10.2.11-0.el7      Ceph         2.5 M
  331. [admin][DEBUG ]  librgw2                    x86_64      2:10.2.11-0.el7      Ceph         3.0 M
  332. [admin][DEBUG ]  lttng-ust                  x86_64      2.4.1-4.el7          epel         176 k
  333. [admin][DEBUG ]  mailcap                    noarch      2.1.41-2.el7         base          31 k
  334. [admin][DEBUG ]  psmisc                     x86_64      22.20-15.el7         base         141 k
  335. [admin][DEBUG ]  python-babel               noarch      0.9.6-8.el7          base         1.4 M
  336. [admin][DEBUG ]  python-cephfs              x86_64      2:10.2.11-0.el7      Ceph          78 k
  337. [admin][DEBUG ]  python-chardet             noarch      2.2.1-1.el7_1        base         227 k
  338. [admin][DEBUG ]  python-flask               noarch      1:0.10.1-4.el7       extras       204 k
  339. [admin][DEBUG ]  python-itsdangerous        noarch      0.23-2.el7           extras        24 k
  340. [admin][DEBUG ]  python-jinja2              noarch      2.7.2-3.el7_6        updates      518 k
  341. [admin][DEBUG ]  python-markupsafe          x86_64      0.11-10.el7          base          25 k
  342. [admin][DEBUG ]  python-rados               x86_64      2:10.2.11-0.el7      Ceph         149 k
  343. [admin][DEBUG ]  python-rbd                 x86_64      2:10.2.11-0.el7      Ceph          79 k
  344. [admin][DEBUG ]  python-requests            noarch      2.6.0-1.el7_1        base          94 k
  345. [admin][DEBUG ]  python-six                 noarch      1.9.0-2.el7          base          29 k
  346. [admin][DEBUG ]  python-urllib3             noarch      1.10.2-5.el7         base         102 k
  347. [admin][DEBUG ]  python-werkzeug            noarch      0.9.1-2.el7          extras       562 k
  348. [admin][DEBUG ]  userspace-rcu              x86_64      0.7.16-1.el7         epel          73 k
  349. [admin][DEBUG ]
  350. [admin][DEBUG ] Transaction Summary
  351. [admin][DEBUG ] ================================================================================
  352. [admin][DEBUG ] Install  2 Packages (+41 Dependent packages)
  353. [admin][DEBUG ]
  354. [admin][DEBUG ] Total download size: 53 M
  355. [admin][DEBUG ] Installed size: 198 M
  356. [admin][DEBUG ] Downloading packages:
  357. [admin][WARNIN] warning: /var/cache/yum/x86_64/7/epel/packages/fcgi-2.4.0-25.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  358. [admin][DEBUG ] Public key for fcgi-2.4.0-25.el7.x86_64.rpm is not installed
  359. [admin][DEBUG ] --------------------------------------------------------------------------------
  360. [admin][DEBUG ] Total                                              4.7 MB/s |  53 MB  00:11
  361. [admin][DEBUG ] Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  362. [admin][WARNIN] Importing GPG key 0x352C64E5:
  363. [admin][WARNIN]  Userid     : "Fedora EPEL (7) <epel@fedoraproject.org>"
  364. [admin][WARNIN]  Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  365. [admin][WARNIN]  Package    : epel-release-7-11.noarch (@extras)
  366. [admin][WARNIN]  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  367. [admin][DEBUG ] Running transaction check
  368. [admin][DEBUG ] Running transaction test
  369. [admin][DEBUG ] Transaction test succeeded
  370. [admin][DEBUG ] Running transaction
  371. [admin][DEBUG ]   Installing : boost-system-1.53.0-27.el7.x86_64                           1/43
  372. [admin][DEBUG ]   Installing : boost-thread-1.53.0-27.el7.x86_64                           2/43
  373. [admin][DEBUG ]   Installing : boost-iostreams-1.53.0-27.el7.x86_64                        3/43
  374. [admin][DEBUG ]   Installing : boost-random-1.53.0-27.el7.x86_64                           4/43
  375. [admin][DEBUG ]   Installing : gperftools-libs-2.6.1-1.el7.x86_64                          5/43
  376. [admin][DEBUG ]   Installing : 2:libcephfs1-10.2.11-0.el7.x86_64                           6/43
  377. [admin][DEBUG ]   Installing : fcgi-2.4.0-25.el7.x86_64                                    7/43
  378. [admin][DEBUG ]   Installing : leveldb-1.12.0-11.el7.x86_64                                8/43
  379. [admin][DEBUG ]   Installing : boost-program-options-1.53.0-27.el7.x86_64                  9/43
  380. [admin][DEBUG ]   Installing : gdisk-0.8.10-2.el7.x86_64                                  10/43
  381. [admin][DEBUG ]   Installing : python-chardet-2.2.1-1.el7_1.noarch                        11/43
  382. [admin][DEBUG ]   Installing : python-werkzeug-0.9.1-2.el7.noarch                         12/43
  383. [admin][DEBUG ]   Installing : userspace-rcu-0.7.16-1.el7.x86_64                          13/43
  384. [admin][DEBUG ]   Installing : lttng-ust-2.4.1-4.el7.x86_64                               14/43
  385. [admin][DEBUG ]   Installing : 2:librados2-10.2.11-0.el7.x86_64                           15/43
  386. [admin][DEBUG ]   Installing : 2:librbd1-10.2.11-0.el7.x86_64                             16/43
  387. [admin][DEBUG ]   Installing : 2:python-rados-10.2.11-0.el7.x86_64                        17/43
  388. [admin][DEBUG ]   Installing : 2:librgw2-10.2.11-0.el7.x86_64                             18/43
  389. [admin][DEBUG ]   Installing : 2:python-rbd-10.2.11-0.el7.x86_64                          19/43
  390. [admin][DEBUG ]   Installing : 2:python-cephfs-10.2.11-0.el7.x86_64                       20/43
  391. [admin][DEBUG ]   Installing : 2:libradosstriper1-10.2.11-0.el7.x86_64                    21/43
  392. [admin][DEBUG ]   Installing : psmisc-22.20-15.el7.x86_64                                 22/43
  393. [admin][DEBUG ]   Installing : python-markupsafe-0.11-10.el7.x86_64                       23/43
  394. [admin][DEBUG ]   Installing : python-six-1.9.0-2.el7.noarch                              24/43
  395. [admin][DEBUG ]   Installing : python-urllib3-1.10.2-5.el7.noarch                         25/43
  396. [admin][DEBUG ]   Installing : python-requests-2.6.0-1.el7_1.noarch                       26/43
  397. [admin][DEBUG ]   Installing : python-babel-0.9.6-8.el7.noarch                            27/43
  398. [admin][DEBUG ]   Installing : python-jinja2-2.7.2-3.el7_6.noarch                         28/43
  399. [admin][DEBUG ]   Installing : python-itsdangerous-0.23-2.el7.noarch                      29/43
  400. [admin][DEBUG ]   Installing : 1:python-flask-0.10.1-4.el7.noarch                         30/43
  401. [admin][DEBUG ]   Installing : cryptsetup-2.0.3-3.el7.x86_64                              31/43
  402. [admin][DEBUG ]   Installing : libbabeltrace-1.2.4-3.el7.x86_64                           32/43
  403. [admin][DEBUG ]   Installing : hdparm-9.43-5.el7.x86_64                                   33/43
  404. [admin][DEBUG ]   Installing : boost-regex-1.53.0-27.el7.x86_64                           34/43
  405. [admin][DEBUG ]   Installing : 2:ceph-common-10.2.11-0.el7.x86_64                         35/43
  406. [admin][DEBUG ]   Installing : 2:ceph-base-10.2.11-0.el7.x86_64                           36/43
  407. [admin][DEBUG ]   Installing : 2:ceph-selinux-10.2.11-0.el7.x86_64                        37/43
  408. [admin][DEBUG ]   Installing : 2:ceph-osd-10.2.11-0.el7.x86_64                            38/43
  409. [admin][DEBUG ]   Installing : 2:ceph-mds-10.2.11-0.el7.x86_64                            39/43
  410. [admin][DEBUG ]   Installing : 2:ceph-mon-10.2.11-0.el7.x86_64                            40/43
  411. [admin][DEBUG ]   Installing : mailcap-2.1.41-2.el7.noarch                                41/43
  412. [admin][DEBUG ]   Installing : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        42/43
  413. [admin][DEBUG ]   Installing : 2:ceph-10.2.11-0.el7.x86_64                                43/43
  414. [admin][DEBUG ]   Verifying  : boost-system-1.53.0-27.el7.x86_64                           1/43
  415. [admin][DEBUG ]   Verifying  : 1:python-flask-0.10.1-4.el7.noarch                          2/43
  416. [admin][DEBUG ]   Verifying  : 2:ceph-common-10.2.11-0.el7.x86_64                          3/43
  417. [admin][DEBUG ]   Verifying  : mailcap-2.1.41-2.el7.noarch                                 4/43
  418. [admin][DEBUG ]   Verifying  : boost-regex-1.53.0-27.el7.x86_64                            5/43
  419. [admin][DEBUG ]   Verifying  : 2:ceph-osd-10.2.11-0.el7.x86_64                             6/43
  420. [admin][DEBUG ]   Verifying  : hdparm-9.43-5.el7.x86_64                                    7/43
  421. [admin][DEBUG ]   Verifying  : libbabeltrace-1.2.4-3.el7.x86_64                            8/43
  422. [admin][DEBUG ]   Verifying  : 2:libcephfs1-10.2.11-0.el7.x86_64                           9/43
  423. [admin][DEBUG ]   Verifying  : cryptsetup-2.0.3-3.el7.x86_64                              10/43
  424. [admin][DEBUG ]   Verifying  : 2:ceph-10.2.11-0.el7.x86_64                                11/43
  425. [admin][DEBUG ]   Verifying  : python-itsdangerous-0.23-2.el7.noarch                      12/43
  426. [admin][DEBUG ]   Verifying  : 2:libradosstriper1-10.2.11-0.el7.x86_64                    13/43
  427. [admin][DEBUG ]   Verifying  : python-jinja2-2.7.2-3.el7_6.noarch                         14/43
  428. [admin][DEBUG ]   Verifying  : boost-thread-1.53.0-27.el7.x86_64                          15/43
  429. [admin][DEBUG ]   Verifying  : python-babel-0.9.6-8.el7.noarch                            16/43
  430. [admin][DEBUG ]   Verifying  : boost-random-1.53.0-27.el7.x86_64                          17/43
  431. [admin][DEBUG ]   Verifying  : boost-program-options-1.53.0-27.el7.x86_64                 18/43
  432. [admin][DEBUG ]   Verifying  : python-six-1.9.0-2.el7.noarch                              19/43
  433. [admin][DEBUG ]   Verifying  : python-urllib3-1.10.2-5.el7.noarch                         20/43
  434. [admin][DEBUG ]   Verifying  : leveldb-1.12.0-11.el7.x86_64                               21/43
  435. [admin][DEBUG ]   Verifying  : 2:librados2-10.2.11-0.el7.x86_64                           22/43
  436. [admin][DEBUG ]   Verifying  : python-markupsafe-0.11-10.el7.x86_64                       23/43
  437. [admin][DEBUG ]   Verifying  : fcgi-2.4.0-25.el7.x86_64                                   24/43
  438. [admin][DEBUG ]   Verifying  : psmisc-22.20-15.el7.x86_64                                 25/43
  439. [admin][DEBUG ]   Verifying  : lttng-ust-2.4.1-4.el7.x86_64                               26/43
  440. [admin][DEBUG ]   Verifying  : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        27/43
  441. [admin][DEBUG ]   Verifying  : 2:librbd1-10.2.11-0.el7.x86_64                             28/43
  442. [admin][DEBUG ]   Verifying  : boost-iostreams-1.53.0-27.el7.x86_64                       29/43
  443. [admin][DEBUG ]   Verifying  : 2:python-rados-10.2.11-0.el7.x86_64                        30/43
  444. [admin][DEBUG ]   Verifying  : userspace-rcu-0.7.16-1.el7.x86_64                          31/43
  445. [admin][DEBUG ]   Verifying  : python-werkzeug-0.9.1-2.el7.noarch                         32/43
  446. [admin][DEBUG ]   Verifying  : 2:librgw2-10.2.11-0.el7.x86_64                             33/43
  447. [admin][DEBUG ]   Verifying  : 2:ceph-mds-10.2.11-0.el7.x86_64                            34/43
  448. [admin][DEBUG ]   Verifying  : 2:python-rbd-10.2.11-0.el7.x86_64                          35/43
  449. [admin][DEBUG ]   Verifying  : 2:ceph-selinux-10.2.11-0.el7.x86_64                        36/43
  450. [admin][DEBUG ]   Verifying  : python-requests-2.6.0-1.el7_1.noarch                       37/43
  451. [admin][DEBUG ]   Verifying  : gperftools-libs-2.6.1-1.el7.x86_64                         38/43
  452. [admin][DEBUG ]   Verifying  : 2:python-cephfs-10.2.11-0.el7.x86_64                       39/43
  453. [admin][DEBUG ]   Verifying  : python-chardet-2.2.1-1.el7_1.noarch                        40/43
  454. [admin][DEBUG ]   Verifying  : gdisk-0.8.10-2.el7.x86_64                                  41/43
  455. [admin][DEBUG ]   Verifying  : 2:ceph-mon-10.2.11-0.el7.x86_64                            42/43
  456. [admin][DEBUG ]   Verifying  : 2:ceph-base-10.2.11-0.el7.x86_64                           43/43
  457. [admin][DEBUG ]
  458. [admin][DEBUG ] Installed:
  459. [admin][DEBUG ]   ceph.x86_64 2:10.2.11-0.el7        ceph-radosgw.x86_64 2:10.2.11-0.el7
  460. [admin][DEBUG ]
  461. [admin][DEBUG ] Dependency Installed:
  462. [admin][DEBUG ]   boost-iostreams.x86_64 0:1.53.0-27.el7
  463. [admin][DEBUG ]   boost-program-options.x86_64 0:1.53.0-27.el7
  464. [admin][DEBUG ]   boost-random.x86_64 0:1.53.0-27.el7
  465. [admin][DEBUG ]   boost-regex.x86_64 0:1.53.0-27.el7
  466. [admin][DEBUG ]   boost-system.x86_64 0:1.53.0-27.el7
  467. [admin][DEBUG ]   boost-thread.x86_64 0:1.53.0-27.el7
  468. [admin][DEBUG ]   ceph-base.x86_64 2:10.2.11-0.el7
  469. [admin][DEBUG ]   ceph-common.x86_64 2:10.2.11-0.el7
  470. [admin][DEBUG ]   ceph-mds.x86_64 2:10.2.11-0.el7
  471. [admin][DEBUG ]   ceph-mon.x86_64 2:10.2.11-0.el7
  472. [admin][DEBUG ]   ceph-osd.x86_64 2:10.2.11-0.el7
  473. [admin][DEBUG ]   ceph-selinux.x86_64 2:10.2.11-0.el7
  474. [admin][DEBUG ]   cryptsetup.x86_64 0:2.0.3-3.el7
  475. [admin][DEBUG ]   fcgi.x86_64 0:2.4.0-25.el7
  476. [admin][DEBUG ]   gdisk.x86_64 0:0.8.10-2.el7
  477. [admin][DEBUG ]   gperftools-libs.x86_64 0:2.6.1-1.el7
  478. [admin][DEBUG ]   hdparm.x86_64 0:9.43-5.el7
  479. [admin][DEBUG ]   leveldb.x86_64 0:1.12.0-11.el7
  480. [admin][DEBUG ]   libbabeltrace.x86_64 0:1.2.4-3.el7
  481. [admin][DEBUG ]   libcephfs1.x86_64 2:10.2.11-0.el7
  482. [admin][DEBUG ]   librados2.x86_64 2:10.2.11-0.el7
  483. [admin][DEBUG ]   libradosstriper1.x86_64 2:10.2.11-0.el7
  484. [admin][DEBUG ]   librbd1.x86_64 2:10.2.11-0.el7
  485. [admin][DEBUG ]   librgw2.x86_64 2:10.2.11-0.el7
  486. [admin][DEBUG ]   lttng-ust.x86_64 0:2.4.1-4.el7
  487. [admin][DEBUG ]   mailcap.noarch 0:2.1.41-2.el7
  488. [admin][DEBUG ]   psmisc.x86_64 0:22.20-15.el7
  489. [admin][DEBUG ]   python-babel.noarch 0:0.9.6-8.el7
  490. [admin][DEBUG ]   python-cephfs.x86_64 2:10.2.11-0.el7
  491. [admin][DEBUG ]   python-chardet.noarch 0:2.2.1-1.el7_1
  492. [admin][DEBUG ]   python-flask.noarch 1:0.10.1-4.el7
  493. [admin][DEBUG ]   python-itsdangerous.noarch 0:0.23-2.el7
  494. [admin][DEBUG ]   python-jinja2.noarch 0:2.7.2-3.el7_6
  495. [admin][DEBUG ]   python-markupsafe.x86_64 0:0.11-10.el7
  496. [admin][DEBUG ]   python-rados.x86_64 2:10.2.11-0.el7
  497. [admin][DEBUG ]   python-rbd.x86_64 2:10.2.11-0.el7
  498. [admin][DEBUG ]   python-requests.noarch 0:2.6.0-1.el7_1
  499. [admin][DEBUG ]   python-six.noarch 0:1.9.0-2.el7
  500. [admin][DEBUG ]   python-urllib3.noarch 0:1.10.2-5.el7
  501. [admin][DEBUG ]   python-werkzeug.noarch 0:0.9.1-2.el7
  502. [admin][DEBUG ]   userspace-rcu.x86_64 0:0.7.16-1.el7
  503. [admin][DEBUG ]
  504. [admin][DEBUG ] Complete!
  505. [admin][INFO  ] Running command: sudo ceph --version
  506. [admin][DEBUG ] ceph version 10.2.11 (e4b061b47f07f583c92a050d9e84b1813a35671e)
  507. [ceph_deploy.install][DEBUG ] Detecting platform for host mon1 ...
  508. [mon1][DEBUG ] connection detected need for sudo
  509. [mon1][DEBUG ] connected to host: mon1
  510. [mon1][DEBUG ] detect platform information from remote host
  511. [mon1][DEBUG ] detect machine type
  512. [ceph_deploy.install][INFO  ] Distro info: CentOS Linux 7.6.1810 Core
  513. [mon1][INFO  ] installing Ceph on mon1
  514. [mon1][INFO  ] Running command: sudo yum clean all
  515. [mon1][DEBUG ] Loaded plugins: fastestmirror
  516. [mon1][DEBUG ] Cleaning repos: base extras updates
  517. [mon1][DEBUG ] Cleaning up list of fastest mirrors
  518. [mon1][INFO  ] Running command: sudo yum -y install epel-release
  519. [mon1][DEBUG ] Loaded plugins: fastestmirror
  520. [mon1][DEBUG ] Determining fastest mirrors
  521. [mon1][DEBUG ]  * base: centos.mirror.vexxhost.com
  522. [mon1][DEBUG ]  * extras: centos.les.net
  523. [mon1][DEBUG ]  * updates: centos.mirror.rafal.ca
  524. [mon1][DEBUG ] Resolving Dependencies
  525. [mon1][DEBUG ] --> Running transaction check
  526. [mon1][DEBUG ] ---> Package epel-release.noarch 0:7-11 will be installed
  527. [mon1][DEBUG ] --> Finished Dependency Resolution
  528. [mon1][DEBUG ]
  529. [mon1][DEBUG ] Dependencies Resolved
  530. [mon1][DEBUG ]
  531. [mon1][DEBUG ] ================================================================================
  532. [mon1][DEBUG ]  Package                Arch             Version         Repository        Size
  533. [mon1][DEBUG ] ================================================================================
  534. [mon1][DEBUG ] Installing:
  535. [mon1][DEBUG ]  epel-release           noarch           7-11            extras            15 k
  536. [mon1][DEBUG ]
  537. [mon1][DEBUG ] Transaction Summary
  538. [mon1][DEBUG ] ================================================================================
  539. [mon1][DEBUG ] Install  1 Package
  540. [mon1][DEBUG ]
  541. [mon1][DEBUG ] Total download size: 15 k
  542. [mon1][DEBUG ] Installed size: 24 k
  543. [mon1][DEBUG ] Downloading packages:
  544. [mon1][DEBUG ] Running transaction check
  545. [mon1][DEBUG ] Running transaction test
  546. [mon1][DEBUG ] Transaction test succeeded
  547. [mon1][DEBUG ] Running transaction
  548. [mon1][DEBUG ]   Installing : epel-release-7-11.noarch                                     1/1
  549. [mon1][DEBUG ]   Verifying  : epel-release-7-11.noarch                                     1/1
  550. [mon1][DEBUG ]
  551. [mon1][DEBUG ] Installed:
  552. [mon1][DEBUG ]   epel-release.noarch 0:7-11
  553. [mon1][DEBUG ]
  554. [mon1][DEBUG ] Complete!
  555. [mon1][INFO  ] Running command: sudo yum -y install yum-plugin-priorities
  556. [mon1][DEBUG ] Loaded plugins: fastestmirror
  557. [mon1][DEBUG ] Loading mirror speeds from cached hostfile
  558. [mon1][DEBUG ]  * base: centos.mirror.vexxhost.com
  559. [mon1][DEBUG ]  * epel: mirror.pit.teraswitch.com
  560. [mon1][DEBUG ]  * extras: centos.les.net
  561. [mon1][DEBUG ]  * updates: centos.mirror.rafal.ca
  562. [mon1][DEBUG ] Resolving Dependencies
  563. [mon1][DEBUG ] --> Running transaction check
  564. [mon1][DEBUG ] ---> Package yum-plugin-priorities.noarch 0:1.1.31-50.el7 will be installed
  565. [mon1][DEBUG ] --> Finished Dependency Resolution
  566. [mon1][DEBUG ]
  567. [mon1][DEBUG ] Dependencies Resolved
  568. [mon1][DEBUG ]
  569. [mon1][DEBUG ] ================================================================================
  570. [mon1][DEBUG ]  Package                     Arch         Version              Repository  Size
  571. [mon1][DEBUG ] ================================================================================
  572. [mon1][DEBUG ] Installing:
  573. [mon1][DEBUG ]  yum-plugin-priorities       noarch       1.1.31-50.el7        base        29 k
  574. [mon1][DEBUG ]
  575. [mon1][DEBUG ] Transaction Summary
  576. [mon1][DEBUG ] ================================================================================
  577. [mon1][DEBUG ] Install  1 Package
  578. [mon1][DEBUG ]
  579. [mon1][DEBUG ] Total download size: 29 k
  580. [mon1][DEBUG ] Installed size: 28 k
  581. [mon1][DEBUG ] Downloading packages:
  582. [mon1][DEBUG ] Running transaction check
  583. [mon1][DEBUG ] Running transaction test
  584. [mon1][DEBUG ] Transaction test succeeded
  585. [mon1][DEBUG ] Running transaction
  586. [mon1][DEBUG ]   Installing : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  587. [mon1][DEBUG ]   Verifying  : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  588. [mon1][DEBUG ]
  589. [mon1][DEBUG ] Installed:
  590. [mon1][DEBUG ]   yum-plugin-priorities.noarch 0:1.1.31-50.el7
  591. [mon1][DEBUG ]
  592. [mon1][DEBUG ] Complete!
  593. [mon1][DEBUG ] Configure Yum priorities to include obsoletes
  594. [mon1][WARNIN] check_obsoletes has been enabled for Yum priorities plugin
  595. [mon1][INFO  ] Running command: sudo rpm --import https://download.ceph.com/keys/release.asc
  596. [mon1][INFO  ] Running command: sudo yum remove -y ceph-release
  597. [mon1][DEBUG ] Loaded plugins: fastestmirror, priorities
  598. [mon1][WARNIN] No Match for argument: ceph-release
  599. [mon1][DEBUG ] No Packages marked for removal
  600. [mon1][INFO  ] Running command: sudo yum install -y https://download.ceph.com/rpm-jewel/el7/noarch/ceph-release-1-0.el7.noarch.rpm
  601. [mon1][DEBUG ] Loaded plugins: fastestmirror, priorities
  602. [mon1][DEBUG ] Examining /var/tmp/yum-root-kkxrOX/ceph-release-1-0.el7.noarch.rpm: ceph-release-1-1.el7.noarch
  603. [mon1][DEBUG ] Marking /var/tmp/yum-root-kkxrOX/ceph-release-1-0.el7.noarch.rpm to be installed
  604. [mon1][DEBUG ] Resolving Dependencies
  605. [mon1][DEBUG ] --> Running transaction check
  606. [mon1][DEBUG ] ---> Package ceph-release.noarch 0:1-1.el7 will be installed
  607. [mon1][DEBUG ] --> Finished Dependency Resolution
  608. [mon1][DEBUG ]
  609. [mon1][DEBUG ] Dependencies Resolved
  610. [mon1][DEBUG ]
  611. [mon1][DEBUG ] ================================================================================
  612. [mon1][DEBUG ]  Package          Arch       Version     Repository                        Size
  613. [mon1][DEBUG ] ================================================================================
  614. [mon1][DEBUG ] Installing:
  615. [mon1][DEBUG ]  ceph-release     noarch     1-1.el7     /ceph-release-1-0.el7.noarch     535
  616. [mon1][DEBUG ]
  617. [mon1][DEBUG ] Transaction Summary
  618. [mon1][DEBUG ] ================================================================================
  619. [mon1][DEBUG ] Install  1 Package
  620. [mon1][DEBUG ]
  621. [mon1][DEBUG ] Total size: 535
  622. [mon1][DEBUG ] Installed size: 535
  623. [mon1][DEBUG ] Downloading packages:
  624. [mon1][DEBUG ] Running transaction check
  625. [mon1][DEBUG ] Running transaction test
  626. [mon1][DEBUG ] Transaction test succeeded
  627. [mon1][DEBUG ] Running transaction
  628. [mon1][DEBUG ]   Installing : ceph-release-1-1.el7.noarch                                  1/1
  629. [mon1][DEBUG ]   Verifying  : ceph-release-1-1.el7.noarch                                  1/1
  630. [mon1][DEBUG ]
  631. [mon1][DEBUG ] Installed:
  632. [mon1][DEBUG ]   ceph-release.noarch 0:1-1.el7
  633. [mon1][DEBUG ]
  634. [mon1][DEBUG ] Complete!
  635. [mon1][WARNIN] ensuring that /etc/yum.repos.d/ceph.repo contains a high priority
  636. [mon1][WARNIN] altered ceph.repo priorities to contain: priority=1
  637. [mon1][INFO  ] Running command: sudo yum -y install ceph ceph-radosgw
  638. [mon1][DEBUG ] Loaded plugins: fastestmirror, priorities
  639. [mon1][DEBUG ] Loading mirror speeds from cached hostfile
  640. [mon1][DEBUG ]  * base: centos.mirror.vexxhost.com
  641. [mon1][DEBUG ]  * epel: mirror.math.princeton.edu
  642. [mon1][DEBUG ]  * extras: centos.les.net
  643. [mon1][DEBUG ]  * updates: centos.mirror.rafal.ca
  644. [mon1][DEBUG ] 12 packages excluded due to repository priority protections
  645. [mon1][DEBUG ] Resolving Dependencies
  646. [mon1][DEBUG ] --> Running transaction check
  647. [mon1][DEBUG ] ---> Package ceph.x86_64 2:10.2.11-0.el7 will be installed
  648. [mon1][DEBUG ] --> Processing Dependency: ceph-osd = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  649. [mon1][DEBUG ] --> Processing Dependency: ceph-mds = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  650. [mon1][DEBUG ] --> Processing Dependency: ceph-mon = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  651. [mon1][DEBUG ] ---> Package ceph-radosgw.x86_64 2:10.2.11-0.el7 will be installed
  652. [mon1][DEBUG ] --> Processing Dependency: librgw2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  653. [mon1][DEBUG ] --> Processing Dependency: librados2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  654. [mon1][DEBUG ] --> Processing Dependency: ceph-selinux = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  655. [mon1][DEBUG ] --> Processing Dependency: ceph-common = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  656. [mon1][DEBUG ] --> Processing Dependency: python-flask for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  657. [mon1][DEBUG ] --> Processing Dependency: mailcap for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  658. [mon1][DEBUG ] --> Processing Dependency: libfcgi.so.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  659. [mon1][DEBUG ] --> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  660. [mon1][DEBUG ] --> Processing Dependency: librados.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  661. [mon1][DEBUG ] --> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  662. [mon1][DEBUG ] --> Processing Dependency: librgw.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  663. [mon1][DEBUG ] --> Running transaction check
  664. [mon1][DEBUG ] ---> Package boost-system.x86_64 0:1.53.0-27.el7 will be installed
  665. [mon1][DEBUG ] ---> Package ceph-common.x86_64 2:10.2.11-0.el7 will be installed
  666. [mon1][DEBUG ] --> Processing Dependency: python-rbd = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  667. [mon1][DEBUG ] --> Processing Dependency: python-cephfs = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  668. [mon1][DEBUG ] --> Processing Dependency: libcephfs1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  669. [mon1][DEBUG ] --> Processing Dependency: librbd1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  670. [mon1][DEBUG ] --> Processing Dependency: python-rados = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  671. [mon1][DEBUG ] --> Processing Dependency: python-requests for package: 2:ceph-common-10.2.11-0.el7.x86_64
  672. [mon1][DEBUG ] --> Processing Dependency: librbd.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  673. [mon1][DEBUG ] --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  674. [mon1][DEBUG ] --> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  675. [mon1][DEBUG ] --> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  676. [mon1][DEBUG ] --> Processing Dependency: libradosstriper.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  677. [mon1][DEBUG ] --> Processing Dependency: libbabeltrace.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  678. [mon1][DEBUG ] --> Processing Dependency: libbabeltrace-ctf.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  679. [mon1][DEBUG ] --> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  680. [mon1][DEBUG ] ---> Package ceph-mds.x86_64 2:10.2.11-0.el7 will be installed
  681. [mon1][DEBUG ] --> Processing Dependency: ceph-base = 2:10.2.11-0.el7 for package: 2:ceph-mds-10.2.11-0.el7.x86_64
  682. [mon1][DEBUG ] ---> Package ceph-mon.x86_64 2:10.2.11-0.el7 will be installed
  683. [mon1][DEBUG ] --> Processing Dependency: libleveldb.so.1()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  684. [mon1][DEBUG ] --> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  685. [mon1][DEBUG ] ---> Package ceph-osd.x86_64 2:10.2.11-0.el7 will be installed
  686. [mon1][DEBUG ] --> Processing Dependency: gdisk for package: 2:ceph-osd-10.2.11-0.el7.x86_64
  687. [mon1][DEBUG ] ---> Package ceph-selinux.x86_64 2:10.2.11-0.el7 will be installed
  688. [mon1][DEBUG ] ---> Package fcgi.x86_64 0:2.4.0-25.el7 will be installed
  689. [mon1][DEBUG ] ---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed
  690. [mon1][DEBUG ] ---> Package librados2.x86_64 2:10.2.11-0.el7 will be installed
  691. [mon1][DEBUG ] --> Processing Dependency: liblttng-ust.so.0()(64bit) for package: 2:librados2-10.2.11-0.el7.x86_64
  692. [mon1][DEBUG ] ---> Package librgw2.x86_64 2:10.2.11-0.el7 will be installed
  693. [mon1][DEBUG ] ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
  694. [mon1][DEBUG ] ---> Package python-flask.noarch 1:0.10.1-4.el7 will be installed
  695. [mon1][DEBUG ] --> Processing Dependency: python-werkzeug for package: 1:python-flask-0.10.1-4.el7.noarch
  696. [mon1][DEBUG ] --> Processing Dependency: python-jinja2 for package: 1:python-flask-0.10.1-4.el7.noarch
  697. [mon1][DEBUG ] --> Processing Dependency: python-itsdangerous for package: 1:python-flask-0.10.1-4.el7.noarch
  698. [mon1][DEBUG ] --> Running transaction check
  699. [mon1][DEBUG ] ---> Package boost-iostreams.x86_64 0:1.53.0-27.el7 will be installed
  700. [mon1][DEBUG ] ---> Package boost-program-options.x86_64 0:1.53.0-27.el7 will be installed
  701. [mon1][DEBUG ] ---> Package boost-random.x86_64 0:1.53.0-27.el7 will be installed
  702. [mon1][DEBUG ] ---> Package boost-regex.x86_64 0:1.53.0-27.el7 will be installed
  703. [mon1][DEBUG ] ---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be installed
  704. [mon1][DEBUG ] ---> Package ceph-base.x86_64 2:10.2.11-0.el7 will be installed
  705. [mon1][DEBUG ] --> Processing Dependency: python-setuptools for package: 2:ceph-base-10.2.11-0.el7.x86_64
  706. [mon1][DEBUG ] --> Processing Dependency: psmisc for package: 2:ceph-base-10.2.11-0.el7.x86_64
  707. [mon1][DEBUG ] --> Processing Dependency: cryptsetup for package: 2:ceph-base-10.2.11-0.el7.x86_64
  708. [mon1][DEBUG ] --> Processing Dependency: hdparm for package: 2:ceph-base-10.2.11-0.el7.x86_64
  709. [mon1][DEBUG ] ---> Package gdisk.x86_64 0:0.8.10-2.el7 will be installed
  710. [mon1][DEBUG ] ---> Package leveldb.x86_64 0:1.12.0-11.el7 will be installed
  711. [mon1][DEBUG ] ---> Package libbabeltrace.x86_64 0:1.2.4-3.el7 will be installed
  712. [mon1][DEBUG ] ---> Package libcephfs1.x86_64 2:10.2.11-0.el7 will be installed
  713. [mon1][DEBUG ] ---> Package libradosstriper1.x86_64 2:10.2.11-0.el7 will be installed
  714. [mon1][DEBUG ] ---> Package librbd1.x86_64 2:10.2.11-0.el7 will be installed
  715. [mon1][DEBUG ] ---> Package lttng-ust.x86_64 0:2.4.1-4.el7 will be installed
  716. [mon1][DEBUG ] --> Processing Dependency: liburcu-bp.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  717. [mon1][DEBUG ] --> Processing Dependency: liburcu-cds.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  718. [mon1][DEBUG ] ---> Package python-cephfs.x86_64 2:10.2.11-0.el7 will be installed
  719. [mon1][DEBUG ] ---> Package python-itsdangerous.noarch 0:0.23-2.el7 will be installed
  720. [mon1][DEBUG ] ---> Package python-jinja2.noarch 0:2.7.2-3.el7_6 will be installed
  721. [mon1][DEBUG ] --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-3.el7_6.noarch
  722. [mon1][DEBUG ] --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-3.el7_6.noarch
  723. [mon1][DEBUG ] ---> Package python-rados.x86_64 2:10.2.11-0.el7 will be installed
  724. [mon1][DEBUG ] ---> Package python-rbd.x86_64 2:10.2.11-0.el7 will be installed
  725. [mon1][DEBUG ] ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed
  726. [mon1][DEBUG ] --> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-1.el7_1.noarch
  727. [mon1][DEBUG ] --> Processing Dependency: python-chardet >= 2.2.1-1 for package: python-requests-2.6.0-1.el7_1.noarch
  728. [mon1][DEBUG ] ---> Package python-werkzeug.noarch 0:0.9.1-2.el7 will be installed
  729. [mon1][DEBUG ] --> Running transaction check
  730. [mon1][DEBUG ] ---> Package cryptsetup.x86_64 0:2.0.3-3.el7 will be installed
  731. [mon1][DEBUG ] ---> Package hdparm.x86_64 0:9.43-5.el7 will be installed
  732. [mon1][DEBUG ] ---> Package psmisc.x86_64 0:22.20-15.el7 will be installed
  733. [mon1][DEBUG ] ---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
  734. [mon1][DEBUG ] ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
  735. [mon1][DEBUG ] ---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
  736. [mon1][DEBUG ] ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
  737. [mon1][DEBUG ] --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
  738. [mon1][DEBUG ] ---> Package python-urllib3.noarch 0:1.10.2-5.el7 will be installed
  739. [mon1][DEBUG ] --> Processing Dependency: python-six for package: python-urllib3-1.10.2-5.el7.noarch
  740. [mon1][DEBUG ] --> Processing Dependency: python-ipaddress for package: python-urllib3-1.10.2-5.el7.noarch
  741. [mon1][DEBUG ] ---> Package userspace-rcu.x86_64 0:0.7.16-1.el7 will be installed
  742. [mon1][DEBUG ] --> Running transaction check
  743. [mon1][DEBUG ] ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
  744. [mon1][DEBUG ] --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
  745. [mon1][DEBUG ] ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
  746. [mon1][DEBUG ] ---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
  747. [mon1][DEBUG ] --> Running transaction check
  748. [mon1][DEBUG ] ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
  749. [mon1][DEBUG ] --> Finished Dependency Resolution
  750. [mon1][DEBUG ]
  751. [mon1][DEBUG ] Dependencies Resolved
  752. [mon1][DEBUG ]
  753. [mon1][DEBUG ] ================================================================================
  754. [mon1][DEBUG ]  Package                              Arch    Version            Repository
  755. [mon1][DEBUG ]                                                                            Size
  756. [mon1][DEBUG ] ================================================================================
  757. [mon1][DEBUG ] Installing:
  758. [mon1][DEBUG ]  ceph                                 x86_64  2:10.2.11-0.el7    Ceph     3.0 k
  759. [mon1][DEBUG ]  ceph-radosgw                         x86_64  2:10.2.11-0.el7    Ceph     267 k
  760. [mon1][DEBUG ] Installing for dependencies:
  761. [mon1][DEBUG ]  boost-iostreams                      x86_64  1.53.0-27.el7      base      61 k
  762. [mon1][DEBUG ]  boost-program-options                x86_64  1.53.0-27.el7      base     156 k
  763. [mon1][DEBUG ]  boost-random                         x86_64  1.53.0-27.el7      base      39 k
  764. [mon1][DEBUG ]  boost-regex                          x86_64  1.53.0-27.el7      base     300 k
  765. [mon1][DEBUG ]  boost-system                         x86_64  1.53.0-27.el7      base      40 k
  766. [mon1][DEBUG ]  boost-thread                         x86_64  1.53.0-27.el7      base      57 k
  767. [mon1][DEBUG ]  ceph-base                            x86_64  2:10.2.11-0.el7    Ceph     4.2 M
  768. [mon1][DEBUG ]  ceph-common                          x86_64  2:10.2.11-0.el7    Ceph      17 M
  769. [mon1][DEBUG ]  ceph-mds                             x86_64  2:10.2.11-0.el7    Ceph     2.8 M
  770. [mon1][DEBUG ]  ceph-mon                             x86_64  2:10.2.11-0.el7    Ceph     3.1 M
  771. [mon1][DEBUG ]  ceph-osd                             x86_64  2:10.2.11-0.el7    Ceph     9.5 M
  772. [mon1][DEBUG ]  ceph-selinux                         x86_64  2:10.2.11-0.el7    Ceph      20 k
  773. [mon1][DEBUG ]  cryptsetup                           x86_64  2.0.3-3.el7        base     154 k
  774. [mon1][DEBUG ]  fcgi                                 x86_64  2.4.0-25.el7       epel      47 k
  775. [mon1][DEBUG ]  gdisk                                x86_64  0.8.10-2.el7       base     189 k
  776. [mon1][DEBUG ]  gperftools-libs                      x86_64  2.6.1-1.el7        base     272 k
  777. [mon1][DEBUG ]  hdparm                               x86_64  9.43-5.el7         base      83 k
  778. [mon1][DEBUG ]  leveldb                              x86_64  1.12.0-11.el7      epel     161 k
  779. [mon1][DEBUG ]  libbabeltrace                        x86_64  1.2.4-3.el7        epel     147 k
  780. [mon1][DEBUG ]  libcephfs1                           x86_64  2:10.2.11-0.el7    Ceph     1.9 M
  781. [mon1][DEBUG ]  librados2                            x86_64  2:10.2.11-0.el7    Ceph     1.9 M
  782. [mon1][DEBUG ]  libradosstriper1                     x86_64  2:10.2.11-0.el7    Ceph     1.8 M
  783. [mon1][DEBUG ]  librbd1                              x86_64  2:10.2.11-0.el7    Ceph     2.5 M
  784. [mon1][DEBUG ]  librgw2                              x86_64  2:10.2.11-0.el7    Ceph     3.0 M
  785. [mon1][DEBUG ]  lttng-ust                            x86_64  2.4.1-4.el7        epel     176 k
  786. [mon1][DEBUG ]  mailcap                              noarch  2.1.41-2.el7       base      31 k
  787. [mon1][DEBUG ]  psmisc                               x86_64  22.20-15.el7       base     141 k
  788. [mon1][DEBUG ]  python-babel                         noarch  0.9.6-8.el7        base     1.4 M
  789. [mon1][DEBUG ]  python-backports                     x86_64  1.0-8.el7          base     5.8 k
  790. [mon1][DEBUG ]  python-backports-ssl_match_hostname  noarch  3.5.0.1-1.el7      base      13 k
  791. [mon1][DEBUG ]  python-cephfs                        x86_64  2:10.2.11-0.el7    Ceph      78 k
  792. [mon1][DEBUG ]  python-chardet                       noarch  2.2.1-1.el7_1      base     227 k
  793. [mon1][DEBUG ]  python-flask                         noarch  1:0.10.1-4.el7     extras   204 k
  794. [mon1][DEBUG ]  python-ipaddress                     noarch  1.0.16-2.el7       base      34 k
  795. [mon1][DEBUG ]  python-itsdangerous                  noarch  0.23-2.el7         extras    24 k
  796. [mon1][DEBUG ]  python-jinja2                        noarch  2.7.2-3.el7_6      updates  518 k
  797. [mon1][DEBUG ]  python-markupsafe                    x86_64  0.11-10.el7        base      25 k
  798. [mon1][DEBUG ]  python-rados                         x86_64  2:10.2.11-0.el7    Ceph     149 k
  799. [mon1][DEBUG ]  python-rbd                           x86_64  2:10.2.11-0.el7    Ceph      79 k
  800. [mon1][DEBUG ]  python-requests                      noarch  2.6.0-1.el7_1      base      94 k
  801. [mon1][DEBUG ]  python-setuptools                    noarch  0.9.8-7.el7        base     397 k
  802. [mon1][DEBUG ]  python-six                           noarch  1.9.0-2.el7        base      29 k
  803. [mon1][DEBUG ]  python-urllib3                       noarch  1.10.2-5.el7       base     102 k
  804. [mon1][DEBUG ]  python-werkzeug                      noarch  0.9.1-2.el7        extras   562 k
  805. [mon1][DEBUG ]  userspace-rcu                        x86_64  0.7.16-1.el7       epel      73 k
  806. [mon1][DEBUG ]
  807. [mon1][DEBUG ] Transaction Summary
  808. [mon1][DEBUG ] ================================================================================
  809. [mon1][DEBUG ] Install  2 Packages (+45 Dependent packages)
  810. [mon1][DEBUG ]
  811. [mon1][DEBUG ] Total download size: 53 M
  812. [mon1][DEBUG ] Installed size: 200 M
  813. [mon1][DEBUG ] Downloading packages:
  814. [mon1][DEBUG ] Public key for fcgi-2.4.0-25.el7.x86_64.rpm is not installed
  815. [mon1][WARNIN] warning: /var/cache/yum/x86_64/7/epel/packages/fcgi-2.4.0-25.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  816. [mon1][DEBUG ] --------------------------------------------------------------------------------
  817. [mon1][DEBUG ] Total                                               13 MB/s |  53 MB  00:04
  818. [mon1][DEBUG ] Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  819. [mon1][WARNIN] Importing GPG key 0x352C64E5:
  820. [mon1][WARNIN]  Userid     : "Fedora EPEL (7) <epel@fedoraproject.org>"
  821. [mon1][WARNIN]  Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  822. [mon1][WARNIN]  Package    : epel-release-7-11.noarch (@extras)
  823. [mon1][WARNIN]  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  824. [mon1][DEBUG ] Running transaction check
  825. [mon1][DEBUG ] Running transaction test
  826. [mon1][DEBUG ] Transaction test succeeded
  827. [mon1][DEBUG ] Running transaction
  828. [mon1][DEBUG ]   Installing : boost-system-1.53.0-27.el7.x86_64                           1/47
  829. [mon1][DEBUG ]   Installing : boost-thread-1.53.0-27.el7.x86_64                           2/47
  830. [mon1][DEBUG ]   Installing : boost-iostreams-1.53.0-27.el7.x86_64                        3/47
  831. [mon1][DEBUG ]   Installing : boost-random-1.53.0-27.el7.x86_64                           4/47
  832. [mon1][DEBUG ]   Installing : gperftools-libs-2.6.1-1.el7.x86_64                          5/47
  833. [mon1][DEBUG ]   Installing : 2:libcephfs1-10.2.11-0.el7.x86_64                           6/47
  834. [mon1][DEBUG ]   Installing : python-ipaddress-1.0.16-2.el7.noarch                        7/47
  835. [mon1][DEBUG ]   Installing : fcgi-2.4.0-25.el7.x86_64                                    8/47
  836. [mon1][DEBUG ]   Installing : leveldb-1.12.0-11.el7.x86_64                                9/47
  837. [mon1][DEBUG ]   Installing : boost-program-options-1.53.0-27.el7.x86_64                 10/47
  838. [mon1][DEBUG ]   Installing : gdisk-0.8.10-2.el7.x86_64                                  11/47
  839. [mon1][DEBUG ]   Installing : python-chardet-2.2.1-1.el7_1.noarch                        12/47
  840. [mon1][DEBUG ]   Installing : python-werkzeug-0.9.1-2.el7.noarch                         13/47
  841. [mon1][DEBUG ]   Installing : python-backports-1.0-8.el7.x86_64                          14/47
  842. [mon1][DEBUG ]   Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch   15/47
  843. [mon1][DEBUG ]   Installing : python-setuptools-0.9.8-7.el7.noarch                       16/47
  844. [mon1][DEBUG ]   Installing : userspace-rcu-0.7.16-1.el7.x86_64                          17/47
  845. [mon1][DEBUG ]   Installing : lttng-ust-2.4.1-4.el7.x86_64                               18/47
  846. [mon1][DEBUG ]   Installing : 2:librados2-10.2.11-0.el7.x86_64                           19/47
  847. [mon1][DEBUG ]   Installing : 2:librbd1-10.2.11-0.el7.x86_64                             20/47
  848. [mon1][DEBUG ]   Installing : 2:python-rados-10.2.11-0.el7.x86_64                        21/47
  849. [mon1][DEBUG ]   Installing : 2:librgw2-10.2.11-0.el7.x86_64                             22/47
  850. [mon1][DEBUG ]   Installing : 2:python-rbd-10.2.11-0.el7.x86_64                          23/47
  851. [mon1][DEBUG ]   Installing : 2:python-cephfs-10.2.11-0.el7.x86_64                       24/47
  852. [mon1][DEBUG ]   Installing : 2:libradosstriper1-10.2.11-0.el7.x86_64                    25/47
  853. [mon1][DEBUG ]   Installing : psmisc-22.20-15.el7.x86_64                                 26/47
  854. [mon1][DEBUG ]   Installing : python-markupsafe-0.11-10.el7.x86_64                       27/47
  855. [mon1][DEBUG ]   Installing : python-six-1.9.0-2.el7.noarch                              28/47
  856. [mon1][DEBUG ]   Installing : python-urllib3-1.10.2-5.el7.noarch                         29/47
  857. [mon1][DEBUG ]   Installing : python-requests-2.6.0-1.el7_1.noarch                       30/47
  858. [mon1][DEBUG ]   Installing : python-babel-0.9.6-8.el7.noarch                            31/47
  859. [mon1][DEBUG ]   Installing : python-jinja2-2.7.2-3.el7_6.noarch                         32/47
  860. [mon1][DEBUG ]   Installing : python-itsdangerous-0.23-2.el7.noarch                      33/47
  861. [mon1][DEBUG ]   Installing : 1:python-flask-0.10.1-4.el7.noarch                         34/47
  862. [mon1][DEBUG ]   Installing : cryptsetup-2.0.3-3.el7.x86_64                              35/47
  863. [mon1][DEBUG ]   Installing : hdparm-9.43-5.el7.x86_64                                   36/47
  864. [mon1][DEBUG ]   Installing : libbabeltrace-1.2.4-3.el7.x86_64                           37/47
  865. [mon1][DEBUG ]   Installing : boost-regex-1.53.0-27.el7.x86_64                           38/47
  866. [mon1][DEBUG ]   Installing : 2:ceph-common-10.2.11-0.el7.x86_64                         39/47
  867. [mon1][DEBUG ]   Installing : 2:ceph-base-10.2.11-0.el7.x86_64                           40/47
  868. [mon1][DEBUG ]   Installing : 2:ceph-selinux-10.2.11-0.el7.x86_64                        41/47
  869. [mon1][DEBUG ]   Installing : 2:ceph-osd-10.2.11-0.el7.x86_64                            42/47
  870. [mon1][DEBUG ]   Installing : 2:ceph-mds-10.2.11-0.el7.x86_64                            43/47
  871. [mon1][DEBUG ]   Installing : 2:ceph-mon-10.2.11-0.el7.x86_64                            44/47
  872. [mon1][DEBUG ]   Installing : mailcap-2.1.41-2.el7.noarch                                45/47
  873. [mon1][DEBUG ]   Installing : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        46/47
  874. [mon1][DEBUG ]   Installing : 2:ceph-10.2.11-0.el7.x86_64                                47/47
  875. [mon1][DEBUG ]   Verifying  : boost-system-1.53.0-27.el7.x86_64                           1/47
  876. [mon1][DEBUG ]   Verifying  : 1:python-flask-0.10.1-4.el7.noarch                          2/47
  877. [mon1][DEBUG ]   Verifying  : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch    3/47
  878. [mon1][DEBUG ]   Verifying  : 2:ceph-common-10.2.11-0.el7.x86_64                          4/47
  879. [mon1][DEBUG ]   Verifying  : mailcap-2.1.41-2.el7.noarch                                 5/47
  880. [mon1][DEBUG ]   Verifying  : boost-regex-1.53.0-27.el7.x86_64                            6/47
  881. [mon1][DEBUG ]   Verifying  : 2:ceph-osd-10.2.11-0.el7.x86_64                             7/47
  882. [mon1][DEBUG ]   Verifying  : python-setuptools-0.9.8-7.el7.noarch                        8/47
  883. [mon1][DEBUG ]   Verifying  : libbabeltrace-1.2.4-3.el7.x86_64                            9/47
  884. [mon1][DEBUG ]   Verifying  : hdparm-9.43-5.el7.x86_64                                   10/47
  885. [mon1][DEBUG ]   Verifying  : 2:libcephfs1-10.2.11-0.el7.x86_64                          11/47
  886. [mon1][DEBUG ]   Verifying  : cryptsetup-2.0.3-3.el7.x86_64                              12/47
  887. [mon1][DEBUG ]   Verifying  : 2:ceph-10.2.11-0.el7.x86_64                                13/47
  888. [mon1][DEBUG ]   Verifying  : python-itsdangerous-0.23-2.el7.noarch                      14/47
  889. [mon1][DEBUG ]   Verifying  : 2:libradosstriper1-10.2.11-0.el7.x86_64                    15/47
  890. [mon1][DEBUG ]   Verifying  : python-jinja2-2.7.2-3.el7_6.noarch                         16/47
  891. [mon1][DEBUG ]   Verifying  : boost-thread-1.53.0-27.el7.x86_64                          17/47
  892. [mon1][DEBUG ]   Verifying  : python-babel-0.9.6-8.el7.noarch                            18/47
  893. [mon1][DEBUG ]   Verifying  : boost-random-1.53.0-27.el7.x86_64                          19/47
  894. [mon1][DEBUG ]   Verifying  : boost-program-options-1.53.0-27.el7.x86_64                 20/47
  895. [mon1][DEBUG ]   Verifying  : python-six-1.9.0-2.el7.noarch                              21/47
  896. [mon1][DEBUG ]   Verifying  : python-urllib3-1.10.2-5.el7.noarch                         22/47
  897. [mon1][DEBUG ]   Verifying  : leveldb-1.12.0-11.el7.x86_64                               23/47
  898. [mon1][DEBUG ]   Verifying  : 2:librados2-10.2.11-0.el7.x86_64                           24/47
  899. [mon1][DEBUG ]   Verifying  : python-markupsafe-0.11-10.el7.x86_64                       25/47
  900. [mon1][DEBUG ]   Verifying  : fcgi-2.4.0-25.el7.x86_64                                   26/47
  901. [mon1][DEBUG ]   Verifying  : psmisc-22.20-15.el7.x86_64                                 27/47
  902. [mon1][DEBUG ]   Verifying  : lttng-ust-2.4.1-4.el7.x86_64                               28/47
  903. [mon1][DEBUG ]   Verifying  : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        29/47
  904. [mon1][DEBUG ]   Verifying  : 2:librbd1-10.2.11-0.el7.x86_64                             30/47
  905. [mon1][DEBUG ]   Verifying  : boost-iostreams-1.53.0-27.el7.x86_64                       31/47
  906. [mon1][DEBUG ]   Verifying  : 2:python-rados-10.2.11-0.el7.x86_64                        32/47
  907. [mon1][DEBUG ]   Verifying  : userspace-rcu-0.7.16-1.el7.x86_64                          33/47
  908. [mon1][DEBUG ]   Verifying  : python-backports-1.0-8.el7.x86_64                          34/47
  909. [mon1][DEBUG ]   Verifying  : python-werkzeug-0.9.1-2.el7.noarch                         35/47
  910. [mon1][DEBUG ]   Verifying  : 2:librgw2-10.2.11-0.el7.x86_64                             36/47
  911. [mon1][DEBUG ]   Verifying  : 2:ceph-mds-10.2.11-0.el7.x86_64                            37/47
  912. [mon1][DEBUG ]   Verifying  : 2:python-rbd-10.2.11-0.el7.x86_64                          38/47
  913. [mon1][DEBUG ]   Verifying  : 2:ceph-selinux-10.2.11-0.el7.x86_64                        39/47
  914. [mon1][DEBUG ]   Verifying  : python-requests-2.6.0-1.el7_1.noarch                       40/47
  915. [mon1][DEBUG ]   Verifying  : gperftools-libs-2.6.1-1.el7.x86_64                         41/47
  916. [mon1][DEBUG ]   Verifying  : 2:python-cephfs-10.2.11-0.el7.x86_64                       42/47
  917. [mon1][DEBUG ]   Verifying  : python-ipaddress-1.0.16-2.el7.noarch                       43/47
  918. [mon1][DEBUG ]   Verifying  : python-chardet-2.2.1-1.el7_1.noarch                        44/47
  919. [mon1][DEBUG ]   Verifying  : gdisk-0.8.10-2.el7.x86_64                                  45/47
  920. [mon1][DEBUG ]   Verifying  : 2:ceph-mon-10.2.11-0.el7.x86_64                            46/47
  921. [mon1][DEBUG ]   Verifying  : 2:ceph-base-10.2.11-0.el7.x86_64                           47/47
  922. [mon1][DEBUG ]
  923. [mon1][DEBUG ] Installed:
  924. [mon1][DEBUG ]   ceph.x86_64 2:10.2.11-0.el7        ceph-radosgw.x86_64 2:10.2.11-0.el7
  925. [mon1][DEBUG ]
  926. [mon1][DEBUG ] Dependency Installed:
  927. [mon1][DEBUG ]   boost-iostreams.x86_64 0:1.53.0-27.el7
  928. [mon1][DEBUG ]   boost-program-options.x86_64 0:1.53.0-27.el7
  929. [mon1][DEBUG ]   boost-random.x86_64 0:1.53.0-27.el7
  930. [mon1][DEBUG ]   boost-regex.x86_64 0:1.53.0-27.el7
  931. [mon1][DEBUG ]   boost-system.x86_64 0:1.53.0-27.el7
  932. [mon1][DEBUG ]   boost-thread.x86_64 0:1.53.0-27.el7
  933. [mon1][DEBUG ]   ceph-base.x86_64 2:10.2.11-0.el7
  934. [mon1][DEBUG ]   ceph-common.x86_64 2:10.2.11-0.el7
  935. [mon1][DEBUG ]   ceph-mds.x86_64 2:10.2.11-0.el7
  936. [mon1][DEBUG ]   ceph-mon.x86_64 2:10.2.11-0.el7
  937. [mon1][DEBUG ]   ceph-osd.x86_64 2:10.2.11-0.el7
  938. [mon1][DEBUG ]   ceph-selinux.x86_64 2:10.2.11-0.el7
  939. [mon1][DEBUG ]   cryptsetup.x86_64 0:2.0.3-3.el7
  940. [mon1][DEBUG ]   fcgi.x86_64 0:2.4.0-25.el7
  941. [mon1][DEBUG ]   gdisk.x86_64 0:0.8.10-2.el7
  942. [mon1][DEBUG ]   gperftools-libs.x86_64 0:2.6.1-1.el7
  943. [mon1][DEBUG ]   hdparm.x86_64 0:9.43-5.el7
  944. [mon1][DEBUG ]   leveldb.x86_64 0:1.12.0-11.el7
  945. [mon1][DEBUG ]   libbabeltrace.x86_64 0:1.2.4-3.el7
  946. [mon1][DEBUG ]   libcephfs1.x86_64 2:10.2.11-0.el7
  947. [mon1][DEBUG ]   librados2.x86_64 2:10.2.11-0.el7
  948. [mon1][DEBUG ]   libradosstriper1.x86_64 2:10.2.11-0.el7
  949. [mon1][DEBUG ]   librbd1.x86_64 2:10.2.11-0.el7
  950. [mon1][DEBUG ]   librgw2.x86_64 2:10.2.11-0.el7
  951. [mon1][DEBUG ]   lttng-ust.x86_64 0:2.4.1-4.el7
  952. [mon1][DEBUG ]   mailcap.noarch 0:2.1.41-2.el7
  953. [mon1][DEBUG ]   psmisc.x86_64 0:22.20-15.el7
  954. [mon1][DEBUG ]   python-babel.noarch 0:0.9.6-8.el7
  955. [mon1][DEBUG ]   python-backports.x86_64 0:1.0-8.el7
  956. [mon1][DEBUG ]   python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7
  957. [mon1][DEBUG ]   python-cephfs.x86_64 2:10.2.11-0.el7
  958. [mon1][DEBUG ]   python-chardet.noarch 0:2.2.1-1.el7_1
  959. [mon1][DEBUG ]   python-flask.noarch 1:0.10.1-4.el7
  960. [mon1][DEBUG ]   python-ipaddress.noarch 0:1.0.16-2.el7
  961. [mon1][DEBUG ]   python-itsdangerous.noarch 0:0.23-2.el7
  962. [mon1][DEBUG ]   python-jinja2.noarch 0:2.7.2-3.el7_6
  963. [mon1][DEBUG ]   python-markupsafe.x86_64 0:0.11-10.el7
  964. [mon1][DEBUG ]   python-rados.x86_64 2:10.2.11-0.el7
  965. [mon1][DEBUG ]   python-rbd.x86_64 2:10.2.11-0.el7
  966. [mon1][DEBUG ]   python-requests.noarch 0:2.6.0-1.el7_1
  967. [mon1][DEBUG ]   python-setuptools.noarch 0:0.9.8-7.el7
  968. [mon1][DEBUG ]   python-six.noarch 0:1.9.0-2.el7
  969. [mon1][DEBUG ]   python-urllib3.noarch 0:1.10.2-5.el7
  970. [mon1][DEBUG ]   python-werkzeug.noarch 0:0.9.1-2.el7
  971. [mon1][DEBUG ]   userspace-rcu.x86_64 0:0.7.16-1.el7
  972. [mon1][DEBUG ]
  973. [mon1][DEBUG ] Complete!
  974. [mon1][INFO  ] Running command: sudo ceph --version
  975. [mon1][DEBUG ] ceph version 10.2.11 (e4b061b47f07f583c92a050d9e84b1813a35671e)
  976. [ceph_deploy.install][DEBUG ] Detecting platform for host osd1 ...
  977. [osd1][DEBUG ] connection detected need for sudo
  978. [osd1][DEBUG ] connected to host: osd1
  979. [osd1][DEBUG ] detect platform information from remote host
  980. [osd1][DEBUG ] detect machine type
  981. [ceph_deploy.install][INFO  ] Distro info: CentOS Linux 7.6.1810 Core
  982. [osd1][INFO  ] installing Ceph on osd1
  983. [osd1][INFO  ] Running command: sudo yum clean all
  984. [osd1][DEBUG ] Loaded plugins: fastestmirror
  985. [osd1][DEBUG ] Cleaning repos: base extras updates
  986. [osd1][DEBUG ] Cleaning up list of fastest mirrors
  987. [osd1][INFO  ] Running command: sudo yum -y install epel-release
  988. [osd1][DEBUG ] Loaded plugins: fastestmirror
  989. [osd1][DEBUG ] Determining fastest mirrors
  990. [osd1][DEBUG ]  * base: centos.mirror.netelligent.ca
  991. [osd1][DEBUG ]  * extras: centos.mirror.netelligent.ca
  992. [osd1][DEBUG ]  * updates: mirror.csclub.uwaterloo.ca
  993. [osd1][DEBUG ] Resolving Dependencies
  994. [osd1][DEBUG ] --> Running transaction check
  995. [osd1][DEBUG ] ---> Package epel-release.noarch 0:7-11 will be installed
  996. [osd1][DEBUG ] --> Finished Dependency Resolution
  997. [osd1][DEBUG ]
  998. [osd1][DEBUG ] Dependencies Resolved
  999. [osd1][DEBUG ]
  1000. [osd1][DEBUG ] ================================================================================
  1001. [osd1][DEBUG ]  Package                Arch             Version         Repository        Size
  1002. [osd1][DEBUG ] ================================================================================
  1003. [osd1][DEBUG ] Installing:
  1004. [osd1][DEBUG ]  epel-release           noarch           7-11            extras            15 k
  1005. [osd1][DEBUG ]
  1006. [osd1][DEBUG ] Transaction Summary
  1007. [osd1][DEBUG ] ================================================================================
  1008. [osd1][DEBUG ] Install  1 Package
  1009. [osd1][DEBUG ]
  1010. [osd1][DEBUG ] Total download size: 15 k
  1011. [osd1][DEBUG ] Installed size: 24 k
  1012. [osd1][DEBUG ] Downloading packages:
  1013. [osd1][DEBUG ] Running transaction check
  1014. [osd1][DEBUG ] Running transaction test
  1015. [osd1][DEBUG ] Transaction test succeeded
  1016. [osd1][DEBUG ] Running transaction
  1017. [osd1][DEBUG ]   Installing : epel-release-7-11.noarch                                     1/1
  1018. [osd1][DEBUG ]   Verifying  : epel-release-7-11.noarch                                     1/1
  1019. [osd1][DEBUG ]
  1020. [osd1][DEBUG ] Installed:
  1021. [osd1][DEBUG ]   epel-release.noarch 0:7-11
  1022. [osd1][DEBUG ]
  1023. [osd1][DEBUG ] Complete!
  1024. [osd1][INFO  ] Running command: sudo yum -y install yum-plugin-priorities
  1025. [osd1][DEBUG ] Loaded plugins: fastestmirror
  1026. [osd1][DEBUG ] Loading mirror speeds from cached hostfile
  1027. [osd1][DEBUG ]  * base: centos.mirror.netelligent.ca
  1028. [osd1][DEBUG ]  * epel: mirror.cs.pitt.edu
  1029. [osd1][DEBUG ]  * extras: centos.mirror.netelligent.ca
  1030. [osd1][DEBUG ]  * updates: mirror.csclub.uwaterloo.ca
  1031. [osd1][DEBUG ] Resolving Dependencies
  1032. [osd1][DEBUG ] --> Running transaction check
  1033. [osd1][DEBUG ] ---> Package yum-plugin-priorities.noarch 0:1.1.31-50.el7 will be installed
  1034. [osd1][DEBUG ] --> Finished Dependency Resolution
  1035. [osd1][DEBUG ]
  1036. [osd1][DEBUG ] Dependencies Resolved
  1037. [osd1][DEBUG ]
  1038. [osd1][DEBUG ] ================================================================================
  1039. [osd1][DEBUG ]  Package                     Arch         Version              Repository  Size
  1040. [osd1][DEBUG ] ================================================================================
  1041. [osd1][DEBUG ] Installing:
  1042. [osd1][DEBUG ]  yum-plugin-priorities       noarch       1.1.31-50.el7        base        29 k
  1043. [osd1][DEBUG ]
  1044. [osd1][DEBUG ] Transaction Summary
  1045. [osd1][DEBUG ] ================================================================================
  1046. [osd1][DEBUG ] Install  1 Package
  1047. [osd1][DEBUG ]
  1048. [osd1][DEBUG ] Total download size: 29 k
  1049. [osd1][DEBUG ] Installed size: 28 k
  1050. [osd1][DEBUG ] Downloading packages:
  1051. [osd1][DEBUG ] Running transaction check
  1052. [osd1][DEBUG ] Running transaction test
  1053. [osd1][DEBUG ] Transaction test succeeded
  1054. [osd1][DEBUG ] Running transaction
  1055. [osd1][DEBUG ]   Installing : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  1056. [osd1][DEBUG ]   Verifying  : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  1057. [osd1][DEBUG ]
  1058. [osd1][DEBUG ] Installed:
  1059. [osd1][DEBUG ]   yum-plugin-priorities.noarch 0:1.1.31-50.el7
  1060. [osd1][DEBUG ]
  1061. [osd1][DEBUG ] Complete!
  1062. [osd1][DEBUG ] Configure Yum priorities to include obsoletes
  1063. [osd1][WARNIN] check_obsoletes has been enabled for Yum priorities plugin
  1064. [osd1][INFO  ] Running command: sudo rpm --import https://download.ceph.com/keys/release.asc
  1065. [osd1][INFO  ] Running command: sudo yum remove -y ceph-release
  1066. [osd1][DEBUG ] Loaded plugins: fastestmirror, priorities
  1067. [osd1][WARNIN] No Match for argument: ceph-release
  1068. [osd1][DEBUG ] No Packages marked for removal
  1069. [osd1][INFO  ] Running command: sudo yum install -y https://download.ceph.com/rpm-jewel/el7/noarch/ceph-release-1-0.el7.noarch.rpm
  1070. [osd1][DEBUG ] Loaded plugins: fastestmirror, priorities
  1071. [osd1][DEBUG ] Examining /var/tmp/yum-root-u4tM0S/ceph-release-1-0.el7.noarch.rpm: ceph-release-1-1.el7.noarch
  1072. [osd1][DEBUG ] Marking /var/tmp/yum-root-u4tM0S/ceph-release-1-0.el7.noarch.rpm to be installed
  1073. [osd1][DEBUG ] Resolving Dependencies
  1074. [osd1][DEBUG ] --> Running transaction check
  1075. [osd1][DEBUG ] ---> Package ceph-release.noarch 0:1-1.el7 will be installed
  1076. [osd1][DEBUG ] --> Finished Dependency Resolution
  1077. [osd1][DEBUG ]
  1078. [osd1][DEBUG ] Dependencies Resolved
  1079. [osd1][DEBUG ]
  1080. [osd1][DEBUG ] ================================================================================
  1081. [osd1][DEBUG ]  Package          Arch       Version     Repository                        Size
  1082. [osd1][DEBUG ] ================================================================================
  1083. [osd1][DEBUG ] Installing:
  1084. [osd1][DEBUG ]  ceph-release     noarch     1-1.el7     /ceph-release-1-0.el7.noarch     535
  1085. [osd1][DEBUG ]
  1086. [osd1][DEBUG ] Transaction Summary
  1087. [osd1][DEBUG ] ================================================================================
  1088. [osd1][DEBUG ] Install  1 Package
  1089. [osd1][DEBUG ]
  1090. [osd1][DEBUG ] Total size: 535
  1091. [osd1][DEBUG ] Installed size: 535
  1092. [osd1][DEBUG ] Downloading packages:
  1093. [osd1][DEBUG ] Running transaction check
  1094. [osd1][DEBUG ] Running transaction test
  1095. [osd1][DEBUG ] Transaction test succeeded
  1096. [osd1][DEBUG ] Running transaction
  1097. [osd1][DEBUG ]   Installing : ceph-release-1-1.el7.noarch                                  1/1
  1098. [osd1][DEBUG ]   Verifying  : ceph-release-1-1.el7.noarch                                  1/1
  1099. [osd1][DEBUG ]
  1100. [osd1][DEBUG ] Installed:
  1101. [osd1][DEBUG ]   ceph-release.noarch 0:1-1.el7
  1102. [osd1][DEBUG ]
  1103. [osd1][DEBUG ] Complete!
  1104. [osd1][WARNIN] ensuring that /etc/yum.repos.d/ceph.repo contains a high priority
  1105. [osd1][WARNIN] altered ceph.repo priorities to contain: priority=1
  1106. [osd1][INFO  ] Running command: sudo yum -y install ceph ceph-radosgw
  1107. [osd1][DEBUG ] Loaded plugins: fastestmirror, priorities
  1108. [osd1][DEBUG ] Loading mirror speeds from cached hostfile
  1109. [osd1][DEBUG ]  * base: centos.mirror.netelligent.ca
  1110. [osd1][DEBUG ]  * epel: mirrors.mit.edu
  1111. [osd1][DEBUG ]  * extras: centos.mirror.netelligent.ca
  1112. [osd1][DEBUG ]  * updates: mirror.csclub.uwaterloo.ca
  1113. [osd1][DEBUG ] 12 packages excluded due to repository priority protections
  1114. [osd1][DEBUG ] Resolving Dependencies
  1115. [osd1][DEBUG ] --> Running transaction check
  1116. [osd1][DEBUG ] ---> Package ceph.x86_64 2:10.2.11-0.el7 will be installed
  1117. [osd1][DEBUG ] --> Processing Dependency: ceph-osd = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  1118. [osd1][DEBUG ] --> Processing Dependency: ceph-mds = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  1119. [osd1][DEBUG ] --> Processing Dependency: ceph-mon = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  1120. [osd1][DEBUG ] ---> Package ceph-radosgw.x86_64 2:10.2.11-0.el7 will be installed
  1121. [osd1][DEBUG ] --> Processing Dependency: librgw2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1122. [osd1][DEBUG ] --> Processing Dependency: librados2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1123. [osd1][DEBUG ] --> Processing Dependency: ceph-selinux = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1124. [osd1][DEBUG ] --> Processing Dependency: ceph-common = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1125. [osd1][DEBUG ] --> Processing Dependency: python-flask for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1126. [osd1][DEBUG ] --> Processing Dependency: mailcap for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1127. [osd1][DEBUG ] --> Processing Dependency: libfcgi.so.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1128. [osd1][DEBUG ] --> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1129. [osd1][DEBUG ] --> Processing Dependency: librados.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1130. [osd1][DEBUG ] --> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1131. [osd1][DEBUG ] --> Processing Dependency: librgw.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1132. [osd1][DEBUG ] --> Running transaction check
  1133. [osd1][DEBUG ] ---> Package boost-system.x86_64 0:1.53.0-27.el7 will be installed
  1134. [osd1][DEBUG ] ---> Package ceph-common.x86_64 2:10.2.11-0.el7 will be installed
  1135. [osd1][DEBUG ] --> Processing Dependency: python-rbd = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1136. [osd1][DEBUG ] --> Processing Dependency: python-cephfs = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1137. [osd1][DEBUG ] --> Processing Dependency: libcephfs1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1138. [osd1][DEBUG ] --> Processing Dependency: librbd1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1139. [osd1][DEBUG ] --> Processing Dependency: python-rados = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1140. [osd1][DEBUG ] --> Processing Dependency: python-requests for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1141. [osd1][DEBUG ] --> Processing Dependency: librbd.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1142. [osd1][DEBUG ] --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1143. [osd1][DEBUG ] --> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1144. [osd1][DEBUG ] --> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1145. [osd1][DEBUG ] --> Processing Dependency: libradosstriper.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1146. [osd1][DEBUG ] --> Processing Dependency: libbabeltrace.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1147. [osd1][DEBUG ] --> Processing Dependency: libbabeltrace-ctf.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1148. [osd1][DEBUG ] --> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1149. [osd1][DEBUG ] ---> Package ceph-mds.x86_64 2:10.2.11-0.el7 will be installed
  1150. [osd1][DEBUG ] --> Processing Dependency: ceph-base = 2:10.2.11-0.el7 for package: 2:ceph-mds-10.2.11-0.el7.x86_64
  1151. [osd1][DEBUG ] ---> Package ceph-mon.x86_64 2:10.2.11-0.el7 will be installed
  1152. [osd1][DEBUG ] --> Processing Dependency: libleveldb.so.1()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  1153. [osd1][DEBUG ] --> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  1154. [osd1][DEBUG ] ---> Package ceph-osd.x86_64 2:10.2.11-0.el7 will be installed
  1155. [osd1][DEBUG ] --> Processing Dependency: gdisk for package: 2:ceph-osd-10.2.11-0.el7.x86_64
  1156. [osd1][DEBUG ] ---> Package ceph-selinux.x86_64 2:10.2.11-0.el7 will be installed
  1157. [osd1][DEBUG ] ---> Package fcgi.x86_64 0:2.4.0-25.el7 will be installed
  1158. [osd1][DEBUG ] ---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed
  1159. [osd1][DEBUG ] ---> Package librados2.x86_64 2:10.2.11-0.el7 will be installed
  1160. [osd1][DEBUG ] --> Processing Dependency: liblttng-ust.so.0()(64bit) for package: 2:librados2-10.2.11-0.el7.x86_64
  1161. [osd1][DEBUG ] ---> Package librgw2.x86_64 2:10.2.11-0.el7 will be installed
  1162. [osd1][DEBUG ] ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
  1163. [osd1][DEBUG ] ---> Package python-flask.noarch 1:0.10.1-4.el7 will be installed
  1164. [osd1][DEBUG ] --> Processing Dependency: python-werkzeug for package: 1:python-flask-0.10.1-4.el7.noarch
  1165. [osd1][DEBUG ] --> Processing Dependency: python-jinja2 for package: 1:python-flask-0.10.1-4.el7.noarch
  1166. [osd1][DEBUG ] --> Processing Dependency: python-itsdangerous for package: 1:python-flask-0.10.1-4.el7.noarch
  1167. [osd1][DEBUG ] --> Running transaction check
  1168. [osd1][DEBUG ] ---> Package boost-iostreams.x86_64 0:1.53.0-27.el7 will be installed
  1169. [osd1][DEBUG ] ---> Package boost-program-options.x86_64 0:1.53.0-27.el7 will be installed
  1170. [osd1][DEBUG ] ---> Package boost-random.x86_64 0:1.53.0-27.el7 will be installed
  1171. [osd1][DEBUG ] ---> Package boost-regex.x86_64 0:1.53.0-27.el7 will be installed
  1172. [osd1][DEBUG ] ---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be installed
  1173. [osd1][DEBUG ] ---> Package ceph-base.x86_64 2:10.2.11-0.el7 will be installed
  1174. [osd1][DEBUG ] --> Processing Dependency: python-setuptools for package: 2:ceph-base-10.2.11-0.el7.x86_64
  1175. [osd1][DEBUG ] --> Processing Dependency: psmisc for package: 2:ceph-base-10.2.11-0.el7.x86_64
  1176. [osd1][DEBUG ] --> Processing Dependency: cryptsetup for package: 2:ceph-base-10.2.11-0.el7.x86_64
  1177. [osd1][DEBUG ] --> Processing Dependency: hdparm for package: 2:ceph-base-10.2.11-0.el7.x86_64
  1178. [osd1][DEBUG ] ---> Package gdisk.x86_64 0:0.8.10-2.el7 will be installed
  1179. [osd1][DEBUG ] ---> Package leveldb.x86_64 0:1.12.0-11.el7 will be installed
  1180. [osd1][DEBUG ] ---> Package libbabeltrace.x86_64 0:1.2.4-3.el7 will be installed
  1181. [osd1][DEBUG ] ---> Package libcephfs1.x86_64 2:10.2.11-0.el7 will be installed
  1182. [osd1][DEBUG ] ---> Package libradosstriper1.x86_64 2:10.2.11-0.el7 will be installed
  1183. [osd1][DEBUG ] ---> Package librbd1.x86_64 2:10.2.11-0.el7 will be installed
  1184. [osd1][DEBUG ] ---> Package lttng-ust.x86_64 0:2.4.1-4.el7 will be installed
  1185. [osd1][DEBUG ] --> Processing Dependency: liburcu-bp.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  1186. [osd1][DEBUG ] --> Processing Dependency: liburcu-cds.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  1187. [osd1][DEBUG ] ---> Package python-cephfs.x86_64 2:10.2.11-0.el7 will be installed
  1188. [osd1][DEBUG ] ---> Package python-itsdangerous.noarch 0:0.23-2.el7 will be installed
  1189. [osd1][DEBUG ] ---> Package python-jinja2.noarch 0:2.7.2-3.el7_6 will be installed
  1190. [osd1][DEBUG ] --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-3.el7_6.noarch
  1191. [osd1][DEBUG ] --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-3.el7_6.noarch
  1192. [osd1][DEBUG ] ---> Package python-rados.x86_64 2:10.2.11-0.el7 will be installed
  1193. [osd1][DEBUG ] ---> Package python-rbd.x86_64 2:10.2.11-0.el7 will be installed
  1194. [osd1][DEBUG ] ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed
  1195. [osd1][DEBUG ] --> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-1.el7_1.noarch
  1196. [osd1][DEBUG ] --> Processing Dependency: python-chardet >= 2.2.1-1 for package: python-requests-2.6.0-1.el7_1.noarch
  1197. [osd1][DEBUG ] ---> Package python-werkzeug.noarch 0:0.9.1-2.el7 will be installed
  1198. [osd1][DEBUG ] --> Running transaction check
  1199. [osd1][DEBUG ] ---> Package cryptsetup.x86_64 0:2.0.3-3.el7 will be installed
  1200. [osd1][DEBUG ] ---> Package hdparm.x86_64 0:9.43-5.el7 will be installed
  1201. [osd1][DEBUG ] ---> Package psmisc.x86_64 0:22.20-15.el7 will be installed
  1202. [osd1][DEBUG ] ---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
  1203. [osd1][DEBUG ] ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
  1204. [osd1][DEBUG ] ---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
  1205. [osd1][DEBUG ] ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
  1206. [osd1][DEBUG ] --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
  1207. [osd1][DEBUG ] ---> Package python-urllib3.noarch 0:1.10.2-5.el7 will be installed
  1208. [osd1][DEBUG ] --> Processing Dependency: python-six for package: python-urllib3-1.10.2-5.el7.noarch
  1209. [osd1][DEBUG ] --> Processing Dependency: python-ipaddress for package: python-urllib3-1.10.2-5.el7.noarch
  1210. [osd1][DEBUG ] ---> Package userspace-rcu.x86_64 0:0.7.16-1.el7 will be installed
  1211. [osd1][DEBUG ] --> Running transaction check
  1212. [osd1][DEBUG ] ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
  1213. [osd1][DEBUG ] --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
  1214. [osd1][DEBUG ] ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
  1215. [osd1][DEBUG ] ---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
  1216. [osd1][DEBUG ] --> Running transaction check
  1217. [osd1][DEBUG ] ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
  1218. [osd1][DEBUG ] --> Finished Dependency Resolution
  1219. [osd1][DEBUG ]
  1220. [osd1][DEBUG ] Dependencies Resolved
  1221. [osd1][DEBUG ]
  1222. [osd1][DEBUG ] ================================================================================
  1223. [osd1][DEBUG ]  Package                              Arch    Version            Repository
  1224. [osd1][DEBUG ]                                                                            Size
  1225. [osd1][DEBUG ] ================================================================================
  1226. [osd1][DEBUG ] Installing:
  1227. [osd1][DEBUG ]  ceph                                 x86_64  2:10.2.11-0.el7    Ceph     3.0 k
  1228. [osd1][DEBUG ]  ceph-radosgw                         x86_64  2:10.2.11-0.el7    Ceph     267 k
  1229. [osd1][DEBUG ] Installing for dependencies:
  1230. [osd1][DEBUG ]  boost-iostreams                      x86_64  1.53.0-27.el7      base      61 k
  1231. [osd1][DEBUG ]  boost-program-options                x86_64  1.53.0-27.el7      base     156 k
  1232. [osd1][DEBUG ]  boost-random                         x86_64  1.53.0-27.el7      base      39 k
  1233. [osd1][DEBUG ]  boost-regex                          x86_64  1.53.0-27.el7      base     300 k
  1234. [osd1][DEBUG ]  boost-system                         x86_64  1.53.0-27.el7      base      40 k
  1235. [osd1][DEBUG ]  boost-thread                         x86_64  1.53.0-27.el7      base      57 k
  1236. [osd1][DEBUG ]  ceph-base                            x86_64  2:10.2.11-0.el7    Ceph     4.2 M
  1237. [osd1][DEBUG ]  ceph-common                          x86_64  2:10.2.11-0.el7    Ceph      17 M
  1238. [osd1][DEBUG ]  ceph-mds                             x86_64  2:10.2.11-0.el7    Ceph     2.8 M
  1239. [osd1][DEBUG ]  ceph-mon                             x86_64  2:10.2.11-0.el7    Ceph     3.1 M
  1240. [osd1][DEBUG ]  ceph-osd                             x86_64  2:10.2.11-0.el7    Ceph     9.5 M
  1241. [osd1][DEBUG ]  ceph-selinux                         x86_64  2:10.2.11-0.el7    Ceph      20 k
  1242. [osd1][DEBUG ]  cryptsetup                           x86_64  2.0.3-3.el7        base     154 k
  1243. [osd1][DEBUG ]  fcgi                                 x86_64  2.4.0-25.el7       epel      47 k
  1244. [osd1][DEBUG ]  gdisk                                x86_64  0.8.10-2.el7       base     189 k
  1245. [osd1][DEBUG ]  gperftools-libs                      x86_64  2.6.1-1.el7        base     272 k
  1246. [osd1][DEBUG ]  hdparm                               x86_64  9.43-5.el7         base      83 k
  1247. [osd1][DEBUG ]  leveldb                              x86_64  1.12.0-11.el7      epel     161 k
  1248. [osd1][DEBUG ]  libbabeltrace                        x86_64  1.2.4-3.el7        epel     147 k
  1249. [osd1][DEBUG ]  libcephfs1                           x86_64  2:10.2.11-0.el7    Ceph     1.9 M
  1250. [osd1][DEBUG ]  librados2                            x86_64  2:10.2.11-0.el7    Ceph     1.9 M
  1251. [osd1][DEBUG ]  libradosstriper1                     x86_64  2:10.2.11-0.el7    Ceph     1.8 M
  1252. [osd1][DEBUG ]  librbd1                              x86_64  2:10.2.11-0.el7    Ceph     2.5 M
  1253. [osd1][DEBUG ]  librgw2                              x86_64  2:10.2.11-0.el7    Ceph     3.0 M
  1254. [osd1][DEBUG ]  lttng-ust                            x86_64  2.4.1-4.el7        epel     176 k
  1255. [osd1][DEBUG ]  mailcap                              noarch  2.1.41-2.el7       base      31 k
  1256. [osd1][DEBUG ]  psmisc                               x86_64  22.20-15.el7       base     141 k
  1257. [osd1][DEBUG ]  python-babel                         noarch  0.9.6-8.el7        base     1.4 M
  1258. [osd1][DEBUG ]  python-backports                     x86_64  1.0-8.el7          base     5.8 k
  1259. [osd1][DEBUG ]  python-backports-ssl_match_hostname  noarch  3.5.0.1-1.el7      base      13 k
  1260. [osd1][DEBUG ]  python-cephfs                        x86_64  2:10.2.11-0.el7    Ceph      78 k
  1261. [osd1][DEBUG ]  python-chardet                       noarch  2.2.1-1.el7_1      base     227 k
  1262. [osd1][DEBUG ]  python-flask                         noarch  1:0.10.1-4.el7     extras   204 k
  1263. [osd1][DEBUG ]  python-ipaddress                     noarch  1.0.16-2.el7       base      34 k
  1264. [osd1][DEBUG ]  python-itsdangerous                  noarch  0.23-2.el7         extras    24 k
  1265. [osd1][DEBUG ]  python-jinja2                        noarch  2.7.2-3.el7_6      updates  518 k
  1266. [osd1][DEBUG ]  python-markupsafe                    x86_64  0.11-10.el7        base      25 k
  1267. [osd1][DEBUG ]  python-rados                         x86_64  2:10.2.11-0.el7    Ceph     149 k
  1268. [osd1][DEBUG ]  python-rbd                           x86_64  2:10.2.11-0.el7    Ceph      79 k
  1269. [osd1][DEBUG ]  python-requests                      noarch  2.6.0-1.el7_1      base      94 k
  1270. [osd1][DEBUG ]  python-setuptools                    noarch  0.9.8-7.el7        base     397 k
  1271. [osd1][DEBUG ]  python-six                           noarch  1.9.0-2.el7        base      29 k
  1272. [osd1][DEBUG ]  python-urllib3                       noarch  1.10.2-5.el7       base     102 k
  1273. [osd1][DEBUG ]  python-werkzeug                      noarch  0.9.1-2.el7        extras   562 k
  1274. [osd1][DEBUG ]  userspace-rcu                        x86_64  0.7.16-1.el7       epel      73 k
  1275. [osd1][DEBUG ]
  1276. [osd1][DEBUG ] Transaction Summary
  1277. [osd1][DEBUG ] ================================================================================
  1278. [osd1][DEBUG ] Install  2 Packages (+45 Dependent packages)
  1279. [osd1][DEBUG ]
  1280. [osd1][DEBUG ] Total download size: 53 M
  1281. [osd1][DEBUG ] Installed size: 200 M
  1282. [osd1][DEBUG ] Downloading packages:
  1283. [osd1][WARNIN] warning: /var/cache/yum/x86_64/7/epel/packages/fcgi-2.4.0-25.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  1284. [osd1][DEBUG ] Public key for fcgi-2.4.0-25.el7.x86_64.rpm is not installed
  1285. [osd1][DEBUG ] --------------------------------------------------------------------------------
  1286. [osd1][DEBUG ] Total                                               11 MB/s |  53 MB  00:04
  1287. [osd1][DEBUG ] Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  1288. [osd1][WARNIN] Importing GPG key 0x352C64E5:
  1289. [osd1][WARNIN]  Userid     : "Fedora EPEL (7) <epel@fedoraproject.org>"
  1290. [osd1][WARNIN]  Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  1291. [osd1][WARNIN]  Package    : epel-release-7-11.noarch (@extras)
  1292. [osd1][WARNIN]  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  1293. [osd1][DEBUG ] Running transaction check
  1294. [osd1][DEBUG ] Running transaction test
  1295. [osd1][DEBUG ] Transaction test succeeded
  1296. [osd1][DEBUG ] Running transaction
  1297. [osd1][DEBUG ]   Installing : boost-system-1.53.0-27.el7.x86_64                           1/47
  1298. [osd1][DEBUG ]   Installing : boost-thread-1.53.0-27.el7.x86_64                           2/47
  1299. [osd1][DEBUG ]   Installing : boost-iostreams-1.53.0-27.el7.x86_64                        3/47
  1300. [osd1][DEBUG ]   Installing : boost-random-1.53.0-27.el7.x86_64                           4/47
  1301. [osd1][DEBUG ]   Installing : gperftools-libs-2.6.1-1.el7.x86_64                          5/47
  1302. [osd1][DEBUG ]   Installing : 2:libcephfs1-10.2.11-0.el7.x86_64                           6/47
  1303. [osd1][DEBUG ]   Installing : python-ipaddress-1.0.16-2.el7.noarch                        7/47
  1304. [osd1][DEBUG ]   Installing : fcgi-2.4.0-25.el7.x86_64                                    8/47
  1305. [osd1][DEBUG ]   Installing : leveldb-1.12.0-11.el7.x86_64                                9/47
  1306. [osd1][DEBUG ]   Installing : boost-program-options-1.53.0-27.el7.x86_64                 10/47
  1307. [osd1][DEBUG ]   Installing : gdisk-0.8.10-2.el7.x86_64                                  11/47
  1308. [osd1][DEBUG ]   Installing : python-chardet-2.2.1-1.el7_1.noarch                        12/47
  1309. [osd1][DEBUG ]   Installing : python-werkzeug-0.9.1-2.el7.noarch                         13/47
  1310. [osd1][DEBUG ]   Installing : python-backports-1.0-8.el7.x86_64                          14/47
  1311. [osd1][DEBUG ]   Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch   15/47
  1312. [osd1][DEBUG ]   Installing : python-setuptools-0.9.8-7.el7.noarch                       16/47
  1313. [osd1][DEBUG ]   Installing : userspace-rcu-0.7.16-1.el7.x86_64                          17/47
  1314. [osd1][DEBUG ]   Installing : lttng-ust-2.4.1-4.el7.x86_64                               18/47
  1315. [osd1][DEBUG ]   Installing : 2:librados2-10.2.11-0.el7.x86_64                           19/47
  1316. [osd1][DEBUG ]   Installing : 2:librbd1-10.2.11-0.el7.x86_64                             20/47
  1317. [osd1][DEBUG ]   Installing : 2:python-rados-10.2.11-0.el7.x86_64                        21/47
  1318. [osd1][DEBUG ]   Installing : 2:librgw2-10.2.11-0.el7.x86_64                             22/47
  1319. [osd1][DEBUG ]   Installing : 2:python-rbd-10.2.11-0.el7.x86_64                          23/47
  1320. [osd1][DEBUG ]   Installing : 2:python-cephfs-10.2.11-0.el7.x86_64                       24/47
  1321. [osd1][DEBUG ]   Installing : 2:libradosstriper1-10.2.11-0.el7.x86_64                    25/47
  1322. [osd1][DEBUG ]   Installing : psmisc-22.20-15.el7.x86_64                                 26/47
  1323. [osd1][DEBUG ]   Installing : python-markupsafe-0.11-10.el7.x86_64                       27/47
  1324. [osd1][DEBUG ]   Installing : python-six-1.9.0-2.el7.noarch                              28/47
  1325. [osd1][DEBUG ]   Installing : python-urllib3-1.10.2-5.el7.noarch                         29/47
  1326. [osd1][DEBUG ]   Installing : python-requests-2.6.0-1.el7_1.noarch                       30/47
  1327. [osd1][DEBUG ]   Installing : python-babel-0.9.6-8.el7.noarch                            31/47
  1328. [osd1][DEBUG ]   Installing : python-jinja2-2.7.2-3.el7_6.noarch                         32/47
  1329. [osd1][DEBUG ]   Installing : python-itsdangerous-0.23-2.el7.noarch                      33/47
  1330. [osd1][DEBUG ]   Installing : 1:python-flask-0.10.1-4.el7.noarch                         34/47
  1331. [osd1][DEBUG ]   Installing : cryptsetup-2.0.3-3.el7.x86_64                              35/47
  1332. [osd1][DEBUG ]   Installing : hdparm-9.43-5.el7.x86_64                                   36/47
  1333. [osd1][DEBUG ]   Installing : libbabeltrace-1.2.4-3.el7.x86_64                           37/47
  1334. [osd1][DEBUG ]   Installing : boost-regex-1.53.0-27.el7.x86_64                           38/47
  1335. [osd1][DEBUG ]   Installing : 2:ceph-common-10.2.11-0.el7.x86_64                         39/47
  1336. [osd1][DEBUG ]   Installing : 2:ceph-base-10.2.11-0.el7.x86_64                           40/47
  1337. [osd1][DEBUG ]   Installing : 2:ceph-selinux-10.2.11-0.el7.x86_64                        41/47
  1338. [osd1][DEBUG ]   Installing : 2:ceph-osd-10.2.11-0.el7.x86_64                            42/47
  1339. [osd1][DEBUG ]   Installing : 2:ceph-mds-10.2.11-0.el7.x86_64                            43/47
  1340. [osd1][DEBUG ]   Installing : 2:ceph-mon-10.2.11-0.el7.x86_64                            44/47
  1341. [osd1][DEBUG ]   Installing : mailcap-2.1.41-2.el7.noarch                                45/47
  1342. [osd1][DEBUG ]   Installing : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        46/47
  1343. [osd1][DEBUG ]   Installing : 2:ceph-10.2.11-0.el7.x86_64                                47/47
  1344. [osd1][DEBUG ]   Verifying  : boost-system-1.53.0-27.el7.x86_64                           1/47
  1345. [osd1][DEBUG ]   Verifying  : 1:python-flask-0.10.1-4.el7.noarch                          2/47
  1346. [osd1][DEBUG ]   Verifying  : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch    3/47
  1347. [osd1][DEBUG ]   Verifying  : 2:ceph-common-10.2.11-0.el7.x86_64                          4/47
  1348. [osd1][DEBUG ]   Verifying  : mailcap-2.1.41-2.el7.noarch                                 5/47
  1349. [osd1][DEBUG ]   Verifying  : boost-regex-1.53.0-27.el7.x86_64                            6/47
  1350. [osd1][DEBUG ]   Verifying  : 2:ceph-osd-10.2.11-0.el7.x86_64                             7/47
  1351. [osd1][DEBUG ]   Verifying  : python-setuptools-0.9.8-7.el7.noarch                        8/47
  1352. [osd1][DEBUG ]   Verifying  : libbabeltrace-1.2.4-3.el7.x86_64                            9/47
  1353. [osd1][DEBUG ]   Verifying  : hdparm-9.43-5.el7.x86_64                                   10/47
  1354. [osd1][DEBUG ]   Verifying  : 2:libcephfs1-10.2.11-0.el7.x86_64                          11/47
  1355. [osd1][DEBUG ]   Verifying  : cryptsetup-2.0.3-3.el7.x86_64                              12/47
  1356. [osd1][DEBUG ]   Verifying  : 2:ceph-10.2.11-0.el7.x86_64                                13/47
  1357. [osd1][DEBUG ]   Verifying  : python-itsdangerous-0.23-2.el7.noarch                      14/47
  1358. [osd1][DEBUG ]   Verifying  : 2:libradosstriper1-10.2.11-0.el7.x86_64                    15/47
  1359. [osd1][DEBUG ]   Verifying  : python-jinja2-2.7.2-3.el7_6.noarch                         16/47
  1360. [osd1][DEBUG ]   Verifying  : boost-thread-1.53.0-27.el7.x86_64                          17/47
  1361. [osd1][DEBUG ]   Verifying  : python-babel-0.9.6-8.el7.noarch                            18/47
  1362. [osd1][DEBUG ]   Verifying  : boost-random-1.53.0-27.el7.x86_64                          19/47
  1363. [osd1][DEBUG ]   Verifying  : boost-program-options-1.53.0-27.el7.x86_64                 20/47
  1364. [osd1][DEBUG ]   Verifying  : python-six-1.9.0-2.el7.noarch                              21/47
  1365. [osd1][DEBUG ]   Verifying  : python-urllib3-1.10.2-5.el7.noarch                         22/47
  1366. [osd1][DEBUG ]   Verifying  : leveldb-1.12.0-11.el7.x86_64                               23/47
  1367. [osd1][DEBUG ]   Verifying  : 2:librados2-10.2.11-0.el7.x86_64                           24/47
  1368. [osd1][DEBUG ]   Verifying  : python-markupsafe-0.11-10.el7.x86_64                       25/47
  1369. [osd1][DEBUG ]   Verifying  : fcgi-2.4.0-25.el7.x86_64                                   26/47
  1370. [osd1][DEBUG ]   Verifying  : psmisc-22.20-15.el7.x86_64                                 27/47
  1371. [osd1][DEBUG ]   Verifying  : lttng-ust-2.4.1-4.el7.x86_64                               28/47
  1372. [osd1][DEBUG ]   Verifying  : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        29/47
  1373. [osd1][DEBUG ]   Verifying  : 2:librbd1-10.2.11-0.el7.x86_64                             30/47
  1374. [osd1][DEBUG ]   Verifying  : boost-iostreams-1.53.0-27.el7.x86_64                       31/47
  1375. [osd1][DEBUG ]   Verifying  : 2:python-rados-10.2.11-0.el7.x86_64                        32/47
  1376. [osd1][DEBUG ]   Verifying  : userspace-rcu-0.7.16-1.el7.x86_64                          33/47
  1377. [osd1][DEBUG ]   Verifying  : python-backports-1.0-8.el7.x86_64                          34/47
  1378. [osd1][DEBUG ]   Verifying  : python-werkzeug-0.9.1-2.el7.noarch                         35/47
  1379. [osd1][DEBUG ]   Verifying  : 2:librgw2-10.2.11-0.el7.x86_64                             36/47
  1380. [osd1][DEBUG ]   Verifying  : 2:ceph-mds-10.2.11-0.el7.x86_64                            37/47
  1381. [osd1][DEBUG ]   Verifying  : 2:python-rbd-10.2.11-0.el7.x86_64                          38/47
  1382. [osd1][DEBUG ]   Verifying  : 2:ceph-selinux-10.2.11-0.el7.x86_64                        39/47
  1383. [osd1][DEBUG ]   Verifying  : python-requests-2.6.0-1.el7_1.noarch                       40/47
  1384. [osd1][DEBUG ]   Verifying  : gperftools-libs-2.6.1-1.el7.x86_64                         41/47
  1385. [osd1][DEBUG ]   Verifying  : 2:python-cephfs-10.2.11-0.el7.x86_64                       42/47
  1386. [osd1][DEBUG ]   Verifying  : python-ipaddress-1.0.16-2.el7.noarch                       43/47
  1387. [osd1][DEBUG ]   Verifying  : python-chardet-2.2.1-1.el7_1.noarch                        44/47
  1388. [osd1][DEBUG ]   Verifying  : gdisk-0.8.10-2.el7.x86_64                                  45/47
  1389. [osd1][DEBUG ]   Verifying  : 2:ceph-mon-10.2.11-0.el7.x86_64                            46/47
  1390. [osd1][DEBUG ]   Verifying  : 2:ceph-base-10.2.11-0.el7.x86_64                           47/47
  1391. [osd1][DEBUG ]
  1392. [osd1][DEBUG ] Installed:
  1393. [osd1][DEBUG ]   ceph.x86_64 2:10.2.11-0.el7        ceph-radosgw.x86_64 2:10.2.11-0.el7
  1394. [osd1][DEBUG ]
  1395. [osd1][DEBUG ] Dependency Installed:
  1396. [osd1][DEBUG ]   boost-iostreams.x86_64 0:1.53.0-27.el7
  1397. [osd1][DEBUG ]   boost-program-options.x86_64 0:1.53.0-27.el7
  1398. [osd1][DEBUG ]   boost-random.x86_64 0:1.53.0-27.el7
  1399. [osd1][DEBUG ]   boost-regex.x86_64 0:1.53.0-27.el7
  1400. [osd1][DEBUG ]   boost-system.x86_64 0:1.53.0-27.el7
  1401. [osd1][DEBUG ]   boost-thread.x86_64 0:1.53.0-27.el7
  1402. [osd1][DEBUG ]   ceph-base.x86_64 2:10.2.11-0.el7
  1403. [osd1][DEBUG ]   ceph-common.x86_64 2:10.2.11-0.el7
  1404. [osd1][DEBUG ]   ceph-mds.x86_64 2:10.2.11-0.el7
  1405. [osd1][DEBUG ]   ceph-mon.x86_64 2:10.2.11-0.el7
  1406. [osd1][DEBUG ]   ceph-osd.x86_64 2:10.2.11-0.el7
  1407. [osd1][DEBUG ]   ceph-selinux.x86_64 2:10.2.11-0.el7
  1408. [osd1][DEBUG ]   cryptsetup.x86_64 0:2.0.3-3.el7
  1409. [osd1][DEBUG ]   fcgi.x86_64 0:2.4.0-25.el7
  1410. [osd1][DEBUG ]   gdisk.x86_64 0:0.8.10-2.el7
  1411. [osd1][DEBUG ]   gperftools-libs.x86_64 0:2.6.1-1.el7
  1412. [osd1][DEBUG ]   hdparm.x86_64 0:9.43-5.el7
  1413. [osd1][DEBUG ]   leveldb.x86_64 0:1.12.0-11.el7
  1414. [osd1][DEBUG ]   libbabeltrace.x86_64 0:1.2.4-3.el7
  1415. [osd1][DEBUG ]   libcephfs1.x86_64 2:10.2.11-0.el7
  1416. [osd1][DEBUG ]   librados2.x86_64 2:10.2.11-0.el7
  1417. [osd1][DEBUG ]   libradosstriper1.x86_64 2:10.2.11-0.el7
  1418. [osd1][DEBUG ]   librbd1.x86_64 2:10.2.11-0.el7
  1419. [osd1][DEBUG ]   librgw2.x86_64 2:10.2.11-0.el7
  1420. [osd1][DEBUG ]   lttng-ust.x86_64 0:2.4.1-4.el7
  1421. [osd1][DEBUG ]   mailcap.noarch 0:2.1.41-2.el7
  1422. [osd1][DEBUG ]   psmisc.x86_64 0:22.20-15.el7
  1423. [osd1][DEBUG ]   python-babel.noarch 0:0.9.6-8.el7
  1424. [osd1][DEBUG ]   python-backports.x86_64 0:1.0-8.el7
  1425. [osd1][DEBUG ]   python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7
  1426. [osd1][DEBUG ]   python-cephfs.x86_64 2:10.2.11-0.el7
  1427. [osd1][DEBUG ]   python-chardet.noarch 0:2.2.1-1.el7_1
  1428. [osd1][DEBUG ]   python-flask.noarch 1:0.10.1-4.el7
  1429. [osd1][DEBUG ]   python-ipaddress.noarch 0:1.0.16-2.el7
  1430. [osd1][DEBUG ]   python-itsdangerous.noarch 0:0.23-2.el7
  1431. [osd1][DEBUG ]   python-jinja2.noarch 0:2.7.2-3.el7_6
  1432. [osd1][DEBUG ]   python-markupsafe.x86_64 0:0.11-10.el7
  1433. [osd1][DEBUG ]   python-rados.x86_64 2:10.2.11-0.el7
  1434. [osd1][DEBUG ]   python-rbd.x86_64 2:10.2.11-0.el7
  1435. [osd1][DEBUG ]   python-requests.noarch 0:2.6.0-1.el7_1
  1436. [osd1][DEBUG ]   python-setuptools.noarch 0:0.9.8-7.el7
  1437. [osd1][DEBUG ]   python-six.noarch 0:1.9.0-2.el7
  1438. [osd1][DEBUG ]   python-urllib3.noarch 0:1.10.2-5.el7
  1439. [osd1][DEBUG ]   python-werkzeug.noarch 0:0.9.1-2.el7
  1440. [osd1][DEBUG ]   userspace-rcu.x86_64 0:0.7.16-1.el7
  1441. [osd1][DEBUG ]
  1442. [osd1][DEBUG ] Complete!
  1443. [osd1][INFO  ] Running command: sudo ceph --version
  1444. [osd1][DEBUG ] ceph version 10.2.11 (e4b061b47f07f583c92a050d9e84b1813a35671e)
  1445. [ceph_deploy.install][DEBUG ] Detecting platform for host osd2 ...
  1446. [osd2][DEBUG ] connection detected need for sudo
  1447. [osd2][DEBUG ] connected to host: osd2
  1448. [osd2][DEBUG ] detect platform information from remote host
  1449. [osd2][DEBUG ] detect machine type
  1450. [ceph_deploy.install][INFO  ] Distro info: CentOS Linux 7.6.1810 Core
  1451. [osd2][INFO  ] installing Ceph on osd2
  1452. [osd2][INFO  ] Running command: sudo yum clean all
  1453. [osd2][DEBUG ] Loaded plugins: fastestmirror
  1454. [osd2][DEBUG ] Cleaning repos: base extras updates
  1455. [osd2][DEBUG ] Cleaning up list of fastest mirrors
  1456. [osd2][INFO  ] Running command: sudo yum -y install epel-release
  1457. [osd2][DEBUG ] Loaded plugins: fastestmirror
  1458. [osd2][DEBUG ] Determining fastest mirrors
  1459. [osd2][DEBUG ]  * base: centos.mirror.netelligent.ca
  1460. [osd2][DEBUG ]  * extras: centos.mirror.netelligent.ca
  1461. [osd2][DEBUG ]  * updates: mirror.csclub.uwaterloo.ca
  1462. [osd2][DEBUG ] Resolving Dependencies
  1463. [osd2][DEBUG ] --> Running transaction check
  1464. [osd2][DEBUG ] ---> Package epel-release.noarch 0:7-11 will be installed
  1465. [osd2][DEBUG ] --> Finished Dependency Resolution
  1466. [osd2][DEBUG ]
  1467. [osd2][DEBUG ] Dependencies Resolved
  1468. [osd2][DEBUG ]
  1469. [osd2][DEBUG ] ================================================================================
  1470. [osd2][DEBUG ]  Package                Arch             Version         Repository        Size
  1471. [osd2][DEBUG ] ================================================================================
  1472. [osd2][DEBUG ] Installing:
  1473. [osd2][DEBUG ]  epel-release           noarch           7-11            extras            15 k
  1474. [osd2][DEBUG ]
  1475. [osd2][DEBUG ] Transaction Summary
  1476. [osd2][DEBUG ] ================================================================================
  1477. [osd2][DEBUG ] Install  1 Package
  1478. [osd2][DEBUG ]
  1479. [osd2][DEBUG ] Total download size: 15 k
  1480. [osd2][DEBUG ] Installed size: 24 k
  1481. [osd2][DEBUG ] Downloading packages:
  1482. [osd2][DEBUG ] Running transaction check
  1483. [osd2][DEBUG ] Running transaction test
  1484. [osd2][DEBUG ] Transaction test succeeded
  1485. [osd2][DEBUG ] Running transaction
  1486. [osd2][DEBUG ]   Installing : epel-release-7-11.noarch                                     1/1
  1487. [osd2][DEBUG ]   Verifying  : epel-release-7-11.noarch                                     1/1
  1488. [osd2][DEBUG ]
  1489. [osd2][DEBUG ] Installed:
  1490. [osd2][DEBUG ]   epel-release.noarch 0:7-11
  1491. [osd2][DEBUG ]
  1492. [osd2][DEBUG ] Complete!
  1493. [osd2][INFO  ] Running command: sudo yum -y install yum-plugin-priorities
  1494. [osd2][DEBUG ] Loaded plugins: fastestmirror
  1495. [osd2][DEBUG ] Loading mirror speeds from cached hostfile
  1496. [osd2][DEBUG ]  * base: centos.mirror.netelligent.ca
  1497. [osd2][DEBUG ]  * epel: mirror.csclub.uwaterloo.ca
  1498. [osd2][DEBUG ]  * extras: centos.mirror.netelligent.ca
  1499. [osd2][DEBUG ]  * updates: mirror.csclub.uwaterloo.ca
  1500. [osd2][DEBUG ] Resolving Dependencies
  1501. [osd2][DEBUG ] --> Running transaction check
  1502. [osd2][DEBUG ] ---> Package yum-plugin-priorities.noarch 0:1.1.31-50.el7 will be installed
  1503. [osd2][DEBUG ] --> Finished Dependency Resolution
  1504. [osd2][DEBUG ]
  1505. [osd2][DEBUG ] Dependencies Resolved
  1506. [osd2][DEBUG ]
  1507. [osd2][DEBUG ] ================================================================================
  1508. [osd2][DEBUG ]  Package                     Arch         Version              Repository  Size
  1509. [osd2][DEBUG ] ================================================================================
  1510. [osd2][DEBUG ] Installing:
  1511. [osd2][DEBUG ]  yum-plugin-priorities       noarch       1.1.31-50.el7        base        29 k
  1512. [osd2][DEBUG ]
  1513. [osd2][DEBUG ] Transaction Summary
  1514. [osd2][DEBUG ] ================================================================================
  1515. [osd2][DEBUG ] Install  1 Package
  1516. [osd2][DEBUG ]
  1517. [osd2][DEBUG ] Total download size: 29 k
  1518. [osd2][DEBUG ] Installed size: 28 k
  1519. [osd2][DEBUG ] Downloading packages:
  1520. [osd2][DEBUG ] Running transaction check
  1521. [osd2][DEBUG ] Running transaction test
  1522. [osd2][DEBUG ] Transaction test succeeded
  1523. [osd2][DEBUG ] Running transaction
  1524. [osd2][DEBUG ]   Installing : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  1525. [osd2][DEBUG ]   Verifying  : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  1526. [osd2][DEBUG ]
  1527. [osd2][DEBUG ] Installed:
  1528. [osd2][DEBUG ]   yum-plugin-priorities.noarch 0:1.1.31-50.el7
  1529. [osd2][DEBUG ]
  1530. [osd2][DEBUG ] Complete!
  1531. [osd2][DEBUG ] Configure Yum priorities to include obsoletes
  1532. [osd2][WARNIN] check_obsoletes has been enabled for Yum priorities plugin
  1533. [osd2][INFO  ] Running command: sudo rpm --import https://download.ceph.com/keys/release.asc
  1534. [osd2][INFO  ] Running command: sudo yum remove -y ceph-release
  1535. [osd2][DEBUG ] Loaded plugins: fastestmirror, priorities
  1536. [osd2][WARNIN] No Match for argument: ceph-release
  1537. [osd2][DEBUG ] No Packages marked for removal
  1538. [osd2][INFO  ] Running command: sudo yum install -y https://download.ceph.com/rpm-jewel/el7/noarch/ceph-release-1-0.el7.noarch.rpm
  1539. [osd2][DEBUG ] Loaded plugins: fastestmirror, priorities
  1540. [osd2][DEBUG ] Examining /var/tmp/yum-root-xn0asa/ceph-release-1-0.el7.noarch.rpm: ceph-release-1-1.el7.noarch
  1541. [osd2][DEBUG ] Marking /var/tmp/yum-root-xn0asa/ceph-release-1-0.el7.noarch.rpm to be installed
  1542. [osd2][DEBUG ] Resolving Dependencies
  1543. [osd2][DEBUG ] --> Running transaction check
  1544. [osd2][DEBUG ] ---> Package ceph-release.noarch 0:1-1.el7 will be installed
  1545. [osd2][DEBUG ] --> Finished Dependency Resolution
  1546. [osd2][DEBUG ]
  1547. [osd2][DEBUG ] Dependencies Resolved
  1548. [osd2][DEBUG ]
  1549. [osd2][DEBUG ] ================================================================================
  1550. [osd2][DEBUG ]  Package          Arch       Version     Repository                        Size
  1551. [osd2][DEBUG ] ================================================================================
  1552. [osd2][DEBUG ] Installing:
  1553. [osd2][DEBUG ]  ceph-release     noarch     1-1.el7     /ceph-release-1-0.el7.noarch     535
  1554. [osd2][DEBUG ]
  1555. [osd2][DEBUG ] Transaction Summary
  1556. [osd2][DEBUG ] ================================================================================
  1557. [osd2][DEBUG ] Install  1 Package
  1558. [osd2][DEBUG ]
  1559. [osd2][DEBUG ] Total size: 535
  1560. [osd2][DEBUG ] Installed size: 535
  1561. [osd2][DEBUG ] Downloading packages:
  1562. [osd2][DEBUG ] Running transaction check
  1563. [osd2][DEBUG ] Running transaction test
  1564. [osd2][DEBUG ] Transaction test succeeded
  1565. [osd2][DEBUG ] Running transaction
  1566. [osd2][DEBUG ]   Installing : ceph-release-1-1.el7.noarch                                  1/1
  1567. [osd2][DEBUG ]   Verifying  : ceph-release-1-1.el7.noarch                                  1/1
  1568. [osd2][DEBUG ]
  1569. [osd2][DEBUG ] Installed:
  1570. [osd2][DEBUG ]   ceph-release.noarch 0:1-1.el7
  1571. [osd2][DEBUG ]
  1572. [osd2][DEBUG ] Complete!
  1573. [osd2][WARNIN] ensuring that /etc/yum.repos.d/ceph.repo contains a high priority
  1574. [osd2][WARNIN] altered ceph.repo priorities to contain: priority=1
  1575. [osd2][INFO  ] Running command: sudo yum -y install ceph ceph-radosgw
  1576. [osd2][DEBUG ] Loaded plugins: fastestmirror, priorities
  1577. [osd2][DEBUG ] Loading mirror speeds from cached hostfile
  1578. [osd2][DEBUG ]  * base: centos.mirror.netelligent.ca
  1579. [osd2][DEBUG ]  * epel: mirror.csclub.uwaterloo.ca
  1580. [osd2][DEBUG ]  * extras: centos.mirror.netelligent.ca
  1581. [osd2][DEBUG ]  * updates: mirror.csclub.uwaterloo.ca
  1582. [osd2][DEBUG ] 12 packages excluded due to repository priority protections
  1583. [osd2][DEBUG ] Resolving Dependencies
  1584. [osd2][DEBUG ] --> Running transaction check
  1585. [osd2][DEBUG ] ---> Package ceph.x86_64 2:10.2.11-0.el7 will be installed
  1586. [osd2][DEBUG ] --> Processing Dependency: ceph-osd = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  1587. [osd2][DEBUG ] --> Processing Dependency: ceph-mds = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  1588. [osd2][DEBUG ] --> Processing Dependency: ceph-mon = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  1589. [osd2][DEBUG ] ---> Package ceph-radosgw.x86_64 2:10.2.11-0.el7 will be installed
  1590. [osd2][DEBUG ] --> Processing Dependency: librgw2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1591. [osd2][DEBUG ] --> Processing Dependency: librados2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1592. [osd2][DEBUG ] --> Processing Dependency: ceph-selinux = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1593. [osd2][DEBUG ] --> Processing Dependency: ceph-common = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1594. [osd2][DEBUG ] --> Processing Dependency: python-flask for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1595. [osd2][DEBUG ] --> Processing Dependency: mailcap for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1596. [osd2][DEBUG ] --> Processing Dependency: libfcgi.so.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1597. [osd2][DEBUG ] --> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1598. [osd2][DEBUG ] --> Processing Dependency: librados.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1599. [osd2][DEBUG ] --> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1600. [osd2][DEBUG ] --> Processing Dependency: librgw.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  1601. [osd2][DEBUG ] --> Running transaction check
  1602. [osd2][DEBUG ] ---> Package boost-system.x86_64 0:1.53.0-27.el7 will be installed
  1603. [osd2][DEBUG ] ---> Package ceph-common.x86_64 2:10.2.11-0.el7 will be installed
  1604. [osd2][DEBUG ] --> Processing Dependency: python-rbd = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1605. [osd2][DEBUG ] --> Processing Dependency: python-cephfs = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1606. [osd2][DEBUG ] --> Processing Dependency: libcephfs1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1607. [osd2][DEBUG ] --> Processing Dependency: librbd1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1608. [osd2][DEBUG ] --> Processing Dependency: python-rados = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1609. [osd2][DEBUG ] --> Processing Dependency: python-requests for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1610. [osd2][DEBUG ] --> Processing Dependency: librbd.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1611. [osd2][DEBUG ] --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1612. [osd2][DEBUG ] --> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1613. [osd2][DEBUG ] --> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1614. [osd2][DEBUG ] --> Processing Dependency: libradosstriper.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1615. [osd2][DEBUG ] --> Processing Dependency: libbabeltrace.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1616. [osd2][DEBUG ] --> Processing Dependency: libbabeltrace-ctf.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1617. [osd2][DEBUG ] --> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  1618. [osd2][DEBUG ] ---> Package ceph-mds.x86_64 2:10.2.11-0.el7 will be installed
  1619. [osd2][DEBUG ] --> Processing Dependency: ceph-base = 2:10.2.11-0.el7 for package: 2:ceph-mds-10.2.11-0.el7.x86_64
  1620. [osd2][DEBUG ] ---> Package ceph-mon.x86_64 2:10.2.11-0.el7 will be installed
  1621. [osd2][DEBUG ] --> Processing Dependency: libleveldb.so.1()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  1622. [osd2][DEBUG ] --> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  1623. [osd2][DEBUG ] ---> Package ceph-osd.x86_64 2:10.2.11-0.el7 will be installed
  1624. [osd2][DEBUG ] --> Processing Dependency: gdisk for package: 2:ceph-osd-10.2.11-0.el7.x86_64
  1625. [osd2][DEBUG ] ---> Package ceph-selinux.x86_64 2:10.2.11-0.el7 will be installed
  1626. [osd2][DEBUG ] ---> Package fcgi.x86_64 0:2.4.0-25.el7 will be installed
  1627. [osd2][DEBUG ] ---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed
  1628. [osd2][DEBUG ] ---> Package librados2.x86_64 2:10.2.11-0.el7 will be installed
  1629. [osd2][DEBUG ] --> Processing Dependency: liblttng-ust.so.0()(64bit) for package: 2:librados2-10.2.11-0.el7.x86_64
  1630. [osd2][DEBUG ] ---> Package librgw2.x86_64 2:10.2.11-0.el7 will be installed
  1631. [osd2][DEBUG ] ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
  1632. [osd2][DEBUG ] ---> Package python-flask.noarch 1:0.10.1-4.el7 will be installed
  1633. [osd2][DEBUG ] --> Processing Dependency: python-werkzeug for package: 1:python-flask-0.10.1-4.el7.noarch
  1634. [osd2][DEBUG ] --> Processing Dependency: python-jinja2 for package: 1:python-flask-0.10.1-4.el7.noarch
  1635. [osd2][DEBUG ] --> Processing Dependency: python-itsdangerous for package: 1:python-flask-0.10.1-4.el7.noarch
  1636. [osd2][DEBUG ] --> Running transaction check
  1637. [osd2][DEBUG ] ---> Package boost-iostreams.x86_64 0:1.53.0-27.el7 will be installed
  1638. [osd2][DEBUG ] ---> Package boost-program-options.x86_64 0:1.53.0-27.el7 will be installed
  1639. [osd2][DEBUG ] ---> Package boost-random.x86_64 0:1.53.0-27.el7 will be installed
  1640. [osd2][DEBUG ] ---> Package boost-regex.x86_64 0:1.53.0-27.el7 will be installed
  1641. [osd2][DEBUG ] ---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be installed
  1642. [osd2][DEBUG ] ---> Package ceph-base.x86_64 2:10.2.11-0.el7 will be installed
  1643. [osd2][DEBUG ] --> Processing Dependency: python-setuptools for package: 2:ceph-base-10.2.11-0.el7.x86_64
  1644. [osd2][DEBUG ] --> Processing Dependency: psmisc for package: 2:ceph-base-10.2.11-0.el7.x86_64
  1645. [osd2][DEBUG ] --> Processing Dependency: cryptsetup for package: 2:ceph-base-10.2.11-0.el7.x86_64
  1646. [osd2][DEBUG ] --> Processing Dependency: hdparm for package: 2:ceph-base-10.2.11-0.el7.x86_64
  1647. [osd2][DEBUG ] ---> Package gdisk.x86_64 0:0.8.10-2.el7 will be installed
  1648. [osd2][DEBUG ] ---> Package leveldb.x86_64 0:1.12.0-11.el7 will be installed
  1649. [osd2][DEBUG ] ---> Package libbabeltrace.x86_64 0:1.2.4-3.el7 will be installed
  1650. [osd2][DEBUG ] ---> Package libcephfs1.x86_64 2:10.2.11-0.el7 will be installed
  1651. [osd2][DEBUG ] ---> Package libradosstriper1.x86_64 2:10.2.11-0.el7 will be installed
  1652. [osd2][DEBUG ] ---> Package librbd1.x86_64 2:10.2.11-0.el7 will be installed
  1653. [osd2][DEBUG ] ---> Package lttng-ust.x86_64 0:2.4.1-4.el7 will be installed
  1654. [osd2][DEBUG ] --> Processing Dependency: liburcu-bp.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  1655. [osd2][DEBUG ] --> Processing Dependency: liburcu-cds.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  1656. [osd2][DEBUG ] ---> Package python-cephfs.x86_64 2:10.2.11-0.el7 will be installed
  1657. [osd2][DEBUG ] ---> Package python-itsdangerous.noarch 0:0.23-2.el7 will be installed
  1658. [osd2][DEBUG ] ---> Package python-jinja2.noarch 0:2.7.2-3.el7_6 will be installed
  1659. [osd2][DEBUG ] --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-3.el7_6.noarch
  1660. [osd2][DEBUG ] --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-3.el7_6.noarch
  1661. [osd2][DEBUG ] ---> Package python-rados.x86_64 2:10.2.11-0.el7 will be installed
  1662. [osd2][DEBUG ] ---> Package python-rbd.x86_64 2:10.2.11-0.el7 will be installed
  1663. [osd2][DEBUG ] ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed
  1664. [osd2][DEBUG ] --> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-1.el7_1.noarch
  1665. [osd2][DEBUG ] --> Processing Dependency: python-chardet >= 2.2.1-1 for package: python-requests-2.6.0-1.el7_1.noarch
  1666. [osd2][DEBUG ] ---> Package python-werkzeug.noarch 0:0.9.1-2.el7 will be installed
  1667. [osd2][DEBUG ] --> Running transaction check
  1668. [osd2][DEBUG ] ---> Package cryptsetup.x86_64 0:2.0.3-3.el7 will be installed
  1669. [osd2][DEBUG ] ---> Package hdparm.x86_64 0:9.43-5.el7 will be installed
  1670. [osd2][DEBUG ] ---> Package psmisc.x86_64 0:22.20-15.el7 will be installed
  1671. [osd2][DEBUG ] ---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
  1672. [osd2][DEBUG ] ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
  1673. [osd2][DEBUG ] ---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
  1674. [osd2][DEBUG ] ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
  1675. [osd2][DEBUG ] --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
  1676. [osd2][DEBUG ] ---> Package python-urllib3.noarch 0:1.10.2-5.el7 will be installed
  1677. [osd2][DEBUG ] --> Processing Dependency: python-six for package: python-urllib3-1.10.2-5.el7.noarch
  1678. [osd2][DEBUG ] --> Processing Dependency: python-ipaddress for package: python-urllib3-1.10.2-5.el7.noarch
  1679. [osd2][DEBUG ] ---> Package userspace-rcu.x86_64 0:0.7.16-1.el7 will be installed
  1680. [osd2][DEBUG ] --> Running transaction check
  1681. [osd2][DEBUG ] ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
  1682. [osd2][DEBUG ] --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
  1683. [osd2][DEBUG ] ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
  1684. [osd2][DEBUG ] ---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
  1685. [osd2][DEBUG ] --> Running transaction check
  1686. [osd2][DEBUG ] ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
  1687. [osd2][DEBUG ] --> Finished Dependency Resolution
  1688. [osd2][DEBUG ]
  1689. [osd2][DEBUG ] Dependencies Resolved
  1690. [osd2][DEBUG ]
  1691. [osd2][DEBUG ] ================================================================================
  1692. [osd2][DEBUG ]  Package                              Arch    Version            Repository
  1693. [osd2][DEBUG ]                                                                            Size
  1694. [osd2][DEBUG ] ================================================================================
  1695. [osd2][DEBUG ] Installing:
  1696. [osd2][DEBUG ]  ceph                                 x86_64  2:10.2.11-0.el7    Ceph     3.0 k
  1697. [osd2][DEBUG ]  ceph-radosgw                         x86_64  2:10.2.11-0.el7    Ceph     267 k
  1698. [osd2][DEBUG ] Installing for dependencies:
  1699. [osd2][DEBUG ]  boost-iostreams                      x86_64  1.53.0-27.el7      base      61 k
  1700. [osd2][DEBUG ]  boost-program-options                x86_64  1.53.0-27.el7      base     156 k
  1701. [osd2][DEBUG ]  boost-random                         x86_64  1.53.0-27.el7      base      39 k
  1702. [osd2][DEBUG ]  boost-regex                          x86_64  1.53.0-27.el7      base     300 k
  1703. [osd2][DEBUG ]  boost-system                         x86_64  1.53.0-27.el7      base      40 k
  1704. [osd2][DEBUG ]  boost-thread                         x86_64  1.53.0-27.el7      base      57 k
  1705. [osd2][DEBUG ]  ceph-base                            x86_64  2:10.2.11-0.el7    Ceph     4.2 M
  1706. [osd2][DEBUG ]  ceph-common                          x86_64  2:10.2.11-0.el7    Ceph      17 M
  1707. [osd2][DEBUG ]  ceph-mds                             x86_64  2:10.2.11-0.el7    Ceph     2.8 M
  1708. [osd2][DEBUG ]  ceph-mon                             x86_64  2:10.2.11-0.el7    Ceph     3.1 M
  1709. [osd2][DEBUG ]  ceph-osd                             x86_64  2:10.2.11-0.el7    Ceph     9.5 M
  1710. [osd2][DEBUG ]  ceph-selinux                         x86_64  2:10.2.11-0.el7    Ceph      20 k
  1711. [osd2][DEBUG ]  cryptsetup                           x86_64  2.0.3-3.el7        base     154 k
  1712. [osd2][DEBUG ]  fcgi                                 x86_64  2.4.0-25.el7       epel      47 k
  1713. [osd2][DEBUG ]  gdisk                                x86_64  0.8.10-2.el7       base     189 k
  1714. [osd2][DEBUG ]  gperftools-libs                      x86_64  2.6.1-1.el7        base     272 k
  1715. [osd2][DEBUG ]  hdparm                               x86_64  9.43-5.el7         base      83 k
  1716. [osd2][DEBUG ]  leveldb                              x86_64  1.12.0-11.el7      epel     161 k
  1717. [osd2][DEBUG ]  libbabeltrace                        x86_64  1.2.4-3.el7        epel     147 k
  1718. [osd2][DEBUG ]  libcephfs1                           x86_64  2:10.2.11-0.el7    Ceph     1.9 M
  1719. [osd2][DEBUG ]  librados2                            x86_64  2:10.2.11-0.el7    Ceph     1.9 M
  1720. [osd2][DEBUG ]  libradosstriper1                     x86_64  2:10.2.11-0.el7    Ceph     1.8 M
  1721. [osd2][DEBUG ]  librbd1                              x86_64  2:10.2.11-0.el7    Ceph     2.5 M
  1722. [osd2][DEBUG ]  librgw2                              x86_64  2:10.2.11-0.el7    Ceph     3.0 M
  1723. [osd2][DEBUG ]  lttng-ust                            x86_64  2.4.1-4.el7        epel     176 k
  1724. [osd2][DEBUG ]  mailcap                              noarch  2.1.41-2.el7       base      31 k
  1725. [osd2][DEBUG ]  psmisc                               x86_64  22.20-15.el7       base     141 k
  1726. [osd2][DEBUG ]  python-babel                         noarch  0.9.6-8.el7        base     1.4 M
  1727. [osd2][DEBUG ]  python-backports                     x86_64  1.0-8.el7          base     5.8 k
  1728. [osd2][DEBUG ]  python-backports-ssl_match_hostname  noarch  3.5.0.1-1.el7      base      13 k
  1729. [osd2][DEBUG ]  python-cephfs                        x86_64  2:10.2.11-0.el7    Ceph      78 k
  1730. [osd2][DEBUG ]  python-chardet                       noarch  2.2.1-1.el7_1      base     227 k
  1731. [osd2][DEBUG ]  python-flask                         noarch  1:0.10.1-4.el7     extras   204 k
  1732. [osd2][DEBUG ]  python-ipaddress                     noarch  1.0.16-2.el7       base      34 k
  1733. [osd2][DEBUG ]  python-itsdangerous                  noarch  0.23-2.el7         extras    24 k
  1734. [osd2][DEBUG ]  python-jinja2                        noarch  2.7.2-3.el7_6      updates  518 k
  1735. [osd2][DEBUG ]  python-markupsafe                    x86_64  0.11-10.el7        base      25 k
  1736. [osd2][DEBUG ]  python-rados                         x86_64  2:10.2.11-0.el7    Ceph     149 k
  1737. [osd2][DEBUG ]  python-rbd                           x86_64  2:10.2.11-0.el7    Ceph      79 k
  1738. [osd2][DEBUG ]  python-requests                      noarch  2.6.0-1.el7_1      base      94 k
  1739. [osd2][DEBUG ]  python-setuptools                    noarch  0.9.8-7.el7        base     397 k
  1740. [osd2][DEBUG ]  python-six                           noarch  1.9.0-2.el7        base      29 k
  1741. [osd2][DEBUG ]  python-urllib3                       noarch  1.10.2-5.el7       base     102 k
  1742. [osd2][DEBUG ]  python-werkzeug                      noarch  0.9.1-2.el7        extras   562 k
  1743. [osd2][DEBUG ]  userspace-rcu                        x86_64  0.7.16-1.el7       epel      73 k
  1744. [osd2][DEBUG ]
  1745. [osd2][DEBUG ] Transaction Summary
  1746. [osd2][DEBUG ] ================================================================================
  1747. [osd2][DEBUG ] Install  2 Packages (+45 Dependent packages)
  1748. [osd2][DEBUG ]
  1749. [osd2][DEBUG ] Total download size: 53 M
  1750. [osd2][DEBUG ] Installed size: 200 M
  1751. [osd2][DEBUG ] Downloading packages:
  1752. [osd2][DEBUG ] Public key for fcgi-2.4.0-25.el7.x86_64.rpm is not installed
  1753. [osd2][WARNIN] warning: /var/cache/yum/x86_64/7/epel/packages/fcgi-2.4.0-25.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  1754. [osd2][DEBUG ] --------------------------------------------------------------------------------
  1755. [osd2][DEBUG ] Total                                               12 MB/s |  53 MB  00:04
  1756. [osd2][DEBUG ] Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  1757. [osd2][WARNIN] Importing GPG key 0x352C64E5:
  1758. [osd2][WARNIN]  Userid     : "Fedora EPEL (7) <epel@fedoraproject.org>"
  1759. [osd2][WARNIN]  Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  1760. [osd2][WARNIN]  Package    : epel-release-7-11.noarch (@extras)
  1761. [osd2][WARNIN]  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  1762. [osd2][DEBUG ] Running transaction check
  1763. [osd2][DEBUG ] Running transaction test
  1764. [osd2][DEBUG ] Transaction test succeeded
  1765. [osd2][DEBUG ] Running transaction
  1766. [osd2][DEBUG ]   Installing : boost-system-1.53.0-27.el7.x86_64                           1/47
  1767. [osd2][DEBUG ]   Installing : boost-thread-1.53.0-27.el7.x86_64                           2/47
  1768. [osd2][DEBUG ]   Installing : boost-iostreams-1.53.0-27.el7.x86_64                        3/47
  1769. [osd2][DEBUG ]   Installing : boost-random-1.53.0-27.el7.x86_64                           4/47
  1770. [osd2][DEBUG ]   Installing : gperftools-libs-2.6.1-1.el7.x86_64                          5/47
  1771. [osd2][DEBUG ]   Installing : 2:libcephfs1-10.2.11-0.el7.x86_64                           6/47
  1772. [osd2][DEBUG ]   Installing : python-ipaddress-1.0.16-2.el7.noarch                        7/47
  1773. [osd2][DEBUG ]   Installing : fcgi-2.4.0-25.el7.x86_64                                    8/47
  1774. [osd2][DEBUG ]   Installing : leveldb-1.12.0-11.el7.x86_64                                9/47
  1775. [osd2][DEBUG ]   Installing : boost-program-options-1.53.0-27.el7.x86_64                 10/47
  1776. [osd2][DEBUG ]   Installing : gdisk-0.8.10-2.el7.x86_64                                  11/47
  1777. [osd2][DEBUG ]   Installing : python-chardet-2.2.1-1.el7_1.noarch                        12/47
  1778. [osd2][DEBUG ]   Installing : python-werkzeug-0.9.1-2.el7.noarch                         13/47
  1779. [osd2][DEBUG ]   Installing : python-backports-1.0-8.el7.x86_64                          14/47
  1780. [osd2][DEBUG ]   Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch   15/47
  1781. [osd2][DEBUG ]   Installing : python-setuptools-0.9.8-7.el7.noarch                       16/47
  1782. [osd2][DEBUG ]   Installing : userspace-rcu-0.7.16-1.el7.x86_64                          17/47
  1783. [osd2][DEBUG ]   Installing : lttng-ust-2.4.1-4.el7.x86_64                               18/47
  1784. [osd2][DEBUG ]   Installing : 2:librados2-10.2.11-0.el7.x86_64                           19/47
  1785. [osd2][DEBUG ]   Installing : 2:librbd1-10.2.11-0.el7.x86_64                             20/47
  1786. [osd2][DEBUG ]   Installing : 2:python-rados-10.2.11-0.el7.x86_64                        21/47
  1787. [osd2][DEBUG ]   Installing : 2:librgw2-10.2.11-0.el7.x86_64                             22/47
  1788. [osd2][DEBUG ]   Installing : 2:python-rbd-10.2.11-0.el7.x86_64                          23/47
  1789. [osd2][DEBUG ]   Installing : 2:python-cephfs-10.2.11-0.el7.x86_64                       24/47
  1790. [osd2][DEBUG ]   Installing : 2:libradosstriper1-10.2.11-0.el7.x86_64                    25/47
  1791. [osd2][DEBUG ]   Installing : psmisc-22.20-15.el7.x86_64                                 26/47
  1792. [osd2][DEBUG ]   Installing : python-markupsafe-0.11-10.el7.x86_64                       27/47
  1793. [osd2][DEBUG ]   Installing : python-six-1.9.0-2.el7.noarch                              28/47
  1794. [osd2][DEBUG ]   Installing : python-urllib3-1.10.2-5.el7.noarch                         29/47
  1795. [osd2][DEBUG ]   Installing : python-requests-2.6.0-1.el7_1.noarch                       30/47
  1796. [osd2][DEBUG ]   Installing : python-babel-0.9.6-8.el7.noarch                            31/47
  1797. [osd2][DEBUG ]   Installing : python-jinja2-2.7.2-3.el7_6.noarch                         32/47
  1798. [osd2][DEBUG ]   Installing : python-itsdangerous-0.23-2.el7.noarch                      33/47
  1799. [osd2][DEBUG ]   Installing : 1:python-flask-0.10.1-4.el7.noarch                         34/47
  1800. [osd2][DEBUG ]   Installing : cryptsetup-2.0.3-3.el7.x86_64                              35/47
  1801. [osd2][DEBUG ]   Installing : hdparm-9.43-5.el7.x86_64                                   36/47
  1802. [osd2][DEBUG ]   Installing : libbabeltrace-1.2.4-3.el7.x86_64                           37/47
  1803. [osd2][DEBUG ]   Installing : boost-regex-1.53.0-27.el7.x86_64                           38/47
  1804. [osd2][DEBUG ]   Installing : 2:ceph-common-10.2.11-0.el7.x86_64                         39/47
  1805. [osd2][DEBUG ]   Installing : 2:ceph-base-10.2.11-0.el7.x86_64                           40/47
  1806. [osd2][DEBUG ]   Installing : 2:ceph-selinux-10.2.11-0.el7.x86_64                        41/47
  1807. [osd2][DEBUG ]   Installing : 2:ceph-osd-10.2.11-0.el7.x86_64                            42/47
  1808. [osd2][DEBUG ]   Installing : 2:ceph-mds-10.2.11-0.el7.x86_64                            43/47
  1809. [osd2][DEBUG ]   Installing : 2:ceph-mon-10.2.11-0.el7.x86_64                            44/47
  1810. [osd2][DEBUG ]   Installing : mailcap-2.1.41-2.el7.noarch                                45/47
  1811. [osd2][DEBUG ]   Installing : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        46/47
  1812. [osd2][DEBUG ]   Installing : 2:ceph-10.2.11-0.el7.x86_64                                47/47
  1813. [osd2][DEBUG ]   Verifying  : boost-system-1.53.0-27.el7.x86_64                           1/47
  1814. [osd2][DEBUG ]   Verifying  : 1:python-flask-0.10.1-4.el7.noarch                          2/47
  1815. [osd2][DEBUG ]   Verifying  : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch    3/47
  1816. [osd2][DEBUG ]   Verifying  : 2:ceph-common-10.2.11-0.el7.x86_64                          4/47
  1817. [osd2][DEBUG ]   Verifying  : mailcap-2.1.41-2.el7.noarch                                 5/47
  1818. [osd2][DEBUG ]   Verifying  : boost-regex-1.53.0-27.el7.x86_64                            6/47
  1819. [osd2][DEBUG ]   Verifying  : 2:ceph-osd-10.2.11-0.el7.x86_64                             7/47
  1820. [osd2][DEBUG ]   Verifying  : python-setuptools-0.9.8-7.el7.noarch                        8/47
  1821. [osd2][DEBUG ]   Verifying  : libbabeltrace-1.2.4-3.el7.x86_64                            9/47
  1822. [osd2][DEBUG ]   Verifying  : hdparm-9.43-5.el7.x86_64                                   10/47
  1823. [osd2][DEBUG ]   Verifying  : 2:libcephfs1-10.2.11-0.el7.x86_64                          11/47
  1824. [osd2][DEBUG ]   Verifying  : cryptsetup-2.0.3-3.el7.x86_64                              12/47
  1825. [osd2][DEBUG ]   Verifying  : 2:ceph-10.2.11-0.el7.x86_64                                13/47
  1826. [osd2][DEBUG ]   Verifying  : python-itsdangerous-0.23-2.el7.noarch                      14/47
  1827. [osd2][DEBUG ]   Verifying  : 2:libradosstriper1-10.2.11-0.el7.x86_64                    15/47
  1828. [osd2][DEBUG ]   Verifying  : python-jinja2-2.7.2-3.el7_6.noarch                         16/47
  1829. [osd2][DEBUG ]   Verifying  : boost-thread-1.53.0-27.el7.x86_64                          17/47
  1830. [osd2][DEBUG ]   Verifying  : python-babel-0.9.6-8.el7.noarch                            18/47
  1831. [osd2][DEBUG ]   Verifying  : boost-random-1.53.0-27.el7.x86_64                          19/47
  1832. [osd2][DEBUG ]   Verifying  : boost-program-options-1.53.0-27.el7.x86_64                 20/47
  1833. [osd2][DEBUG ]   Verifying  : python-six-1.9.0-2.el7.noarch                              21/47
  1834. [osd2][DEBUG ]   Verifying  : python-urllib3-1.10.2-5.el7.noarch                         22/47
  1835. [osd2][DEBUG ]   Verifying  : leveldb-1.12.0-11.el7.x86_64                               23/47
  1836. [osd2][DEBUG ]   Verifying  : 2:librados2-10.2.11-0.el7.x86_64                           24/47
  1837. [osd2][DEBUG ]   Verifying  : python-markupsafe-0.11-10.el7.x86_64                       25/47
  1838. [osd2][DEBUG ]   Verifying  : fcgi-2.4.0-25.el7.x86_64                                   26/47
  1839. [osd2][DEBUG ]   Verifying  : psmisc-22.20-15.el7.x86_64                                 27/47
  1840. [osd2][DEBUG ]   Verifying  : lttng-ust-2.4.1-4.el7.x86_64                               28/47
  1841. [osd2][DEBUG ]   Verifying  : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        29/47
  1842. [osd2][DEBUG ]   Verifying  : 2:librbd1-10.2.11-0.el7.x86_64                             30/47
  1843. [osd2][DEBUG ]   Verifying  : boost-iostreams-1.53.0-27.el7.x86_64                       31/47
  1844. [osd2][DEBUG ]   Verifying  : 2:python-rados-10.2.11-0.el7.x86_64                        32/47
  1845. [osd2][DEBUG ]   Verifying  : userspace-rcu-0.7.16-1.el7.x86_64                          33/47
  1846. [osd2][DEBUG ]   Verifying  : python-backports-1.0-8.el7.x86_64                          34/47
  1847. [osd2][DEBUG ]   Verifying  : python-werkzeug-0.9.1-2.el7.noarch                         35/47
  1848. [osd2][DEBUG ]   Verifying  : 2:librgw2-10.2.11-0.el7.x86_64                             36/47
  1849. [osd2][DEBUG ]   Verifying  : 2:ceph-mds-10.2.11-0.el7.x86_64                            37/47
  1850. [osd2][DEBUG ]   Verifying  : 2:python-rbd-10.2.11-0.el7.x86_64                          38/47
  1851. [osd2][DEBUG ]   Verifying  : 2:ceph-selinux-10.2.11-0.el7.x86_64                        39/47
  1852. [osd2][DEBUG ]   Verifying  : python-requests-2.6.0-1.el7_1.noarch                       40/47
  1853. [osd2][DEBUG ]   Verifying  : gperftools-libs-2.6.1-1.el7.x86_64                         41/47
  1854. [osd2][DEBUG ]   Verifying  : 2:python-cephfs-10.2.11-0.el7.x86_64                       42/47
  1855. [osd2][DEBUG ]   Verifying  : python-ipaddress-1.0.16-2.el7.noarch                       43/47
  1856. [osd2][DEBUG ]   Verifying  : python-chardet-2.2.1-1.el7_1.noarch                        44/47
  1857. [osd2][DEBUG ]   Verifying  : gdisk-0.8.10-2.el7.x86_64                                  45/47
  1858. [osd2][DEBUG ]   Verifying  : 2:ceph-mon-10.2.11-0.el7.x86_64                            46/47
  1859. [osd2][DEBUG ]   Verifying  : 2:ceph-base-10.2.11-0.el7.x86_64                           47/47
  1860. [osd2][DEBUG ]
  1861. [osd2][DEBUG ] Installed:
  1862. [osd2][DEBUG ]   ceph.x86_64 2:10.2.11-0.el7        ceph-radosgw.x86_64 2:10.2.11-0.el7
  1863. [osd2][DEBUG ]
  1864. [osd2][DEBUG ] Dependency Installed:
  1865. [osd2][DEBUG ]   boost-iostreams.x86_64 0:1.53.0-27.el7
  1866. [osd2][DEBUG ]   boost-program-options.x86_64 0:1.53.0-27.el7
  1867. [osd2][DEBUG ]   boost-random.x86_64 0:1.53.0-27.el7
  1868. [osd2][DEBUG ]   boost-regex.x86_64 0:1.53.0-27.el7
  1869. [osd2][DEBUG ]   boost-system.x86_64 0:1.53.0-27.el7
  1870. [osd2][DEBUG ]   boost-thread.x86_64 0:1.53.0-27.el7
  1871. [osd2][DEBUG ]   ceph-base.x86_64 2:10.2.11-0.el7
  1872. [osd2][DEBUG ]   ceph-common.x86_64 2:10.2.11-0.el7
  1873. [osd2][DEBUG ]   ceph-mds.x86_64 2:10.2.11-0.el7
  1874. [osd2][DEBUG ]   ceph-mon.x86_64 2:10.2.11-0.el7
  1875. [osd2][DEBUG ]   ceph-osd.x86_64 2:10.2.11-0.el7
  1876. [osd2][DEBUG ]   ceph-selinux.x86_64 2:10.2.11-0.el7
  1877. [osd2][DEBUG ]   cryptsetup.x86_64 0:2.0.3-3.el7
  1878. [osd2][DEBUG ]   fcgi.x86_64 0:2.4.0-25.el7
  1879. [osd2][DEBUG ]   gdisk.x86_64 0:0.8.10-2.el7
  1880. [osd2][DEBUG ]   gperftools-libs.x86_64 0:2.6.1-1.el7
  1881. [osd2][DEBUG ]   hdparm.x86_64 0:9.43-5.el7
  1882. [osd2][DEBUG ]   leveldb.x86_64 0:1.12.0-11.el7
  1883. [osd2][DEBUG ]   libbabeltrace.x86_64 0:1.2.4-3.el7
  1884. [osd2][DEBUG ]   libcephfs1.x86_64 2:10.2.11-0.el7
  1885. [osd2][DEBUG ]   librados2.x86_64 2:10.2.11-0.el7
  1886. [osd2][DEBUG ]   libradosstriper1.x86_64 2:10.2.11-0.el7
  1887. [osd2][DEBUG ]   librbd1.x86_64 2:10.2.11-0.el7
  1888. [osd2][DEBUG ]   librgw2.x86_64 2:10.2.11-0.el7
  1889. [osd2][DEBUG ]   lttng-ust.x86_64 0:2.4.1-4.el7
  1890. [osd2][DEBUG ]   mailcap.noarch 0:2.1.41-2.el7
  1891. [osd2][DEBUG ]   psmisc.x86_64 0:22.20-15.el7
  1892. [osd2][DEBUG ]   python-babel.noarch 0:0.9.6-8.el7
  1893. [osd2][DEBUG ]   python-backports.x86_64 0:1.0-8.el7
  1894. [osd2][DEBUG ]   python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7
  1895. [osd2][DEBUG ]   python-cephfs.x86_64 2:10.2.11-0.el7
  1896. [osd2][DEBUG ]   python-chardet.noarch 0:2.2.1-1.el7_1
  1897. [osd2][DEBUG ]   python-flask.noarch 1:0.10.1-4.el7
  1898. [osd2][DEBUG ]   python-ipaddress.noarch 0:1.0.16-2.el7
  1899. [osd2][DEBUG ]   python-itsdangerous.noarch 0:0.23-2.el7
  1900. [osd2][DEBUG ]   python-jinja2.noarch 0:2.7.2-3.el7_6
  1901. [osd2][DEBUG ]   python-markupsafe.x86_64 0:0.11-10.el7
  1902. [osd2][DEBUG ]   python-rados.x86_64 2:10.2.11-0.el7
  1903. [osd2][DEBUG ]   python-rbd.x86_64 2:10.2.11-0.el7
  1904. [osd2][DEBUG ]   python-requests.noarch 0:2.6.0-1.el7_1
  1905. [osd2][DEBUG ]   python-setuptools.noarch 0:0.9.8-7.el7
  1906. [osd2][DEBUG ]   python-six.noarch 0:1.9.0-2.el7
  1907. [osd2][DEBUG ]   python-urllib3.noarch 0:1.10.2-5.el7
  1908. [osd2][DEBUG ]   python-werkzeug.noarch 0:0.9.1-2.el7
  1909. [osd2][DEBUG ]   userspace-rcu.x86_64 0:0.7.16-1.el7
  1910. [osd2][DEBUG ]
  1911. [osd2][DEBUG ] Complete!
  1912. [osd2][INFO  ] Running command: sudo ceph --version
  1913. [osd2][DEBUG ] ceph version 10.2.11 (e4b061b47f07f583c92a050d9e84b1813a35671e)
  1914. [ceph_deploy.install][DEBUG ] Detecting platform for host osd3 ...
  1915. [osd3][DEBUG ] connection detected need for sudo
  1916. [osd3][DEBUG ] connected to host: osd3
  1917. [osd3][DEBUG ] detect platform information from remote host
  1918. [osd3][DEBUG ] detect machine type
  1919. [ceph_deploy.install][INFO  ] Distro info: CentOS Linux 7.6.1810 Core
  1920. [osd3][INFO  ] installing Ceph on osd3
  1921. [osd3][INFO  ] Running command: sudo yum clean all
  1922. [osd3][DEBUG ] Loaded plugins: fastestmirror
  1923. [osd3][DEBUG ] Cleaning repos: base extras updates
  1924. [osd3][DEBUG ] Cleaning up list of fastest mirrors
  1925. [osd3][INFO  ] Running command: sudo yum -y install epel-release
  1926. [osd3][DEBUG ] Loaded plugins: fastestmirror
  1927. [osd3][DEBUG ] Determining fastest mirrors
  1928. [osd3][DEBUG ]  * base: mirror.its.dal.ca
  1929. [osd3][DEBUG ]  * extras: mirror.its.dal.ca
  1930. [osd3][DEBUG ]  * updates: centos.ca-west.mirror.fullhost.io
  1931. [osd3][DEBUG ] Resolving Dependencies
  1932. [osd3][DEBUG ] --> Running transaction check
  1933. [osd3][DEBUG ] ---> Package epel-release.noarch 0:7-11 will be installed
  1934. [osd3][DEBUG ] --> Finished Dependency Resolution
  1935. [osd3][DEBUG ]
  1936. [osd3][DEBUG ] Dependencies Resolved
  1937. [osd3][DEBUG ]
  1938. [osd3][DEBUG ] ================================================================================
  1939. [osd3][DEBUG ]  Package                Arch             Version         Repository        Size
  1940. [osd3][DEBUG ] ================================================================================
  1941. [osd3][DEBUG ] Installing:
  1942. [osd3][DEBUG ]  epel-release           noarch           7-11            extras            15 k
  1943. [osd3][DEBUG ]
  1944. [osd3][DEBUG ] Transaction Summary
  1945. [osd3][DEBUG ] ================================================================================
  1946. [osd3][DEBUG ] Install  1 Package
  1947. [osd3][DEBUG ]
  1948. [osd3][DEBUG ] Total download size: 15 k
  1949. [osd3][DEBUG ] Installed size: 24 k
  1950. [osd3][DEBUG ] Downloading packages:
  1951. [osd3][DEBUG ] Running transaction check
  1952. [osd3][DEBUG ] Running transaction test
  1953. [osd3][DEBUG ] Transaction test succeeded
  1954. [osd3][DEBUG ] Running transaction
  1955. [osd3][DEBUG ]   Installing : epel-release-7-11.noarch                                     1/1
  1956. [osd3][DEBUG ]   Verifying  : epel-release-7-11.noarch                                     1/1
  1957. [osd3][DEBUG ]
  1958. [osd3][DEBUG ] Installed:
  1959. [osd3][DEBUG ]   epel-release.noarch 0:7-11
  1960. [osd3][DEBUG ]
  1961. [osd3][DEBUG ] Complete!
  1962. [osd3][INFO  ] Running command: sudo yum -y install yum-plugin-priorities
  1963. [osd3][DEBUG ] Loaded plugins: fastestmirror
  1964. [osd3][DEBUG ] Loading mirror speeds from cached hostfile
  1965. [osd3][DEBUG ]  * base: mirror.its.dal.ca
  1966. [osd3][DEBUG ]  * epel: mirror.siena.edu
  1967. [osd3][DEBUG ]  * extras: mirror.its.dal.ca
  1968. [osd3][DEBUG ]  * updates: centos.ca-west.mirror.fullhost.io
  1969. [osd3][DEBUG ] Resolving Dependencies
  1970. [osd3][DEBUG ] --> Running transaction check
  1971. [osd3][DEBUG ] ---> Package yum-plugin-priorities.noarch 0:1.1.31-50.el7 will be installed
  1972. [osd3][DEBUG ] --> Finished Dependency Resolution
  1973. [osd3][DEBUG ]
  1974. [osd3][DEBUG ] Dependencies Resolved
  1975. [osd3][DEBUG ]
  1976. [osd3][DEBUG ] ================================================================================
  1977. [osd3][DEBUG ]  Package                     Arch         Version              Repository  Size
  1978. [osd3][DEBUG ] ================================================================================
  1979. [osd3][DEBUG ] Installing:
  1980. [osd3][DEBUG ]  yum-plugin-priorities       noarch       1.1.31-50.el7        base        29 k
  1981. [osd3][DEBUG ]
  1982. [osd3][DEBUG ] Transaction Summary
  1983. [osd3][DEBUG ] ================================================================================
  1984. [osd3][DEBUG ] Install  1 Package
  1985. [osd3][DEBUG ]
  1986. [osd3][DEBUG ] Total download size: 29 k
  1987. [osd3][DEBUG ] Installed size: 28 k
  1988. [osd3][DEBUG ] Downloading packages:
  1989. [osd3][DEBUG ] Running transaction check
  1990. [osd3][DEBUG ] Running transaction test
  1991. [osd3][DEBUG ] Transaction test succeeded
  1992. [osd3][DEBUG ] Running transaction
  1993. [osd3][DEBUG ]   Installing : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  1994. [osd3][DEBUG ]   Verifying  : yum-plugin-priorities-1.1.31-50.el7.noarch                   1/1
  1995. [osd3][DEBUG ]
  1996. [osd3][DEBUG ] Installed:
  1997. [osd3][DEBUG ]   yum-plugin-priorities.noarch 0:1.1.31-50.el7
  1998. [osd3][DEBUG ]
  1999. [osd3][DEBUG ] Complete!
  2000. [osd3][DEBUG ] Configure Yum priorities to include obsoletes
  2001. [osd3][WARNIN] check_obsoletes has been enabled for Yum priorities plugin
  2002. [osd3][INFO  ] Running command: sudo rpm --import https://download.ceph.com/keys/release.asc
  2003. [osd3][INFO  ] Running command: sudo yum remove -y ceph-release
  2004. [osd3][DEBUG ] Loaded plugins: fastestmirror, priorities
  2005. [osd3][WARNIN] No Match for argument: ceph-release
  2006. [osd3][DEBUG ] No Packages marked for removal
  2007. [osd3][INFO  ] Running command: sudo yum install -y https://download.ceph.com/rpm-jewel/el7/noarch/ceph-release-1-0.el7.noarch.rpm
  2008. [osd3][DEBUG ] Loaded plugins: fastestmirror, priorities
  2009. [osd3][DEBUG ] Examining /var/tmp/yum-root-L0K6n_/ceph-release-1-0.el7.noarch.rpm: ceph-release-1-1.el7.noarch
  2010. [osd3][DEBUG ] Marking /var/tmp/yum-root-L0K6n_/ceph-release-1-0.el7.noarch.rpm to be installed
  2011. [osd3][DEBUG ] Resolving Dependencies
  2012. [osd3][DEBUG ] --> Running transaction check
  2013. [osd3][DEBUG ] ---> Package ceph-release.noarch 0:1-1.el7 will be installed
  2014. [osd3][DEBUG ] --> Finished Dependency Resolution
  2015. [osd3][DEBUG ]
  2016. [osd3][DEBUG ] Dependencies Resolved
  2017. [osd3][DEBUG ]
  2018. [osd3][DEBUG ] ================================================================================
  2019. [osd3][DEBUG ]  Package          Arch       Version     Repository                        Size
  2020. [osd3][DEBUG ] ================================================================================
  2021. [osd3][DEBUG ] Installing:
  2022. [osd3][DEBUG ]  ceph-release     noarch     1-1.el7     /ceph-release-1-0.el7.noarch     535
  2023. [osd3][DEBUG ]
  2024. [osd3][DEBUG ] Transaction Summary
  2025. [osd3][DEBUG ] ================================================================================
  2026. [osd3][DEBUG ] Install  1 Package
  2027. [osd3][DEBUG ]
  2028. [osd3][DEBUG ] Total size: 535
  2029. [osd3][DEBUG ] Installed size: 535
  2030. [osd3][DEBUG ] Downloading packages:
  2031. [osd3][DEBUG ] Running transaction check
  2032. [osd3][DEBUG ] Running transaction test
  2033. [osd3][DEBUG ] Transaction test succeeded
  2034. [osd3][DEBUG ] Running transaction
  2035. [osd3][DEBUG ]   Installing : ceph-release-1-1.el7.noarch                                  1/1
  2036. [osd3][DEBUG ]   Verifying  : ceph-release-1-1.el7.noarch                                  1/1
  2037. [osd3][DEBUG ]
  2038. [osd3][DEBUG ] Installed:
  2039. [osd3][DEBUG ]   ceph-release.noarch 0:1-1.el7
  2040. [osd3][DEBUG ]
  2041. [osd3][DEBUG ] Complete!
  2042. [osd3][WARNIN] ensuring that /etc/yum.repos.d/ceph.repo contains a high priority
  2043. [osd3][WARNIN] altered ceph.repo priorities to contain: priority=1
  2044. [osd3][INFO  ] Running command: sudo yum -y install ceph ceph-radosgw
  2045. [osd3][DEBUG ] Loaded plugins: fastestmirror, priorities
  2046. [osd3][DEBUG ] Loading mirror speeds from cached hostfile
  2047. [osd3][DEBUG ]  * base: mirror.its.dal.ca
  2048. [osd3][DEBUG ]  * epel: mirror.rnet.missouri.edu
  2049. [osd3][DEBUG ]  * extras: mirror.its.dal.ca
  2050. [osd3][DEBUG ]  * updates: centos.ca-west.mirror.fullhost.io
  2051. [osd3][DEBUG ] 12 packages excluded due to repository priority protections
  2052. [osd3][DEBUG ] Resolving Dependencies
  2053. [osd3][DEBUG ] --> Running transaction check
  2054. [osd3][DEBUG ] ---> Package ceph.x86_64 2:10.2.11-0.el7 will be installed
  2055. [osd3][DEBUG ] --> Processing Dependency: ceph-osd = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  2056. [osd3][DEBUG ] --> Processing Dependency: ceph-mds = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  2057. [osd3][DEBUG ] --> Processing Dependency: ceph-mon = 2:10.2.11-0.el7 for package: 2:ceph-10.2.11-0.el7.x86_64
  2058. [osd3][DEBUG ] ---> Package ceph-radosgw.x86_64 2:10.2.11-0.el7 will be installed
  2059. [osd3][DEBUG ] --> Processing Dependency: librgw2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2060. [osd3][DEBUG ] --> Processing Dependency: librados2 = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2061. [osd3][DEBUG ] --> Processing Dependency: ceph-selinux = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2062. [osd3][DEBUG ] --> Processing Dependency: ceph-common = 2:10.2.11-0.el7 for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2063. [osd3][DEBUG ] --> Processing Dependency: python-flask for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2064. [osd3][DEBUG ] --> Processing Dependency: mailcap for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2065. [osd3][DEBUG ] --> Processing Dependency: libfcgi.so.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2066. [osd3][DEBUG ] --> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2067. [osd3][DEBUG ] --> Processing Dependency: librados.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2068. [osd3][DEBUG ] --> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2069. [osd3][DEBUG ] --> Processing Dependency: librgw.so.2()(64bit) for package: 2:ceph-radosgw-10.2.11-0.el7.x86_64
  2070. [osd3][DEBUG ] --> Running transaction check
  2071. [osd3][DEBUG ] ---> Package boost-system.x86_64 0:1.53.0-27.el7 will be installed
  2072. [osd3][DEBUG ] ---> Package ceph-common.x86_64 2:10.2.11-0.el7 will be installed
  2073. [osd3][DEBUG ] --> Processing Dependency: python-rbd = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2074. [osd3][DEBUG ] --> Processing Dependency: python-cephfs = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2075. [osd3][DEBUG ] --> Processing Dependency: libcephfs1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2076. [osd3][DEBUG ] --> Processing Dependency: librbd1 = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2077. [osd3][DEBUG ] --> Processing Dependency: python-rados = 2:10.2.11-0.el7 for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2078. [osd3][DEBUG ] --> Processing Dependency: python-requests for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2079. [osd3][DEBUG ] --> Processing Dependency: librbd.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2080. [osd3][DEBUG ] --> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2081. [osd3][DEBUG ] --> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2082. [osd3][DEBUG ] --> Processing Dependency: libboost_regex-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2083. [osd3][DEBUG ] --> Processing Dependency: libradosstriper.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2084. [osd3][DEBUG ] --> Processing Dependency: libbabeltrace.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2085. [osd3][DEBUG ] --> Processing Dependency: libbabeltrace-ctf.so.1()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2086. [osd3][DEBUG ] --> Processing Dependency: libboost_iostreams-mt.so.1.53.0()(64bit) for package: 2:ceph-common-10.2.11-0.el7.x86_64
  2087. [osd3][DEBUG ] ---> Package ceph-mds.x86_64 2:10.2.11-0.el7 will be installed
  2088. [osd3][DEBUG ] --> Processing Dependency: ceph-base = 2:10.2.11-0.el7 for package: 2:ceph-mds-10.2.11-0.el7.x86_64
  2089. [osd3][DEBUG ] ---> Package ceph-mon.x86_64 2:10.2.11-0.el7 will be installed
  2090. [osd3][DEBUG ] --> Processing Dependency: libleveldb.so.1()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  2091. [osd3][DEBUG ] --> Processing Dependency: libboost_random-mt.so.1.53.0()(64bit) for package: 2:ceph-mon-10.2.11-0.el7.x86_64
  2092. [osd3][DEBUG ] ---> Package ceph-osd.x86_64 2:10.2.11-0.el7 will be installed
  2093. [osd3][DEBUG ] --> Processing Dependency: gdisk for package: 2:ceph-osd-10.2.11-0.el7.x86_64
  2094. [osd3][DEBUG ] ---> Package ceph-selinux.x86_64 2:10.2.11-0.el7 will be installed
  2095. [osd3][DEBUG ] ---> Package fcgi.x86_64 0:2.4.0-25.el7 will be installed
  2096. [osd3][DEBUG ] ---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed
  2097. [osd3][DEBUG ] ---> Package librados2.x86_64 2:10.2.11-0.el7 will be installed
  2098. [osd3][DEBUG ] --> Processing Dependency: liblttng-ust.so.0()(64bit) for package: 2:librados2-10.2.11-0.el7.x86_64
  2099. [osd3][DEBUG ] ---> Package librgw2.x86_64 2:10.2.11-0.el7 will be installed
  2100. [osd3][DEBUG ] ---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
  2101. [osd3][DEBUG ] ---> Package python-flask.noarch 1:0.10.1-4.el7 will be installed
  2102. [osd3][DEBUG ] --> Processing Dependency: python-werkzeug for package: 1:python-flask-0.10.1-4.el7.noarch
  2103. [osd3][DEBUG ] --> Processing Dependency: python-jinja2 for package: 1:python-flask-0.10.1-4.el7.noarch
  2104. [osd3][DEBUG ] --> Processing Dependency: python-itsdangerous for package: 1:python-flask-0.10.1-4.el7.noarch
  2105. [osd3][DEBUG ] --> Running transaction check
  2106. [osd3][DEBUG ] ---> Package boost-iostreams.x86_64 0:1.53.0-27.el7 will be installed
  2107. [osd3][DEBUG ] ---> Package boost-program-options.x86_64 0:1.53.0-27.el7 will be installed
  2108. [osd3][DEBUG ] ---> Package boost-random.x86_64 0:1.53.0-27.el7 will be installed
  2109. [osd3][DEBUG ] ---> Package boost-regex.x86_64 0:1.53.0-27.el7 will be installed
  2110. [osd3][DEBUG ] ---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be installed
  2111. [osd3][DEBUG ] ---> Package ceph-base.x86_64 2:10.2.11-0.el7 will be installed
  2112. [osd3][DEBUG ] --> Processing Dependency: python-setuptools for package: 2:ceph-base-10.2.11-0.el7.x86_64
  2113. [osd3][DEBUG ] --> Processing Dependency: psmisc for package: 2:ceph-base-10.2.11-0.el7.x86_64
  2114. [osd3][DEBUG ] --> Processing Dependency: cryptsetup for package: 2:ceph-base-10.2.11-0.el7.x86_64
  2115. [osd3][DEBUG ] --> Processing Dependency: hdparm for package: 2:ceph-base-10.2.11-0.el7.x86_64
  2116. [osd3][DEBUG ] ---> Package gdisk.x86_64 0:0.8.10-2.el7 will be installed
  2117. [osd3][DEBUG ] ---> Package leveldb.x86_64 0:1.12.0-11.el7 will be installed
  2118. [osd3][DEBUG ] ---> Package libbabeltrace.x86_64 0:1.2.4-3.el7 will be installed
  2119. [osd3][DEBUG ] ---> Package libcephfs1.x86_64 2:10.2.11-0.el7 will be installed
  2120. [osd3][DEBUG ] ---> Package libradosstriper1.x86_64 2:10.2.11-0.el7 will be installed
  2121. [osd3][DEBUG ] ---> Package librbd1.x86_64 2:10.2.11-0.el7 will be installed
  2122. [osd3][DEBUG ] ---> Package lttng-ust.x86_64 0:2.4.1-4.el7 will be installed
  2123. [osd3][DEBUG ] --> Processing Dependency: liburcu-bp.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  2124. [osd3][DEBUG ] --> Processing Dependency: liburcu-cds.so.1()(64bit) for package: lttng-ust-2.4.1-4.el7.x86_64
  2125. [osd3][DEBUG ] ---> Package python-cephfs.x86_64 2:10.2.11-0.el7 will be installed
  2126. [osd3][DEBUG ] ---> Package python-itsdangerous.noarch 0:0.23-2.el7 will be installed
  2127. [osd3][DEBUG ] ---> Package python-jinja2.noarch 0:2.7.2-3.el7_6 will be installed
  2128. [osd3][DEBUG ] --> Processing Dependency: python-babel >= 0.8 for package: python-jinja2-2.7.2-3.el7_6.noarch
  2129. [osd3][DEBUG ] --> Processing Dependency: python-markupsafe for package: python-jinja2-2.7.2-3.el7_6.noarch
  2130. [osd3][DEBUG ] ---> Package python-rados.x86_64 2:10.2.11-0.el7 will be installed
  2131. [osd3][DEBUG ] ---> Package python-rbd.x86_64 2:10.2.11-0.el7 will be installed
  2132. [osd3][DEBUG ] ---> Package python-requests.noarch 0:2.6.0-1.el7_1 will be installed
  2133. [osd3][DEBUG ] --> Processing Dependency: python-urllib3 >= 1.10.2-1 for package: python-requests-2.6.0-1.el7_1.noarch
  2134. [osd3][DEBUG ] --> Processing Dependency: python-chardet >= 2.2.1-1 for package: python-requests-2.6.0-1.el7_1.noarch
  2135. [osd3][DEBUG ] ---> Package python-werkzeug.noarch 0:0.9.1-2.el7 will be installed
  2136. [osd3][DEBUG ] --> Running transaction check
  2137. [osd3][DEBUG ] ---> Package cryptsetup.x86_64 0:2.0.3-3.el7 will be installed
  2138. [osd3][DEBUG ] ---> Package hdparm.x86_64 0:9.43-5.el7 will be installed
  2139. [osd3][DEBUG ] ---> Package psmisc.x86_64 0:22.20-15.el7 will be installed
  2140. [osd3][DEBUG ] ---> Package python-babel.noarch 0:0.9.6-8.el7 will be installed
  2141. [osd3][DEBUG ] ---> Package python-chardet.noarch 0:2.2.1-1.el7_1 will be installed
  2142. [osd3][DEBUG ] ---> Package python-markupsafe.x86_64 0:0.11-10.el7 will be installed
  2143. [osd3][DEBUG ] ---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
  2144. [osd3][DEBUG ] --> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
  2145. [osd3][DEBUG ] ---> Package python-urllib3.noarch 0:1.10.2-5.el7 will be installed
  2146. [osd3][DEBUG ] --> Processing Dependency: python-six for package: python-urllib3-1.10.2-5.el7.noarch
  2147. [osd3][DEBUG ] --> Processing Dependency: python-ipaddress for package: python-urllib3-1.10.2-5.el7.noarch
  2148. [osd3][DEBUG ] ---> Package userspace-rcu.x86_64 0:0.7.16-1.el7 will be installed
  2149. [osd3][DEBUG ] --> Running transaction check
  2150. [osd3][DEBUG ] ---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
  2151. [osd3][DEBUG ] --> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
  2152. [osd3][DEBUG ] ---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
  2153. [osd3][DEBUG ] ---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
  2154. [osd3][DEBUG ] --> Running transaction check
  2155. [osd3][DEBUG ] ---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
  2156. [osd3][DEBUG ] --> Finished Dependency Resolution
  2157. [osd3][DEBUG ]
  2158. [osd3][DEBUG ] Dependencies Resolved
  2159. [osd3][DEBUG ]
  2160. [osd3][DEBUG ] ================================================================================
  2161. [osd3][DEBUG ]  Package                              Arch    Version            Repository
  2162. [osd3][DEBUG ]                                                                            Size
  2163. [osd3][DEBUG ] ================================================================================
  2164. [osd3][DEBUG ] Installing:
  2165. [osd3][DEBUG ]  ceph                                 x86_64  2:10.2.11-0.el7    Ceph     3.0 k
  2166. [osd3][DEBUG ]  ceph-radosgw                         x86_64  2:10.2.11-0.el7    Ceph     267 k
  2167. [osd3][DEBUG ] Installing for dependencies:
  2168. [osd3][DEBUG ]  boost-iostreams                      x86_64  1.53.0-27.el7      base      61 k
  2169. [osd3][DEBUG ]  boost-program-options                x86_64  1.53.0-27.el7      base     156 k
  2170. [osd3][DEBUG ]  boost-random                         x86_64  1.53.0-27.el7      base      39 k
  2171. [osd3][DEBUG ]  boost-regex                          x86_64  1.53.0-27.el7      base     300 k
  2172. [osd3][DEBUG ]  boost-system                         x86_64  1.53.0-27.el7      base      40 k
  2173. [osd3][DEBUG ]  boost-thread                         x86_64  1.53.0-27.el7      base      57 k
  2174. [osd3][DEBUG ]  ceph-base                            x86_64  2:10.2.11-0.el7    Ceph     4.2 M
  2175. [osd3][DEBUG ]  ceph-common                          x86_64  2:10.2.11-0.el7    Ceph      17 M
  2176. [osd3][DEBUG ]  ceph-mds                             x86_64  2:10.2.11-0.el7    Ceph     2.8 M
  2177. [osd3][DEBUG ]  ceph-mon                             x86_64  2:10.2.11-0.el7    Ceph     3.1 M
  2178. [osd3][DEBUG ]  ceph-osd                             x86_64  2:10.2.11-0.el7    Ceph     9.5 M
  2179. [osd3][DEBUG ]  ceph-selinux                         x86_64  2:10.2.11-0.el7    Ceph      20 k
  2180. [osd3][DEBUG ]  cryptsetup                           x86_64  2.0.3-3.el7        base     154 k
  2181. [osd3][DEBUG ]  fcgi                                 x86_64  2.4.0-25.el7       epel      47 k
  2182. [osd3][DEBUG ]  gdisk                                x86_64  0.8.10-2.el7       base     189 k
  2183. [osd3][DEBUG ]  gperftools-libs                      x86_64  2.6.1-1.el7        base     272 k
  2184. [osd3][DEBUG ]  hdparm                               x86_64  9.43-5.el7         base      83 k
  2185. [osd3][DEBUG ]  leveldb                              x86_64  1.12.0-11.el7      epel     161 k
  2186. [osd3][DEBUG ]  libbabeltrace                        x86_64  1.2.4-3.el7        epel     147 k
  2187. [osd3][DEBUG ]  libcephfs1                           x86_64  2:10.2.11-0.el7    Ceph     1.9 M
  2188. [osd3][DEBUG ]  librados2                            x86_64  2:10.2.11-0.el7    Ceph     1.9 M
  2189. [osd3][DEBUG ]  libradosstriper1                     x86_64  2:10.2.11-0.el7    Ceph     1.8 M
  2190. [osd3][DEBUG ]  librbd1                              x86_64  2:10.2.11-0.el7    Ceph     2.5 M
  2191. [osd3][DEBUG ]  librgw2                              x86_64  2:10.2.11-0.el7    Ceph     3.0 M
  2192. [osd3][DEBUG ]  lttng-ust                            x86_64  2.4.1-4.el7        epel     176 k
  2193. [osd3][DEBUG ]  mailcap                              noarch  2.1.41-2.el7       base      31 k
  2194. [osd3][DEBUG ]  psmisc                               x86_64  22.20-15.el7       base     141 k
  2195. [osd3][DEBUG ]  python-babel                         noarch  0.9.6-8.el7        base     1.4 M
  2196. [osd3][DEBUG ]  python-backports                     x86_64  1.0-8.el7          base     5.8 k
  2197. [osd3][DEBUG ]  python-backports-ssl_match_hostname  noarch  3.5.0.1-1.el7      base      13 k
  2198. [osd3][DEBUG ]  python-cephfs                        x86_64  2:10.2.11-0.el7    Ceph      78 k
  2199. [osd3][DEBUG ]  python-chardet                       noarch  2.2.1-1.el7_1      base     227 k
  2200. [osd3][DEBUG ]  python-flask                         noarch  1:0.10.1-4.el7     extras   204 k
  2201. [osd3][DEBUG ]  python-ipaddress                     noarch  1.0.16-2.el7       base      34 k
  2202. [osd3][DEBUG ]  python-itsdangerous                  noarch  0.23-2.el7         extras    24 k
  2203. [osd3][DEBUG ]  python-jinja2                        noarch  2.7.2-3.el7_6      updates  518 k
  2204. [osd3][DEBUG ]  python-markupsafe                    x86_64  0.11-10.el7        base      25 k
  2205. [osd3][DEBUG ]  python-rados                         x86_64  2:10.2.11-0.el7    Ceph     149 k
  2206. [osd3][DEBUG ]  python-rbd                           x86_64  2:10.2.11-0.el7    Ceph      79 k
  2207. [osd3][DEBUG ]  python-requests                      noarch  2.6.0-1.el7_1      base      94 k
  2208. [osd3][DEBUG ]  python-setuptools                    noarch  0.9.8-7.el7        base     397 k
  2209. [osd3][DEBUG ]  python-six                           noarch  1.9.0-2.el7        base      29 k
  2210. [osd3][DEBUG ]  python-urllib3                       noarch  1.10.2-5.el7       base     102 k
  2211. [osd3][DEBUG ]  python-werkzeug                      noarch  0.9.1-2.el7        extras   562 k
  2212. [osd3][DEBUG ]  userspace-rcu                        x86_64  0.7.16-1.el7       epel      73 k
  2213. [osd3][DEBUG ]
  2214. [osd3][DEBUG ] Transaction Summary
  2215. [osd3][DEBUG ] ================================================================================
  2216. [osd3][DEBUG ] Install  2 Packages (+45 Dependent packages)
  2217. [osd3][DEBUG ]
  2218. [osd3][DEBUG ] Total download size: 53 M
  2219. [osd3][DEBUG ] Installed size: 200 M
  2220. [osd3][DEBUG ] Downloading packages:
  2221. [osd3][WARNIN] warning: /var/cache/yum/x86_64/7/epel/packages/fcgi-2.4.0-25.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  2222. [osd3][DEBUG ] Public key for fcgi-2.4.0-25.el7.x86_64.rpm is not installed
  2223. [osd3][DEBUG ] --------------------------------------------------------------------------------
  2224. [osd3][DEBUG ] Total                                               17 MB/s |  53 MB  00:03
  2225. [osd3][DEBUG ] Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  2226. [osd3][WARNIN] Importing GPG key 0x352C64E5:
  2227. [osd3][WARNIN]  Userid     : "Fedora EPEL (7) <epel@fedoraproject.org>"
  2228. [osd3][WARNIN]  Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  2229. [osd3][WARNIN]  Package    : epel-release-7-11.noarch (@extras)
  2230. [osd3][WARNIN]  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  2231. [osd3][DEBUG ] Running transaction check
  2232. [osd3][DEBUG ] Running transaction test
  2233. [osd3][DEBUG ] Transaction test succeeded
  2234. [osd3][DEBUG ] Running transaction
  2235. [osd3][DEBUG ]   Installing : boost-system-1.53.0-27.el7.x86_64                           1/47
  2236. [osd3][DEBUG ]   Installing : boost-thread-1.53.0-27.el7.x86_64                           2/47
  2237. [osd3][DEBUG ]   Installing : boost-iostreams-1.53.0-27.el7.x86_64                        3/47
  2238. [osd3][DEBUG ]   Installing : boost-random-1.53.0-27.el7.x86_64                           4/47
  2239. [osd3][DEBUG ]   Installing : gperftools-libs-2.6.1-1.el7.x86_64                          5/47
  2240. [osd3][DEBUG ]   Installing : 2:libcephfs1-10.2.11-0.el7.x86_64                           6/47
  2241. [osd3][DEBUG ]   Installing : python-ipaddress-1.0.16-2.el7.noarch                        7/47
  2242. [osd3][DEBUG ]   Installing : fcgi-2.4.0-25.el7.x86_64                                    8/47
  2243. [osd3][DEBUG ]   Installing : leveldb-1.12.0-11.el7.x86_64                                9/47
  2244. [osd3][DEBUG ]   Installing : boost-program-options-1.53.0-27.el7.x86_64                 10/47
  2245. [osd3][DEBUG ]   Installing : gdisk-0.8.10-2.el7.x86_64                                  11/47
  2246. [osd3][DEBUG ]   Installing : python-chardet-2.2.1-1.el7_1.noarch                        12/47
  2247. [osd3][DEBUG ]   Installing : python-werkzeug-0.9.1-2.el7.noarch                         13/47
  2248. [osd3][DEBUG ]   Installing : python-backports-1.0-8.el7.x86_64                          14/47
  2249. [osd3][DEBUG ]   Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch   15/47
  2250. [osd3][DEBUG ]   Installing : python-setuptools-0.9.8-7.el7.noarch                       16/47
  2251. [osd3][DEBUG ]   Installing : userspace-rcu-0.7.16-1.el7.x86_64                          17/47
  2252. [osd3][DEBUG ]   Installing : lttng-ust-2.4.1-4.el7.x86_64                               18/47
  2253. [osd3][DEBUG ]   Installing : 2:librados2-10.2.11-0.el7.x86_64                           19/47
  2254. [osd3][DEBUG ]   Installing : 2:librbd1-10.2.11-0.el7.x86_64                             20/47
  2255. [osd3][DEBUG ]   Installing : 2:python-rados-10.2.11-0.el7.x86_64                        21/47
  2256. [osd3][DEBUG ]   Installing : 2:librgw2-10.2.11-0.el7.x86_64                             22/47
  2257. [osd3][DEBUG ]   Installing : 2:python-rbd-10.2.11-0.el7.x86_64                          23/47
  2258. [osd3][DEBUG ]   Installing : 2:python-cephfs-10.2.11-0.el7.x86_64                       24/47
  2259. [osd3][DEBUG ]   Installing : 2:libradosstriper1-10.2.11-0.el7.x86_64                    25/47
  2260. [osd3][DEBUG ]   Installing : psmisc-22.20-15.el7.x86_64                                 26/47
  2261. [osd3][DEBUG ]   Installing : python-markupsafe-0.11-10.el7.x86_64                       27/47
  2262. [osd3][DEBUG ]   Installing : python-six-1.9.0-2.el7.noarch                              28/47
  2263. [osd3][DEBUG ]   Installing : python-urllib3-1.10.2-5.el7.noarch                         29/47
  2264. [osd3][DEBUG ]   Installing : python-requests-2.6.0-1.el7_1.noarch                       30/47
  2265. [osd3][DEBUG ]   Installing : python-babel-0.9.6-8.el7.noarch                            31/47
  2266. [osd3][DEBUG ]   Installing : python-jinja2-2.7.2-3.el7_6.noarch                         32/47
  2267. [osd3][DEBUG ]   Installing : python-itsdangerous-0.23-2.el7.noarch                      33/47
  2268. [osd3][DEBUG ]   Installing : 1:python-flask-0.10.1-4.el7.noarch                         34/47
  2269. [osd3][DEBUG ]   Installing : cryptsetup-2.0.3-3.el7.x86_64                              35/47
  2270. [osd3][DEBUG ]   Installing : hdparm-9.43-5.el7.x86_64                                   36/47
  2271. [osd3][DEBUG ]   Installing : libbabeltrace-1.2.4-3.el7.x86_64                           37/47
  2272. [osd3][DEBUG ]   Installing : boost-regex-1.53.0-27.el7.x86_64                           38/47
  2273. [osd3][DEBUG ]   Installing : 2:ceph-common-10.2.11-0.el7.x86_64                         39/47
  2274. [osd3][DEBUG ]   Installing : 2:ceph-base-10.2.11-0.el7.x86_64                           40/47
  2275. [osd3][DEBUG ]   Installing : 2:ceph-selinux-10.2.11-0.el7.x86_64                        41/47
  2276. [osd3][DEBUG ]   Installing : 2:ceph-osd-10.2.11-0.el7.x86_64                            42/47
  2277. [osd3][DEBUG ]   Installing : 2:ceph-mds-10.2.11-0.el7.x86_64                            43/47
  2278. [osd3][DEBUG ]   Installing : 2:ceph-mon-10.2.11-0.el7.x86_64                            44/47
  2279. [osd3][DEBUG ]   Installing : mailcap-2.1.41-2.el7.noarch                                45/47
  2280. [osd3][DEBUG ]   Installing : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        46/47
  2281. [osd3][DEBUG ]   Installing : 2:ceph-10.2.11-0.el7.x86_64                                47/47
  2282. [osd3][DEBUG ]   Verifying  : boost-system-1.53.0-27.el7.x86_64                           1/47
  2283. [osd3][DEBUG ]   Verifying  : 1:python-flask-0.10.1-4.el7.noarch                          2/47
  2284. [osd3][DEBUG ]   Verifying  : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch    3/47
  2285. [osd3][DEBUG ]   Verifying  : 2:ceph-common-10.2.11-0.el7.x86_64                          4/47
  2286. [osd3][DEBUG ]   Verifying  : mailcap-2.1.41-2.el7.noarch                                 5/47
  2287. [osd3][DEBUG ]   Verifying  : boost-regex-1.53.0-27.el7.x86_64                            6/47
  2288. [osd3][DEBUG ]   Verifying  : 2:ceph-osd-10.2.11-0.el7.x86_64                             7/47
  2289. [osd3][DEBUG ]   Verifying  : python-setuptools-0.9.8-7.el7.noarch                        8/47
  2290. [osd3][DEBUG ]   Verifying  : libbabeltrace-1.2.4-3.el7.x86_64                            9/47
  2291. [osd3][DEBUG ]   Verifying  : hdparm-9.43-5.el7.x86_64                                   10/47
  2292. [osd3][DEBUG ]   Verifying  : 2:libcephfs1-10.2.11-0.el7.x86_64                          11/47
  2293. [osd3][DEBUG ]   Verifying  : cryptsetup-2.0.3-3.el7.x86_64                              12/47
  2294. [osd3][DEBUG ]   Verifying  : 2:ceph-10.2.11-0.el7.x86_64                                13/47
  2295. [osd3][DEBUG ]   Verifying  : python-itsdangerous-0.23-2.el7.noarch                      14/47
  2296. [osd3][DEBUG ]   Verifying  : 2:libradosstriper1-10.2.11-0.el7.x86_64                    15/47
  2297. [osd3][DEBUG ]   Verifying  : python-jinja2-2.7.2-3.el7_6.noarch                         16/47
  2298. [osd3][DEBUG ]   Verifying  : boost-thread-1.53.0-27.el7.x86_64                          17/47
  2299. [osd3][DEBUG ]   Verifying  : python-babel-0.9.6-8.el7.noarch                            18/47
  2300. [osd3][DEBUG ]   Verifying  : boost-random-1.53.0-27.el7.x86_64                          19/47
  2301. [osd3][DEBUG ]   Verifying  : boost-program-options-1.53.0-27.el7.x86_64                 20/47
  2302. [osd3][DEBUG ]   Verifying  : python-six-1.9.0-2.el7.noarch                              21/47
  2303. [osd3][DEBUG ]   Verifying  : python-urllib3-1.10.2-5.el7.noarch                         22/47
  2304. [osd3][DEBUG ]   Verifying  : leveldb-1.12.0-11.el7.x86_64                               23/47
  2305. [osd3][DEBUG ]   Verifying  : 2:librados2-10.2.11-0.el7.x86_64                           24/47
  2306. [osd3][DEBUG ]   Verifying  : python-markupsafe-0.11-10.el7.x86_64                       25/47
  2307. [osd3][DEBUG ]   Verifying  : fcgi-2.4.0-25.el7.x86_64                                   26/47
  2308. [osd3][DEBUG ]   Verifying  : psmisc-22.20-15.el7.x86_64                                 27/47
  2309. [osd3][DEBUG ]   Verifying  : lttng-ust-2.4.1-4.el7.x86_64                               28/47
  2310. [osd3][DEBUG ]   Verifying  : 2:ceph-radosgw-10.2.11-0.el7.x86_64                        29/47
  2311. [osd3][DEBUG ]   Verifying  : 2:librbd1-10.2.11-0.el7.x86_64                             30/47
  2312. [osd3][DEBUG ]   Verifying  : boost-iostreams-1.53.0-27.el7.x86_64                       31/47
  2313. [osd3][DEBUG ]   Verifying  : 2:python-rados-10.2.11-0.el7.x86_64                        32/47
  2314. [osd3][DEBUG ]   Verifying  : userspace-rcu-0.7.16-1.el7.x86_64                          33/47
  2315. [osd3][DEBUG ]   Verifying  : python-backports-1.0-8.el7.x86_64                          34/47
  2316. [osd3][DEBUG ]   Verifying  : python-werkzeug-0.9.1-2.el7.noarch                         35/47
  2317. [osd3][DEBUG ]   Verifying  : 2:librgw2-10.2.11-0.el7.x86_64                             36/47
  2318. [osd3][DEBUG ]   Verifying  : 2:ceph-mds-10.2.11-0.el7.x86_64                            37/47
  2319. [osd3][DEBUG ]   Verifying  : 2:python-rbd-10.2.11-0.el7.x86_64                          38/47
  2320. [osd3][DEBUG ]   Verifying  : 2:ceph-selinux-10.2.11-0.el7.x86_64                        39/47
  2321. [osd3][DEBUG ]   Verifying  : python-requests-2.6.0-1.el7_1.noarch                       40/47
  2322. [osd3][DEBUG ]   Verifying  : gperftools-libs-2.6.1-1.el7.x86_64                         41/47
  2323. [osd3][DEBUG ]   Verifying  : 2:python-cephfs-10.2.11-0.el7.x86_64                       42/47
  2324. [osd3][DEBUG ]   Verifying  : python-ipaddress-1.0.16-2.el7.noarch                       43/47
  2325. [osd3][DEBUG ]   Verifying  : python-chardet-2.2.1-1.el7_1.noarch                        44/47
  2326. [osd3][DEBUG ]   Verifying  : gdisk-0.8.10-2.el7.x86_64                                  45/47
  2327. [osd3][DEBUG ]   Verifying  : 2:ceph-mon-10.2.11-0.el7.x86_64                            46/47
  2328. [osd3][DEBUG ]   Verifying  : 2:ceph-base-10.2.11-0.el7.x86_64                           47/47
  2329. [osd3][DEBUG ]
  2330. [osd3][DEBUG ] Installed:
  2331. [osd3][DEBUG ]   ceph.x86_64 2:10.2.11-0.el7        ceph-radosgw.x86_64 2:10.2.11-0.el7
  2332. [osd3][DEBUG ]
  2333. [osd3][DEBUG ] Dependency Installed:
  2334. [osd3][DEBUG ]   boost-iostreams.x86_64 0:1.53.0-27.el7
  2335. [osd3][DEBUG ]   boost-program-options.x86_64 0:1.53.0-27.el7
  2336. [osd3][DEBUG ]   boost-random.x86_64 0:1.53.0-27.el7
  2337. [osd3][DEBUG ]   boost-regex.x86_64 0:1.53.0-27.el7
  2338. [osd3][DEBUG ]   boost-system.x86_64 0:1.53.0-27.el7
  2339. [osd3][DEBUG ]   boost-thread.x86_64 0:1.53.0-27.el7
  2340. [osd3][DEBUG ]   ceph-base.x86_64 2:10.2.11-0.el7
  2341. [osd3][DEBUG ]   ceph-common.x86_64 2:10.2.11-0.el7
  2342. [osd3][DEBUG ]   ceph-mds.x86_64 2:10.2.11-0.el7
  2343. [osd3][DEBUG ]   ceph-mon.x86_64 2:10.2.11-0.el7
  2344. [osd3][DEBUG ]   ceph-osd.x86_64 2:10.2.11-0.el7
  2345. [osd3][DEBUG ]   ceph-selinux.x86_64 2:10.2.11-0.el7
  2346. [osd3][DEBUG ]   cryptsetup.x86_64 0:2.0.3-3.el7
  2347. [osd3][DEBUG ]   fcgi.x86_64 0:2.4.0-25.el7
  2348. [osd3][DEBUG ]   gdisk.x86_64 0:0.8.10-2.el7
  2349. [osd3][DEBUG ]   gperftools-libs.x86_64 0:2.6.1-1.el7
  2350. [osd3][DEBUG ]   hdparm.x86_64 0:9.43-5.el7
  2351. [osd3][DEBUG ]   leveldb.x86_64 0:1.12.0-11.el7
  2352. [osd3][DEBUG ]   libbabeltrace.x86_64 0:1.2.4-3.el7
  2353. [osd3][DEBUG ]   libcephfs1.x86_64 2:10.2.11-0.el7
  2354. [osd3][DEBUG ]   librados2.x86_64 2:10.2.11-0.el7
  2355. [osd3][DEBUG ]   libradosstriper1.x86_64 2:10.2.11-0.el7
  2356. [osd3][DEBUG ]   librbd1.x86_64 2:10.2.11-0.el7
  2357. [osd3][DEBUG ]   librgw2.x86_64 2:10.2.11-0.el7
  2358. [osd3][DEBUG ]   lttng-ust.x86_64 0:2.4.1-4.el7
  2359. [osd3][DEBUG ]   mailcap.noarch 0:2.1.41-2.el7
  2360. [osd3][DEBUG ]   psmisc.x86_64 0:22.20-15.el7
  2361. [osd3][DEBUG ]   python-babel.noarch 0:0.9.6-8.el7
  2362. [osd3][DEBUG ]   python-backports.x86_64 0:1.0-8.el7
  2363. [osd3][DEBUG ]   python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7
  2364. [osd3][DEBUG ]   python-cephfs.x86_64 2:10.2.11-0.el7
  2365. [osd3][DEBUG ]   python-chardet.noarch 0:2.2.1-1.el7_1
  2366. [osd3][DEBUG ]   python-flask.noarch 1:0.10.1-4.el7
  2367. [osd3][DEBUG ]   python-ipaddress.noarch 0:1.0.16-2.el7
  2368. [osd3][DEBUG ]   python-itsdangerous.noarch 0:0.23-2.el7
  2369. [osd3][DEBUG ]   python-jinja2.noarch 0:2.7.2-3.el7_6
  2370. [osd3][DEBUG ]   python-markupsafe.x86_64 0:0.11-10.el7
  2371. [osd3][DEBUG ]   python-rados.x86_64 2:10.2.11-0.el7
  2372. [osd3][DEBUG ]   python-rbd.x86_64 2:10.2.11-0.el7
  2373. [osd3][DEBUG ]   python-requests.noarch 0:2.6.0-1.el7_1
  2374. [osd3][DEBUG ]   python-setuptools.noarch 0:0.9.8-7.el7
  2375. [osd3][DEBUG ]   python-six.noarch 0:1.9.0-2.el7
  2376. [osd3][DEBUG ]   python-urllib3.noarch 0:1.10.2-5.el7
  2377. [osd3][DEBUG ]   python-werkzeug.noarch 0:0.9.1-2.el7
  2378. [osd3][DEBUG ]   userspace-rcu.x86_64 0:0.7.16-1.el7
  2379. [osd3][DEBUG ]
  2380. [osd3][DEBUG ] Complete!
  2381. [osd3][INFO  ] Running command: sudo ceph --version
  2382. [osd3][DEBUG ] ceph version 10.2.11 (e4b061b47f07f583c92a050d9e84b1813a35671e)
  2383.  

Reply to "ceph-deploy install"

Here you can reply to the paste above