)]}'
{"ansible/roles/baremetal/defaults/main.yml":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"06fc90eba22a650e776b95e0f4b9ca86141c1369","unresolved":false,"context_lines":[{"line_number":80,"context_line":" - git"},{"line_number":81,"context_line":" - \"{% if not easy_install_available %}python-pip{% endif %}\""},{"line_number":82,"context_line":" - python-setuptools"},{"line_number":83,"context_line":" - \"{% if enable_ceph_nfs|bool %}rpcbind{% endif %}\""},{"line_number":84,"context_line":" - ntp"},{"line_number":85,"context_line":""},{"line_number":86,"context_line":"redhat_pkg_install:"}],"source_content_type":"text/x-yaml","patch_set":11,"id":"7faddb67_21bcfc67","line":83,"updated":"2019-07-10 16:20:15.000000000","message":"I\u0027m open to this if it gets ceph-nfs working. It won\u0027t affect people who don\u0027t enable it. Are there any potential negative side effects to installing rpcbind?","commit_id":"5ea17c11469cbf6419c21bd90a12886901bf7760"},{"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":"fc157c6a2664d9c6ba788fc63317a4c6b2f41933","unresolved":false,"context_lines":[{"line_number":80,"context_line":" - git"},{"line_number":81,"context_line":" - \"{% if not easy_install_available %}python-pip{% endif %}\""},{"line_number":82,"context_line":" - python-setuptools"},{"line_number":83,"context_line":" - \"{% if enable_ceph_nfs|bool %}rpcbind{% endif %}\""},{"line_number":84,"context_line":" - ntp"},{"line_number":85,"context_line":""},{"line_number":86,"context_line":"redhat_pkg_install:"}],"source_content_type":"text/x-yaml","patch_set":11,"id":"7faddb67_6ced0b24","line":83,"in_reply_to":"7faddb67_21bcfc67","updated":"2019-07-10 16:32:08.000000000","message":"None I am aware of. You have a point in there. It is not making non-ceph-nfs builds any different. Though it might be useful to make a note that rebootstrapping is required for ceph-nfs to be enabled later.","commit_id":"5ea17c11469cbf6419c21bd90a12886901bf7760"},{"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":"b54f842176687239d65b6c3aebeb8d7e0aa52471","unresolved":false,"context_lines":[{"line_number":81,"context_line":" - \"{% if not easy_install_available %}python-pip{% endif %}\""},{"line_number":82,"context_line":" - python-setuptools"},{"line_number":83,"context_line":" - ntp"},{"line_number":84,"context_line":" - \"{% if enable_ceph_nfs|bool %}rpcbind{% endif %}\""},{"line_number":85,"context_line":""},{"line_number":86,"context_line":"redhat_pkg_install:"},{"line_number":87,"context_line":" - epel-release"}],"source_content_type":"text/x-yaml","patch_set":14,"id":"7faddb67_3ad382d7","line":84,"updated":"2019-07-15 19:19:09.000000000","message":"let\u0027s slap a comment ;D","commit_id":"bfe44fe32d1566e7b2b98405dded23aabd3d817c"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"7651c98abe14bb271ac29bc8321f38e87527e166","unresolved":false,"context_lines":[{"line_number":81,"context_line":" - \"{% if not easy_install_available %}python-pip{% endif %}\""},{"line_number":82,"context_line":" - python-setuptools"},{"line_number":83,"context_line":" - ntp"},{"line_number":84,"context_line":" - \"{% if enable_ceph_nfs|bool %}rpcbind{% endif %}\""},{"line_number":85,"context_line":""},{"line_number":86,"context_line":"redhat_pkg_install:"},{"line_number":87,"context_line":" - epel-release"}],"source_content_type":"text/x-yaml","patch_set":14,"id":"7faddb67_d129ec89","line":84,"in_reply_to":"7faddb67_3ad382d7","updated":"2019-07-16 08:15:34.000000000","message":"Done","commit_id":"bfe44fe32d1566e7b2b98405dded23aabd3d817c"}],"doc/source/reference/storage/ceph-guide.rst":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"95d731b21157ff7d766cd3714e86e94e07b2f942","unresolved":false,"context_lines":[{"line_number":190,"context_line":"    compatibility with Swift API completely. After changing the value, run the"},{"line_number":191,"context_line":"    \"reconfigure“ command to enable."},{"line_number":192,"context_line":""},{"line_number":193,"context_line":"Configure the Ceph store type in ``ansible/group_vars/all.yml``, the default"},{"line_number":194,"context_line":"value is ``bluestore`` in Rocky:"},{"line_number":195,"context_line":""},{"line_number":196,"context_line":".. code-block:: yaml"},{"line_number":197,"context_line":""},{"line_number":198,"context_line":"   ceph_osd_store_type: \"bluestore\""},{"line_number":199,"context_line":""},{"line_number":200,"context_line":".. note::"},{"line_number":201,"context_line":""},{"line_number":202,"context_line":"    Regarding number of placement groups (PGs)"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"    Kolla sets very conservative values for the number of PGs per pool"},{"line_number":205,"context_line":"    (`ceph_pool_pg_num` and `ceph_pool_pgp_num`). This is in order to ensure"},{"line_number":206,"context_line":"    the majority of users will be able to deploy Ceph out of the box. It is"},{"line_number":207,"context_line":"    *highly* recommended to consult the official Ceph documentation regarding"},{"line_number":208,"context_line":"    these values before running Ceph in any kind of production scenario."},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"RGW requires a healthy cluster in order to be successfully deployed. On initial"},{"line_number":211,"context_line":"start up, RGW will create several pools. The first pool should be in an"}],"source_content_type":"text/x-rst","patch_set":13,"id":"7faddb67_896119ac","side":"PARENT","line":208,"range":{"start_line":193,"start_character":0,"end_line":208,"end_character":72},"updated":"2019-07-15 14:12:19.000000000","message":"And remove this?","commit_id":"26f2aecfa183ac7fb016224036bfe0bdb96d54a2"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"3d1e1a0c0202c69c96c66f0c075f0a2c526b71a7","unresolved":false,"context_lines":[{"line_number":190,"context_line":"    compatibility with Swift API completely. After changing the value, run the"},{"line_number":191,"context_line":"    \"reconfigure“ command to enable."},{"line_number":192,"context_line":""},{"line_number":193,"context_line":"Configure the Ceph store type in ``ansible/group_vars/all.yml``, the default"},{"line_number":194,"context_line":"value is ``bluestore`` in Rocky:"},{"line_number":195,"context_line":""},{"line_number":196,"context_line":".. code-block:: yaml"},{"line_number":197,"context_line":""},{"line_number":198,"context_line":"   ceph_osd_store_type: \"bluestore\""},{"line_number":199,"context_line":""},{"line_number":200,"context_line":".. note::"},{"line_number":201,"context_line":""},{"line_number":202,"context_line":"    Regarding number of placement groups (PGs)"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"    Kolla sets very conservative values for the number of PGs per pool"},{"line_number":205,"context_line":"    (`ceph_pool_pg_num` and `ceph_pool_pgp_num`). This is in order to ensure"},{"line_number":206,"context_line":"    the majority of users will be able to deploy Ceph out of the box. It is"},{"line_number":207,"context_line":"    *highly* recommended to consult the official Ceph documentation regarding"},{"line_number":208,"context_line":"    these values before running Ceph in any kind of production scenario."},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"RGW requires a healthy cluster in order to be successfully deployed. On initial"},{"line_number":211,"context_line":"start up, RGW will create several pools. The first pool should be in an"}],"source_content_type":"text/x-rst","patch_set":13,"id":"7faddb67_0468abb6","side":"PARENT","line":208,"range":{"start_line":193,"start_character":0,"end_line":208,"end_character":72},"in_reply_to":"7faddb67_896119ac","updated":"2019-07-15 16:56:28.000000000","message":"This has been moved to line 234.","commit_id":"26f2aecfa183ac7fb016224036bfe0bdb96d54a2"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"95d731b21157ff7d766cd3714e86e94e07b2f942","unresolved":false,"context_lines":[{"line_number":1,"context_line":".. _ceph-guide:"},{"line_number":2,"context_line":""},{"line_number":3,"context_line":"\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"},{"line_number":4,"context_line":"Ceph - Software Defined Storage (Deprecated)"},{"line_number":5,"context_line":"\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":".. warning::"},{"line_number":8,"context_line":"   Support for deploying Ceph via Kolla Ansible is deprecated. In a future"},{"line_number":9,"context_line":"   release support for deploying Ceph will be removed from Kolla Ansible. Prior"},{"line_number":10,"context_line":"   to this we will ensure a migration path to another tool such as `Ceph"},{"line_number":11,"context_line":"   Ansible \u003chttp://docs.ceph.com/ceph-ansible/master/\u003e`__ is available. For new"},{"line_number":12,"context_line":"   deployments it is recommended to use another tool to deploy Ceph to avoid a"},{"line_number":13,"context_line":"   future migration. This can be integrated with OpenStack by following"},{"line_number":14,"context_line":"   :doc:`external-ceph-guide`."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":".. note::"},{"line_number":17,"context_line":"   The out-of-the-box Ceph deployment requires 3 hosts with at least one block"}],"source_content_type":"text/x-rst","patch_set":13,"id":"7faddb67_c95151db","line":14,"range":{"start_line":3,"start_character":0,"end_line":14,"end_character":30},"updated":"2019-07-15 14:12:19.000000000","message":"Did you mean to add this here?","commit_id":"ca5b6fd273cab3f68989259c0e5a63ee3fd22a15"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"3d1e1a0c0202c69c96c66f0c075f0a2c526b71a7","unresolved":false,"context_lines":[{"line_number":1,"context_line":".. _ceph-guide:"},{"line_number":2,"context_line":""},{"line_number":3,"context_line":"\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"},{"line_number":4,"context_line":"Ceph - Software Defined Storage (Deprecated)"},{"line_number":5,"context_line":"\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":".. warning::"},{"line_number":8,"context_line":"   Support for deploying Ceph via Kolla Ansible is deprecated. In a future"},{"line_number":9,"context_line":"   release support for deploying Ceph will be removed from Kolla Ansible. Prior"},{"line_number":10,"context_line":"   to this we will ensure a migration path to another tool such as `Ceph"},{"line_number":11,"context_line":"   Ansible \u003chttp://docs.ceph.com/ceph-ansible/master/\u003e`__ is available. For new"},{"line_number":12,"context_line":"   deployments it is recommended to use another tool to deploy Ceph to avoid a"},{"line_number":13,"context_line":"   future migration. This can be integrated with OpenStack by following"},{"line_number":14,"context_line":"   :doc:`external-ceph-guide`."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":".. note::"},{"line_number":17,"context_line":"   The out-of-the-box Ceph deployment requires 3 hosts with at least one block"}],"source_content_type":"text/x-rst","patch_set":13,"id":"7faddb67_649cffbf","line":14,"range":{"start_line":3,"start_character":0,"end_line":14,"end_character":30},"in_reply_to":"7faddb67_c95151db","updated":"2019-07-15 16:56:28.000000000","message":"Yeah, I think I forgot to rebase, will do in a minute.","commit_id":"ca5b6fd273cab3f68989259c0e5a63ee3fd22a15"},{"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":"b54f842176687239d65b6c3aebeb8d7e0aa52471","unresolved":false,"context_lines":[{"line_number":219,"context_line":"NFS"},{"line_number":220,"context_line":"~~~"},{"line_number":221,"context_line":""},{"line_number":222,"context_line":"NFS is an optional feature, please enable it in ``/etc/kolla/globals.yml``:"},{"line_number":223,"context_line":""},{"line_number":224,"context_line":".. code-block:: yaml"},{"line_number":225,"context_line":""}],"source_content_type":"text/x-rst","patch_set":14,"id":"7faddb67_9a4cf6c8","line":222,"range":{"start_line":222,"start_character":28,"end_line":222,"end_character":34},"updated":"2019-07-15 19:19:09.000000000","message":"you can/one can","commit_id":"bfe44fe32d1566e7b2b98405dded23aabd3d817c"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"7651c98abe14bb271ac29bc8321f38e87527e166","unresolved":false,"context_lines":[{"line_number":219,"context_line":"NFS"},{"line_number":220,"context_line":"~~~"},{"line_number":221,"context_line":""},{"line_number":222,"context_line":"NFS is an optional feature, please enable it in ``/etc/kolla/globals.yml``:"},{"line_number":223,"context_line":""},{"line_number":224,"context_line":".. code-block:: yaml"},{"line_number":225,"context_line":""}],"source_content_type":"text/x-rst","patch_set":14,"id":"7faddb67_911ff459","line":222,"range":{"start_line":222,"start_character":28,"end_line":222,"end_character":34},"in_reply_to":"7faddb67_9a4cf6c8","updated":"2019-07-16 08:15:34.000000000","message":"Done","commit_id":"bfe44fe32d1566e7b2b98405dded23aabd3d817c"},{"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":"b54f842176687239d65b6c3aebeb8d7e0aa52471","unresolved":false,"context_lines":[{"line_number":231,"context_line":"   ``kolla-ansible bootstrap`` command - it will enable required rpcbind"},{"line_number":232,"context_line":"   configuration."},{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Filestore type"},{"line_number":235,"context_line":"~~~~~~~~~~~~~~"},{"line_number":236,"context_line":""},{"line_number":237,"context_line":"Configure the Ceph store type in ``ansible/group_vars/all.yml``, the default"}],"source_content_type":"text/x-rst","patch_set":14,"id":"7faddb67_7a681a1c","line":234,"range":{"start_line":234,"start_character":0,"end_line":234,"end_character":9},"updated":"2019-07-15 19:19:09.000000000","message":"Store","commit_id":"bfe44fe32d1566e7b2b98405dded23aabd3d817c"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"7651c98abe14bb271ac29bc8321f38e87527e166","unresolved":false,"context_lines":[{"line_number":231,"context_line":"   ``kolla-ansible bootstrap`` command - it will enable required rpcbind"},{"line_number":232,"context_line":"   configuration."},{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Filestore type"},{"line_number":235,"context_line":"~~~~~~~~~~~~~~"},{"line_number":236,"context_line":""},{"line_number":237,"context_line":"Configure the Ceph store type in ``ansible/group_vars/all.yml``, the default"}],"source_content_type":"text/x-rst","patch_set":14,"id":"7faddb67_513dfcc1","line":234,"range":{"start_line":234,"start_character":0,"end_line":234,"end_character":9},"in_reply_to":"7faddb67_7a681a1c","updated":"2019-07-16 08:15:34.000000000","message":"Done","commit_id":"bfe44fe32d1566e7b2b98405dded23aabd3d817c"},{"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":"83618722a93dc80b3b2697d44eeab2637285c5ac","unresolved":false,"context_lines":[{"line_number":232,"context_line":"   configuration."},{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Store type"},{"line_number":235,"context_line":"~~~~~~~~~~~~~~"},{"line_number":236,"context_line":""},{"line_number":237,"context_line":"Configure the Ceph store type in ``ansible/group_vars/all.yml``, the default"},{"line_number":238,"context_line":"value is ``bluestore`` in Rocky:"}],"source_content_type":"text/x-rst","patch_set":15,"id":"7faddb67_713fd8b3","line":235,"range":{"start_line":235,"start_character":0,"end_line":235,"end_character":14},"updated":"2019-07-16 08:18:16.000000000","message":"too long now :-)","commit_id":"92813e9948b81b9655419b9523423fe611ef857d"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"855771309c939affb316b43c1b735fa571e5549a","unresolved":false,"context_lines":[{"line_number":198,"context_line":""},{"line_number":199,"context_line":"    By default RadosGW supports both Swift and S3 API, and it is not"},{"line_number":200,"context_line":"    completely compatible with Swift API. The option `ceph_rgw_compatibility`"},{"line_number":201,"context_line":"    in ``ansible/group_vars/all.yml`` can enable/disable the RadosGW"},{"line_number":202,"context_line":"    compatibility with Swift API completely. After changing the value, run the"},{"line_number":203,"context_line":"    \"reconfigure“ command to enable."},{"line_number":204,"context_line":""}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_1dd555e5","line":201,"range":{"start_line":201,"start_character":9,"end_line":201,"end_character":34},"updated":"2019-07-16 13:02:53.000000000","message":"globals.yml","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"37614587b10982ec6578032b2ca7910467b9cde7","unresolved":false,"context_lines":[{"line_number":198,"context_line":""},{"line_number":199,"context_line":"    By default RadosGW supports both Swift and S3 API, and it is not"},{"line_number":200,"context_line":"    completely compatible with Swift API. The option `ceph_rgw_compatibility`"},{"line_number":201,"context_line":"    in ``ansible/group_vars/all.yml`` can enable/disable the RadosGW"},{"line_number":202,"context_line":"    compatibility with Swift API completely. After changing the value, run the"},{"line_number":203,"context_line":"    \"reconfigure“ command to enable."},{"line_number":204,"context_line":""}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_5e7bc079","line":201,"range":{"start_line":201,"start_character":9,"end_line":201,"end_character":34},"in_reply_to":"7faddb67_1dd555e5","updated":"2019-07-16 17:38:38.000000000","message":"That was there before my changes, but let me fix it :-)","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"855771309c939affb316b43c1b735fa571e5549a","unresolved":false,"context_lines":[{"line_number":228,"context_line":".. note::"},{"line_number":229,"context_line":""},{"line_number":230,"context_line":"   If you are using Ubuntu, please enable Ceph NFS before using"},{"line_number":231,"context_line":"   ``kolla-ansible bootstrap`` command - it will enable required rpcbind"},{"line_number":232,"context_line":"   configuration."},{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Store type"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_1d72354a","line":231,"range":{"start_line":231,"start_character":19,"end_line":231,"end_character":28},"updated":"2019-07-16 13:02:53.000000000","message":"bootstrap-servers","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"855771309c939affb316b43c1b735fa571e5549a","unresolved":false,"context_lines":[{"line_number":228,"context_line":".. note::"},{"line_number":229,"context_line":""},{"line_number":230,"context_line":"   If you are using Ubuntu, please enable Ceph NFS before using"},{"line_number":231,"context_line":"   ``kolla-ansible bootstrap`` command - it will enable required rpcbind"},{"line_number":232,"context_line":"   configuration."},{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Store type"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_dd957d34","line":231,"range":{"start_line":231,"start_character":49,"end_line":231,"end_character":55},"updated":"2019-07-16 13:02:53.000000000","message":"install the","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"37614587b10982ec6578032b2ca7910467b9cde7","unresolved":false,"context_lines":[{"line_number":228,"context_line":".. note::"},{"line_number":229,"context_line":""},{"line_number":230,"context_line":"   If you are using Ubuntu, please enable Ceph NFS before using"},{"line_number":231,"context_line":"   ``kolla-ansible bootstrap`` command - it will enable required rpcbind"},{"line_number":232,"context_line":"   configuration."},{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Store type"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_fe8b8c64","line":231,"range":{"start_line":231,"start_character":19,"end_line":231,"end_character":28},"in_reply_to":"7faddb67_1d72354a","updated":"2019-07-16 17:38:38.000000000","message":"Done","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"855771309c939affb316b43c1b735fa571e5549a","unresolved":false,"context_lines":[{"line_number":229,"context_line":""},{"line_number":230,"context_line":"   If you are using Ubuntu, please enable Ceph NFS before using"},{"line_number":231,"context_line":"   ``kolla-ansible bootstrap`` command - it will enable required rpcbind"},{"line_number":232,"context_line":"   configuration."},{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Store type"},{"line_number":235,"context_line":"~~~~~~~~~~"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_9d9b8564","line":232,"range":{"start_line":232,"start_character":3,"end_line":232,"end_character":16},"updated":"2019-07-16 13:02:53.000000000","message":"package","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"37614587b10982ec6578032b2ca7910467b9cde7","unresolved":false,"context_lines":[{"line_number":229,"context_line":""},{"line_number":230,"context_line":"   If you are using Ubuntu, please enable Ceph NFS before using"},{"line_number":231,"context_line":"   ``kolla-ansible bootstrap`` command - it will enable required rpcbind"},{"line_number":232,"context_line":"   configuration."},{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Store type"},{"line_number":235,"context_line":"~~~~~~~~~~"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_beef541c","line":232,"range":{"start_line":232,"start_character":3,"end_line":232,"end_character":16},"in_reply_to":"7faddb67_9d9b8564","updated":"2019-07-16 17:38:38.000000000","message":"Done","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"855771309c939affb316b43c1b735fa571e5549a","unresolved":false,"context_lines":[{"line_number":233,"context_line":""},{"line_number":234,"context_line":"Store type"},{"line_number":235,"context_line":"~~~~~~~~~~"},{"line_number":236,"context_line":""},{"line_number":237,"context_line":"Configure the Ceph store type in ``ansible/group_vars/all.yml``, the default"},{"line_number":238,"context_line":"value is ``bluestore`` in Rocky:"},{"line_number":239,"context_line":""},{"line_number":240,"context_line":".. code-block:: yaml"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_fdd719ed","line":237,"range":{"start_line":236,"start_character":0,"end_line":237,"end_character":63},"updated":"2019-07-16 13:02:53.000000000","message":"globals.yml","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"855771309c939affb316b43c1b735fa571e5549a","unresolved":false,"context_lines":[{"line_number":244,"context_line":"Recommendations"},{"line_number":245,"context_line":"---------------"},{"line_number":246,"context_line":""},{"line_number":247,"context_line":".. note::"},{"line_number":248,"context_line":""},{"line_number":249,"context_line":"    Regarding number of placement groups (PGs)"},{"line_number":250,"context_line":""},{"line_number":251,"context_line":"    Kolla sets very conservative values for the number of PGs per pool"},{"line_number":252,"context_line":"    (`ceph_pool_pg_num` and `ceph_pool_pgp_num`). This is in order to ensure"},{"line_number":253,"context_line":"    the majority of users will be able to deploy Ceph out of the box. It is"},{"line_number":254,"context_line":"    *highly* recommended to consult the official Ceph documentation regarding"},{"line_number":255,"context_line":"    these values before running Ceph in any kind of production scenario."},{"line_number":256,"context_line":""},{"line_number":257,"context_line":""},{"line_number":258,"context_line":"To build a high performance and secure Ceph Storage Cluster, the Ceph community"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_7dafa97c","line":255,"range":{"start_line":247,"start_character":0,"end_line":255,"end_character":72},"updated":"2019-07-16 13:02:53.000000000","message":"This should be a new subsection - Placement groups - and not a note.","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"37614587b10982ec6578032b2ca7910467b9cde7","unresolved":false,"context_lines":[{"line_number":244,"context_line":"Recommendations"},{"line_number":245,"context_line":"---------------"},{"line_number":246,"context_line":""},{"line_number":247,"context_line":".. note::"},{"line_number":248,"context_line":""},{"line_number":249,"context_line":"    Regarding number of placement groups (PGs)"},{"line_number":250,"context_line":""},{"line_number":251,"context_line":"    Kolla sets very conservative values for the number of PGs per pool"},{"line_number":252,"context_line":"    (`ceph_pool_pg_num` and `ceph_pool_pgp_num`). This is in order to ensure"},{"line_number":253,"context_line":"    the majority of users will be able to deploy Ceph out of the box. It is"},{"line_number":254,"context_line":"    *highly* recommended to consult the official Ceph documentation regarding"},{"line_number":255,"context_line":"    these values before running Ceph in any kind of production scenario."},{"line_number":256,"context_line":""},{"line_number":257,"context_line":""},{"line_number":258,"context_line":"To build a high performance and secure Ceph Storage Cluster, the Ceph community"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_3ec4c490","line":255,"range":{"start_line":247,"start_character":0,"end_line":255,"end_character":72},"in_reply_to":"7faddb67_7dafa97c","updated":"2019-07-16 17:38:38.000000000","message":"Done","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"855771309c939affb316b43c1b735fa571e5549a","unresolved":false,"context_lines":[{"line_number":254,"context_line":"    *highly* recommended to consult the official Ceph documentation regarding"},{"line_number":255,"context_line":"    these values before running Ceph in any kind of production scenario."},{"line_number":256,"context_line":""},{"line_number":257,"context_line":""},{"line_number":258,"context_line":"To build a high performance and secure Ceph Storage Cluster, the Ceph community"},{"line_number":259,"context_line":"recommend the use of two separate networks: public network and cluster network."},{"line_number":260,"context_line":"Edit the ``/etc/kolla/globals.yml`` and configure the ``cluster_interface``:"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_1dc0f529","line":257,"updated":"2019-07-16 13:02:53.000000000","message":"And another here - Cluster network","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"37614587b10982ec6578032b2ca7910467b9cde7","unresolved":false,"context_lines":[{"line_number":254,"context_line":"    *highly* recommended to consult the official Ceph documentation regarding"},{"line_number":255,"context_line":"    these values before running Ceph in any kind of production scenario."},{"line_number":256,"context_line":""},{"line_number":257,"context_line":""},{"line_number":258,"context_line":"To build a high performance and secure Ceph Storage Cluster, the Ceph community"},{"line_number":259,"context_line":"recommend the use of two separate networks: public network and cluster network."},{"line_number":260,"context_line":"Edit the ``/etc/kolla/globals.yml`` and configure the ``cluster_interface``:"}],"source_content_type":"text/x-rst","patch_set":16,"id":"7faddb67_be3d1490","line":257,"in_reply_to":"7faddb67_1dc0f529","updated":"2019-07-16 17:38:38.000000000","message":"Done","commit_id":"5bb0c3c3b4507cd0d803b99cc97eabf75b58bff7"}]}
