)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"2e178bdd6d8969391c257b6c69c419e55f66d484","unresolved":true,"context_lines":[{"line_number":14,"context_line":"This change migrates all quota options to the new [quota] section,"},{"line_number":15,"context_line":"so that operators can easily understand which parameters are used"},{"line_number":16,"context_line":"in the quota feature."},{"line_number":17,"context_line":""},{"line_number":18,"context_line":"Closes-Bug: #1934025"},{"line_number":19,"context_line":"Change-Id: I83b5750da7083718d39efb56262a49dae0a05f48"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":4,"id":"4dbb477f_e17b47c0","line":17,"updated":"2021-09-01 00:50:51.000000000","message":"We could have a mention for DocImpact here, or even create a bug after this change gets merged... This is an important thing to have updated in our documentation, and it would be awesome to do not lose track of this.","commit_id":"76cfc9405ea8b318e8b1c589fa245f86a5827b71"}],"manila/quota.py":[{"author":{"_account_id":14624,"name":"Sam Wan","email":"sam.wan@emc.com","username":"samwan"},"change_message_id":"315cff508047b6e644e2c26a08c4838facb5591a","unresolved":true,"context_lines":[{"line_number":694,"context_line":"    def default(self):"},{"line_number":695,"context_line":"        \"\"\"Return the default value of the quota.\"\"\""},{"line_number":696,"context_line":""},{"line_number":697,"context_line":"        return CONF[self.flag] if self.flag else -1"},{"line_number":698,"context_line":""},{"line_number":699,"context_line":""},{"line_number":700,"context_line":"class ReservableResource(BaseResource):"}],"source_content_type":"text/x-python","patch_set":1,"id":"0642610e_67ebd8d7","line":697,"updated":"2021-07-02 05:29:57.000000000","message":"You should migrate this to CONF.quota too.\notherwise manila api error:\noslo_config.cfg.NoSuchOptError: no such option share_networks in group [DEFAULT]","commit_id":"98af4e3f1f97c6c3316ef95838927b302ec07a24"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"055009346a5d136c962d80be8d0204874151433f","unresolved":false,"context_lines":[{"line_number":694,"context_line":"    def default(self):"},{"line_number":695,"context_line":"        \"\"\"Return the default value of the quota.\"\"\""},{"line_number":696,"context_line":""},{"line_number":697,"context_line":"        return CONF[self.flag] if self.flag else -1"},{"line_number":698,"context_line":""},{"line_number":699,"context_line":""},{"line_number":700,"context_line":"class ReservableResource(BaseResource):"}],"source_content_type":"text/x-python","patch_set":1,"id":"3596987a_94999012","line":697,"in_reply_to":"0642610e_67ebd8d7","updated":"2021-07-02 05:50:40.000000000","message":"You are asbolutely correct. Seems I missed this when porting the change from the latest cinder patch.","commit_id":"98af4e3f1f97c6c3316ef95838927b302ec07a24"}],"releasenotes/notes/add-quotas-section-0e1e638a8f14d26e.yaml":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"d13a9e5dc19bf7aa52f87ae334564f0c27bccbc8","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"deprecations:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    All parameters for the quota feature have been migrated from the DEFAULT"},{"line_number":5,"context_line":"    section to the new quota section. Setting these parameters in the DEFAULT"},{"line_number":6,"context_line":"    secion has been deprecated and will be removed in a future release."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9021e4c0_ac527b3d","line":4,"range":{"start_line":4,"start_character":4,"end_line":4,"end_character":18},"updated":"2021-07-29 22:11:48.000000000","message":"It would be worth mentioning which specific parameters, and include renames as well\n\nPerhaps something along the lines of:\n\n Default quota configuration options must now be configured in a ``[quota]`` section\n rather than the ``[DEFAULT]`` section. Configuration options that have changed in this\n release are: \n \n  - ``[quota]/shares`` - previously ``[DEFAULT]/shares_quota`` \n  - ``[quota]/snapshots`` - previously ``[DEFAULT]/snapshots_quota`` \n  - ``[quota]/gigabytes`` - previously ``[DEFAULT]/quota_gigabytes``\n  - ``[quota]/per_share_gigabytes`` - previously ``[DEFAULT]/quota_per_share_gigabytes``\n  - ``[quota]/snapshot_gigabytes`` - previously ``[DEFAULT]/quota_snapshot_gigabytes``\n  - ``[quota]/share_networks`` - previously ``[DEFAULT]/quota_share_networks``\n  - ``[quota]/share_groups`` - previously ``[DEFAULT]/quota_share_groups``\n  - ``[quota]/share_group_snapshots`` - previously ``[DEFAULT]/quota_share_group_snapshots``\n  - ``[quota]/share_replicas`` - previously ``[DEFAULT]/quota_share_replicas``\n  - ``[quota]/replica_gigabytes`` - previously ``[DEFAULT]/quota_replica_gigabytes``\n  - ``[quota]/until_refresh`` - previously ``[DEFAULT]/until_refresh``\n  - ``[quota]/reservation_expire`` previously ``[DEFAULT]/reservation_expire``\n  - ``[quota]/driver`` - previously ``[DEFAULT]/quota_driver``\n  - ``[quota]/max_age`` - previously ``[DEFAULT]/max_age``","commit_id":"1874450948c4f4ea9d635e4df972acbdba02faa9"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"c7f59121accf64b52969d5a9820aa1e957ad0326","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"deprecations:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    All parameters for the quota feature have been migrated from the DEFAULT"},{"line_number":5,"context_line":"    section to the new quota section. Setting these parameters in the DEFAULT"},{"line_number":6,"context_line":"    secion has been deprecated and will be removed in a future release."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"466ef562_350f475b","line":4,"range":{"start_line":4,"start_character":4,"end_line":4,"end_character":18},"in_reply_to":"9021e4c0_ac527b3d","updated":"2021-07-29 23:50:35.000000000","message":"That makes sense. I have tweaked your description, and I hope the current version looks good to you.","commit_id":"1874450948c4f4ea9d635e4df972acbdba02faa9"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"e423a011627822be7d96f046544a9d1146f815fd","unresolved":true,"context_lines":[{"line_number":5,"context_line":"    feature must now be configured in the new ``[quota]`` section rather than"},{"line_number":6,"context_line":"    the ``[DEFAULT]`` section. The existing options in the ``[DEFAULT]``"},{"line_number":7,"context_line":"    section have been deprecated and will be removed in a future release."},{"line_number":8,"context_line":"    Options that have changed in this releases are:"},{"line_number":9,"context_line":" "},{"line_number":10,"context_line":"    - ``[quota]/shares`` - previously ``[DEFAULT]/shares_quota`` "},{"line_number":11,"context_line":"    - ``[quota]/snapshots`` - previously ``[DEFAULT]/snapshots_quota`` "}],"source_content_type":"text/x-yaml","patch_set":4,"id":"5fdb932f_fdc7ca8f","line":8,"range":{"start_line":8,"start_character":38,"end_line":8,"end_character":46},"updated":"2021-07-30 06:49:36.000000000","message":"release","commit_id":"76cfc9405ea8b318e8b1c589fa245f86a5827b71"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"e423a011627822be7d96f046544a9d1146f815fd","unresolved":true,"context_lines":[{"line_number":6,"context_line":"    the ``[DEFAULT]`` section. The existing options in the ``[DEFAULT]``"},{"line_number":7,"context_line":"    section have been deprecated and will be removed in a future release."},{"line_number":8,"context_line":"    Options that have changed in this releases are:"},{"line_number":9,"context_line":" "},{"line_number":10,"context_line":"    - ``[quota]/shares`` - previously ``[DEFAULT]/shares_quota`` "},{"line_number":11,"context_line":"    - ``[quota]/snapshots`` - previously ``[DEFAULT]/snapshots_quota`` "},{"line_number":12,"context_line":"    - ``[quota]/gigabytes`` - previously ``[DEFAULT]/quota_gigabytes``"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"287fdb55_afdbe058","line":9,"range":{"start_line":9,"start_character":0,"end_line":9,"end_character":1},"updated":"2021-07-30 06:49:36.000000000","message":"whitespace here and below in a couple of places","commit_id":"76cfc9405ea8b318e8b1c589fa245f86a5827b71"}]}
