)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":6413,"name":"Victoria Martinez de la Cruz","email":"victoria@redhat.com","username":"vkmc"},"change_message_id":"5ff2288332b2337fe99cd3511f6b126a0727004c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"b04a666b_9324e8d6","updated":"2021-12-16 18:35:57.000000000","message":"\u003e Patch Set 2: Code-Review-1\n\u003e \n\u003e Share type quotas are set per share type.. \n\u003e \n\u003e i.e., for example, consider the following:\n\u003e \n\u003e $ manila type-list\n\u003e +--------------------------------------+---------------+------------+------------+--------------------------------------+-------------------------------------------+-------------+\n\u003e | ID                                   | Name          | visibility | is_default | required_extra_specs                 | optional_extra_specs                      | Description |\n\u003e +--------------------------------------+---------------+------------+------------+--------------------------------------+-------------------------------------------+-------------+\n\u003e | 103c5627-d12d-4493-93ff-95c8c66e2eeb | dhss_true     | public     | -          | driver_handles_share_servers : True  | snapshot_support : True                   | None        |\n\u003e | 50df8b97-00c9-40cc-b30b-6d4cc958424f | dhss_false    | public     | -          | driver_handles_share_servers : False | snapshot_support : True                   | None        |\n\u003e | cc41fa69-ebf2-4d25-a61b-69dcf3fa9f25 | cephfsnfstype | public     | YES        | driver_handles_share_servers : False | snapshot_support : False                  | None        |\n\u003e +--------------------------------------+---------------+------------+------------+--------------------------------------+-------------------------------------------+-------------+\n\u003e \n\u003e $ openstack project list\n\u003e +----------------------------------+--------------------+\n\u003e | ID                               | Name               |\n\u003e +----------------------------------+--------------------+\n\u003e | 19b16ebff4604803af05c9c8dfaf5e07 | service            |\n\u003e | 30bc076ff6de4a8bb37f9430926d3fce | default            |\n\u003e | 30d1260af5804fbb9d0c09d4ee5c6d1c | admin              |\n\u003e | 39e382c422744f43a186f54173415f01 | alt_demo           |\n\u003e | af2838436f3f4cf6896399dd97c4c050 | demo               |\n\u003e | b197467b77554473906c680ca4a1d3d6 | invisible_to_admin |\n\u003e +----------------------------------+--------------------+\n\u003e \n\u003e \n\u003e # Lets now set a share type quota on the \"demo\" project\n\u003e # lets say they can create 15 shares of dhss_false kind:\n\u003e \n\u003e $ manila quota-update --share-type dhss_false --shares 15  af2838436f3f4cf6896399dd97c4c050\n\u003e $ manila quota-show --share-type dhss_false  --project-id af2838436f3f4cf6896399dd97c4c050\n\u003e +---------------------+----------------------------------+\n\u003e | Property            | Value                            |\n\u003e +---------------------+----------------------------------+\n\u003e | gigabytes           | 1000                             |\n\u003e | id                  | af2838436f3f4cf6896399dd97c4c050 |\n\u003e | per_share_gigabytes | -1                               |\n\u003e | replica_gigabytes   | 1000                             |\n\u003e | share_replicas      | 100                              |\n\u003e | shares              | 15                               |\n\u003e | snapshot_gigabytes  | 1000                             |\n\u003e | snapshots           | 50                               |\n\u003e +---------------------+----------------------------------+\n\u003e \n\u003e \n\u003e So the UI needs to be able to provide a drop down of share type choices for share type quotas..\n\nI\u0027m not following which is the expectation here. Can you give more details on where you think that drop down should be? Maybe a screenshot of the current dashboard would help. Thanks!","commit_id":"1e3f3e7966c51bbe8df99ab60d376507eeac00c2"}],"manila_ui/api/manila.py":[{"author":{"_account_id":6413,"name":"Victoria Martinez de la Cruz","email":"victoria@redhat.com","username":"vkmc"},"change_message_id":"c8988cc8c70fbab4b60db03cb23a8b3c1fc090c4","unresolved":true,"context_lines":[{"line_number":28,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"MANILA_UI_USER_AGENT_REPR \u003d \"manila_ui_plugin_for_horizon\""},{"line_number":31,"context_line":"MANILA_VERSION \u003d \"2.39\""},{"line_number":32,"context_line":"MANILA_SERVICE_TYPE \u003d \"sharev2\""},{"line_number":33,"context_line":""},{"line_number":34,"context_line":"# API static values"}],"source_content_type":"text/x-python","patch_set":1,"id":"afe3523e_c4207449","line":31,"updated":"2021-07-05 14:08:41.000000000","message":"This doesn\u0027t require to be modified, we are trying to bump the version to newer microversions, not downgrade it to older ones. 2.39 is already included on the current version.","commit_id":"44f25743b2c734b07c3ea08304a0789162b0ce43"}]}
