)]}'
{"docker/ceph/ceph-mon/extend_start.sh":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"b6249be591531ba5c47c7cf012c7cbde0d10e70e","unresolved":false,"context_lines":[{"line_number":39,"context_line":"    ceph-authtool --create-keyring \"${KEYRING_TMP}\" --import-keyring \"${KEYRING_ADMIN}\""},{"line_number":40,"context_line":"    ceph-authtool \"${KEYRING_TMP}\" --import-keyring \"${KEYRING_MON}\""},{"line_number":41,"context_line":"    mkdir -p \"${MON_DIR}\""},{"line_number":42,"context_line":"    ceph-mon --mkfs -i \"${HOSTNAME}\" --keyring \"${KEYRING_TMP}\""},{"line_number":43,"context_line":"    rm \"${KEYRING_TMP}\""},{"line_number":44,"context_line":"fi"}],"source_content_type":"text/x-sh","patch_set":1,"id":"3fce034c_d859855a","line":42,"updated":"2019-04-15 12:48:05.000000000","message":"Seems like it could be dangerous to remove this argument without understanding what its for. These docs suggest it is necessary: http://docs.ceph.com/docs/master/rados/operations/add-or-rm-mons/?highlight\u003dmonmap.","commit_id":"ee64718187d8301ac8f9630d4694676b2bdce2a8"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"02944c979f5c145ffd07717b499f0a5d8a4c68bc","unresolved":false,"context_lines":[{"line_number":41,"context_line":"    mkdir -p \"${MON_DIR}\""},{"line_number":42,"context_line":""},{"line_number":43,"context_line":"    mon_stat\u003d$(ceph mon stat --connect-timeout 1 || true)"},{"line_number":44,"context_line":"    mon_check\u003d$(echo $mon_stat | awk \u0027/mons/{print $0}\u0027 | wc -l)"},{"line_number":45,"context_line":"    if [[ ${mon_check} -eq 0 ]]; then"},{"line_number":46,"context_line":"        ceph-mon --mkfs -i \"${HOSTNAME}\" --keyring \"${KEYRING_TMP}\""},{"line_number":47,"context_line":"    else"}],"source_content_type":"text/x-sh","patch_set":5,"id":"bfb3d3c7_b6684687","line":44,"updated":"2019-05-22 10:20:32.000000000","message":"There may be a corner case here if we\u0027re adding a new mon when all other mons have been stopped, but we can probably accept that as it is a strange thing to do.","commit_id":"285814353af29395932e15d78c6a154796978a21"}]}
