)]}'
{"devstack/lib/ceph":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"921cd688a54ad720bb852defc4961da34e557db8","unresolved":false,"context_lines":[{"line_number":787,"context_line":"function cleanup_nfs_ganesha {"},{"line_number":788,"context_line":"    sudo systemctl stop nfs-ganesha"},{"line_number":789,"context_line":"    sudo systemctl disable nfs-ganesha"},{"line_number":790,"context_line":"    sudo uninstall_package nfs-ganesha nfs-ganesha-ceph libntirpc1"},{"line_number":791,"context_line":"}"},{"line_number":792,"context_line":""},{"line_number":793,"context_line":"function configure_ceph_embedded_manila {"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"9f560f44_1014b69e","line":790,"range":{"start_line":790,"start_character":56,"end_line":790,"end_character":66},"updated":"2020-10-05 18:57:05.000000000","message":"libntirpc3","commit_id":"7b3c1e23f69440343d2ded9797f1935ea6b1ce8d"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"921cd688a54ad720bb852defc4961da34e557db8","unresolved":false,"context_lines":[{"line_number":1006,"context_line":"    if is_ubuntu; then"},{"line_number":1007,"context_line":"            # FIXME(vkmc) We need to use community ppa\u0027s because there is no build available"},{"line_number":1008,"context_line":"            # for ubuntu xenial and above for nfs-ganesha-2.7."},{"line_number":1009,"context_line":"            # Remove this when they provide the build in download.ceph.com"},{"line_number":1010,"context_line":"            sudo rm -rf /etc/apt/sources.list.d/nfs-ganesha-ubuntu-libntirpc-1_7-*.list"},{"line_number":1011,"context_line":"            sudo rm -rf /etc/apt/sources.list.d/nfs-ganesha-ubuntu-nfs-ganesha-2_7-*.list"},{"line_number":1012,"context_line":"    elif is_fedora; then"},{"line_number":1013,"context_line":"        sudo rm -rf /etc/yum.repos.d/nfs-ganesha.repo"},{"line_number":1014,"context_line":"    fi"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"9f560f44_d0407ea5","line":1011,"range":{"start_line":1009,"start_character":12,"end_line":1011,"end_character":89},"updated":"2020-10-05 18:57:05.000000000","message":"Needs update..","commit_id":"7b3c1e23f69440343d2ded9797f1935ea6b1ce8d"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"921cd688a54ad720bb852defc4961da34e557db8","unresolved":false,"context_lines":[{"line_number":1023,"context_line":"        else"},{"line_number":1024,"context_line":"            configure_repo_nfsganesha \"apt-get\" \"$GANESHA_RELEASE\" \"$CEPH_RELEASE\""},{"line_number":1025,"context_line":"        fi"},{"line_number":1026,"context_line":"        CEPH_PACKAGES\u003d\"${CEPH_PACKAGES} libntirpc1 nfs-ganesha nfs-ganesha-ceph\""},{"line_number":1027,"context_line":"    fi"},{"line_number":1028,"context_line":""},{"line_number":1029,"context_line":"    if python3_enabled; then"}],"source_content_type":"application/x-shellscript","patch_set":1,"id":"9f560f44_3011fab0","line":1026,"range":{"start_line":1026,"start_character":40,"end_line":1026,"end_character":50},"updated":"2020-10-05 18:57:05.000000000","message":"this is libntirpc3 in case of 3.0\n\n\nCan we bump it to libntirpc3 for fedora/centos as well?","commit_id":"7b3c1e23f69440343d2ded9797f1935ea6b1ce8d"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"163226742899918a888ae003acd61f73e261a0cd","unresolved":false,"context_lines":[{"line_number":990,"context_line":"        # Remove this when they provide the build in download.ceph.com"},{"line_number":991,"context_line":"        sudo add-apt-repository -y ppa:nfs-ganesha/libntirpc-1.7"},{"line_number":992,"context_line":"        sudo add-apt-repository -y ppa:nfs-ganesha/nfs-ganesha-2.7"},{"line_number":993,"context_line":"        sudo ${package_manager} -y update"},{"line_number":994,"context_line":"    elif is_fedora; then"},{"line_number":995,"context_line":"        dnf_add_repository_nfsganesha ${ganesha_release} ${ceph_release}"},{"line_number":996,"context_line":"    fi"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"9f560f44_ea7c97eb","side":"PARENT","line":993,"range":{"start_line":993,"start_character":8,"end_line":993,"end_character":41},"updated":"2020-10-07 08:10:48.000000000","message":"this got lost but somehow it managed to install the packages anyway (possibly ran update later)","commit_id":"1e742ac62abdeb65637912fb15e965ae9a0b8dbf"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"163226742899918a888ae003acd61f73e261a0cd","unresolved":false,"context_lines":[{"line_number":981,"context_line":"# - ceph_release: ceph_luminous, ceph_nautilus"},{"line_number":982,"context_line":"function configure_repo_nfsganesha {"},{"line_number":983,"context_line":"    local package_manager\u003d\"$1\""},{"line_number":984,"context_line":"    local ganesha_release\u003d\"$2\""},{"line_number":985,"context_line":"    local ceph_release\u003d\"$3\""},{"line_number":986,"context_line":""},{"line_number":987,"context_line":"    if is_ubuntu; then"},{"line_number":988,"context_line":"            # FIXME(vkmc) We need to use community ppa\u0027s because there are no builds"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"9f560f44_6a70870a","line":985,"range":{"start_line":984,"start_character":4,"end_line":985,"end_character":27},"updated":"2020-10-07 08:10:48.000000000","message":"sad ubuntu does not use these","commit_id":"118ac4e7f9c1f6a5dcc385de8ef9fe65b0ae5d86"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"163226742899918a888ae003acd61f73e261a0cd","unresolved":false,"context_lines":[{"line_number":985,"context_line":"    local ceph_release\u003d\"$3\""},{"line_number":986,"context_line":""},{"line_number":987,"context_line":"    if is_ubuntu; then"},{"line_number":988,"context_line":"            # FIXME(vkmc) We need to use community ppa\u0027s because there are no builds"},{"line_number":989,"context_line":"            # for ubuntu bionic and ubuntu focal available for nfs-ganesha 2.7 and above"},{"line_number":990,"context_line":"            # Remove this when they provide the build in download.ceph.com"},{"line_number":991,"context_line":"            sudo add-apt-repository -y ppa:nfs-ganesha/libntirpc-3.0"},{"line_number":992,"context_line":"            sudo add-apt-repository -y ppa:nfs-ganesha/nfs-ganesha-3.0"},{"line_number":993,"context_line":"    elif is_fedora; then"},{"line_number":994,"context_line":"        dnf_add_repository_nfsganesha rpm-${ganesha_release} ${ceph_release}"},{"line_number":995,"context_line":"    fi"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"9f560f44_aa11ffb1","line":992,"range":{"start_line":988,"start_character":16,"end_line":992,"end_character":25},"updated":"2020-10-07 08:10:48.000000000","message":"nit: something happened to the indentation here","commit_id":"118ac4e7f9c1f6a5dcc385de8ef9fe65b0ae5d86"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"163226742899918a888ae003acd61f73e261a0cd","unresolved":false,"context_lines":[{"line_number":999,"context_line":"# Usage: cleanup_repo_nfsganesha"},{"line_number":1000,"context_line":"function cleanup_repo_nfsganesha {"},{"line_number":1001,"context_line":"    if is_ubuntu; then"},{"line_number":1002,"context_line":"            # FIXME(vkmc) We need to use community ppa\u0027s because there are no builds"},{"line_number":1003,"context_line":"            # for ubuntu bionic and ubuntu focal available for nfs-ganesha 2.7 and above"},{"line_number":1004,"context_line":"            # Remove this when they provide the builds in download.ceph.com"},{"line_number":1005,"context_line":"            sudo rm -rf /etc/apt/sources.list.d/nfs-ganesha-ubuntu-libntirpc-3_0-*.list"},{"line_number":1006,"context_line":"            sudo rm -rf /etc/apt/sources.list.d/nfs-ganesha-ubuntu-nfs-ganesha-3_0-*.list"},{"line_number":1007,"context_line":"    elif is_fedora; then"},{"line_number":1008,"context_line":"        sudo rm -rf /etc/yum.repos.d/nfs-ganesha.repo"},{"line_number":1009,"context_line":"    fi"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"9f560f44_ea07776f","line":1006,"range":{"start_line":1002,"start_character":16,"end_line":1006,"end_character":21},"updated":"2020-10-07 08:10:48.000000000","message":"nit: and here it could be moved left as well","commit_id":"118ac4e7f9c1f6a5dcc385de8ef9fe65b0ae5d86"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"78a1aab525ee45d59e74f82c22895c7a528374eb","unresolved":false,"context_lines":[{"line_number":990,"context_line":"        # Remove this when they provide the build in download.ceph.com"},{"line_number":991,"context_line":"        sudo add-apt-repository -y ppa:nfs-ganesha/libntirpc-3.0"},{"line_number":992,"context_line":"        sudo add-apt-repository -y ppa:nfs-ganesha/nfs-ganesha-3.0"},{"line_number":993,"context_line":"\tsudo ${package_manager} -y update"},{"line_number":994,"context_line":"    elif is_fedora; then"},{"line_number":995,"context_line":"        dnf_add_repository_nfsganesha rpm-${ganesha_release} ${ceph_release}"},{"line_number":996,"context_line":"    fi"}],"source_content_type":"application/x-shellscript","patch_set":7,"id":"9f560f44_6d1fef08","line":993,"range":{"start_line":993,"start_character":0,"end_line":993,"end_character":1},"updated":"2020-10-08 07:00:28.000000000","message":"tabs are evil","commit_id":"249a3faf018436eeda6f9c8d3c119746c6902f8b"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"7c6709e83957c3fdd050e2eb2fe65bac0593cfa4","unresolved":false,"context_lines":[{"line_number":990,"context_line":"        # Remove this when they provide the build in download.ceph.com"},{"line_number":991,"context_line":"        sudo add-apt-repository -y ppa:nfs-ganesha/libntirpc-3.0"},{"line_number":992,"context_line":"        sudo add-apt-repository -y ppa:nfs-ganesha/nfs-ganesha-3.0"},{"line_number":993,"context_line":"\tsudo ${package_manager} -y update"},{"line_number":994,"context_line":"    elif is_fedora; then"},{"line_number":995,"context_line":"        dnf_add_repository_nfsganesha rpm-${ganesha_release} ${ceph_release}"},{"line_number":996,"context_line":"    fi"}],"source_content_type":"application/x-shellscript","patch_set":7,"id":"9f560f44_15e45e0d","line":993,"range":{"start_line":993,"start_character":0,"end_line":993,"end_character":1},"in_reply_to":"9f560f44_16047b7d","updated":"2020-10-09 15:18:55.000000000","message":"https://www.emacswiki.org/emacs/TabsAreEvil","commit_id":"249a3faf018436eeda6f9c8d3c119746c6902f8b"},{"author":{"_account_id":6413,"name":"Victoria Martinez de la Cruz","email":"victoria@redhat.com","username":"vkmc"},"change_message_id":"c228b2fbe81b16695249af83c4c06d60fec247b0","unresolved":false,"context_lines":[{"line_number":990,"context_line":"        # Remove this when they provide the build in download.ceph.com"},{"line_number":991,"context_line":"        sudo add-apt-repository -y ppa:nfs-ganesha/libntirpc-3.0"},{"line_number":992,"context_line":"        sudo add-apt-repository -y ppa:nfs-ganesha/nfs-ganesha-3.0"},{"line_number":993,"context_line":"\tsudo ${package_manager} -y update"},{"line_number":994,"context_line":"    elif is_fedora; then"},{"line_number":995,"context_line":"        dnf_add_repository_nfsganesha rpm-${ganesha_release} ${ceph_release}"},{"line_number":996,"context_line":"    fi"}],"source_content_type":"application/x-shellscript","patch_set":7,"id":"9f560f44_16047b7d","line":993,"range":{"start_line":993,"start_character":0,"end_line":993,"end_character":1},"in_reply_to":"9f560f44_6d1fef08","updated":"2020-10-08 20:24:04.000000000","message":"xD","commit_id":"249a3faf018436eeda6f9c8d3c119746c6902f8b"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"124c20f39f1010d45517df826ef16bb016d45359","unresolved":false,"context_lines":[{"line_number":1020,"context_line":"            configure_repo_nfsganesha \"apt-get\" \"$GANESHA_RELEASE\" \"$CEPH_RELEASE\""},{"line_number":1021,"context_line":"        fi"},{"line_number":1022,"context_line":"        CEPH_PACKAGES\u003d\"${CEPH_PACKAGES} libntirpc3 nfs-ganesha nfs-ganesha-ceph \\"},{"line_number":1023,"context_line":"\t\t                        nfs-ganesha-rados-urls nfs-ganesha-vfs\""},{"line_number":1024,"context_line":"    fi"},{"line_number":1025,"context_line":""},{"line_number":1026,"context_line":"    if python3_enabled; then"}],"source_content_type":"application/x-shellscript","patch_set":8,"id":"9f560f44_75303a9f","line":1023,"range":{"start_line":1023,"start_character":0,"end_line":1023,"end_character":2},"updated":"2020-10-09 15:17:36.000000000","message":"tab tab","commit_id":"5434c6f8f04d4b8793c466437bdfee01ade1fc2d"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"124c20f39f1010d45517df826ef16bb016d45359","unresolved":false,"context_lines":[{"line_number":1033,"context_line":"        # NOTE(vkmc) el7 packages work on Fedora"},{"line_number":1034,"context_line":"        configure_repo_nfsganesha \"dnf\" \"$GANESHA_RELEASE\" \"$CEPH_RELEASE\""},{"line_number":1035,"context_line":"        CEPH_PACKAGES\u003d\"${CEPH_PACKAGES} nfs-ganesha nfs-ganesha-ceph \\"},{"line_number":1036,"context_line":"\t\t                        nfs-ganesha-rados-urls nfs-ganesha-vfs\""},{"line_number":1037,"context_line":"    fi"},{"line_number":1038,"context_line":"}"},{"line_number":1039,"context_line":""}],"source_content_type":"application/x-shellscript","patch_set":8,"id":"9f560f44_d5214651","line":1036,"range":{"start_line":1036,"start_character":0,"end_line":1036,"end_character":2},"updated":"2020-10-09 15:17:36.000000000","message":"tab tab","commit_id":"5434c6f8f04d4b8793c466437bdfee01ade1fc2d"}]}
