)]}'
{"ceph-client/templates/bin/pool/_init.sh.tpl":[{"author":{"_account_id":18250,"name":"Roy Tang","email":"roy.s.tang@att.com","username":"rt7380"},"change_message_id":"7f69792af52f339b1ab042c4ae96ba79907b7680","unresolved":true,"context_lines":[{"line_number":200,"context_line":"      pg_num\u003d$(jq \u0027.pg_num\u0027 \u003c\u003c\u003c \"${pool_values}\")"},{"line_number":201,"context_line":"      pg_num_min\u003d$(jq \u0027.pg_num_min\u0027 \u003c\u003c\u003c \"${pool_values}\")"},{"line_number":202,"context_line":"      # set pg_num_min to PG_NUM_MIN before enabling autoscaler"},{"line_number":203,"context_line":"      if [[ ${pg_num} -lt ${PG_NUM_MIN} ]]; then"},{"line_number":204,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_autoscale_mode off"},{"line_number":205,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_num ${PG_NUM_MIN}"},{"line_number":206,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pgp_num ${PG_NUM_MIN}"}],"source_content_type":"text/x-smarty","patch_set":4,"id":"43aabd6a_00a3de4a","line":203,"range":{"start_line":203,"start_character":28,"end_line":203,"end_character":38},"updated":"2021-08-26 22:08:50.000000000","message":"what is the (expected) difference between pg_num_min and ${PG_NUM_MIN}? doesn\u0027t seem like we are even checking pg_num_min anymore?","commit_id":"43fe7246fd0e0ba3845f879b7be9b82cd85c7a4f"},{"author":{"_account_id":32190,"name":"Frank Ritchie","email":"fr801x@att.com","username":"fr801x"},"change_message_id":"4d5f66eca0d6b6146781dd999c9d932b4f84fcc8","unresolved":true,"context_lines":[{"line_number":200,"context_line":"      pg_num\u003d$(jq \u0027.pg_num\u0027 \u003c\u003c\u003c \"${pool_values}\")"},{"line_number":201,"context_line":"      pg_num_min\u003d$(jq \u0027.pg_num_min\u0027 \u003c\u003c\u003c \"${pool_values}\")"},{"line_number":202,"context_line":"      # set pg_num_min to PG_NUM_MIN before enabling autoscaler"},{"line_number":203,"context_line":"      if [[ ${pg_num} -lt ${PG_NUM_MIN} ]]; then"},{"line_number":204,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_autoscale_mode off"},{"line_number":205,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_num ${PG_NUM_MIN}"},{"line_number":206,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pgp_num ${PG_NUM_MIN}"}],"source_content_type":"text/x-smarty","patch_set":4,"id":"f228e3ec_295fd48d","line":203,"range":{"start_line":203,"start_character":28,"end_line":203,"end_character":38},"in_reply_to":"43aabd6a_00a3de4a","updated":"2021-08-26 22:20:35.000000000","message":"pg_num_min \u003d value that ceph is currently using (when the autoscaler is enabled this will currently have a value of 1 downstream and 8 upstream)\n\nPG_NUM_MIN \u003d value specified in overrides (currently 1 when the autoscaler is enabled but is being increased to 32 in a separate downstream PS)\n\nSo ... for sites that currently use the autoscaler the expected difference during an upgrade (BF) will be 31. \n\nOnce all sites using the autoscaler are using the value specified in the overrides there will be no expected difference (unless we decide to change PG_NUM_MIN again).","commit_id":"43fe7246fd0e0ba3845f879b7be9b82cd85c7a4f"},{"author":{"_account_id":22636,"name":"Cliff Parsons","email":"cliffhparsons@aol.com","username":"cliffparsons"},"change_message_id":"2aeb4ab6cf2e94202f541ef40433d22f7a3f6280","unresolved":true,"context_lines":[{"line_number":201,"context_line":"      pg_num_min\u003d$(jq \u0027.pg_num_min\u0027 \u003c\u003c\u003c \"${pool_values}\")"},{"line_number":202,"context_line":"      # set pg_num_min to PG_NUM_MIN before enabling autoscaler"},{"line_number":203,"context_line":"      if [[ ${pg_num} -lt ${PG_NUM_MIN} ]]; then"},{"line_number":204,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_autoscale_mode off"},{"line_number":205,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_num ${PG_NUM_MIN}"},{"line_number":206,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pgp_num ${PG_NUM_MIN}"},{"line_number":207,"context_line":"      fi"}],"source_content_type":"text/x-smarty","patch_set":4,"id":"65980d7c_478a14ea","line":204,"range":{"start_line":204,"start_character":0,"end_line":204,"end_character":1},"updated":"2021-08-26 14:33:24.000000000","message":"any reason we have to turn off autoscaling just for these next 2 lines? it gets re-enabled on line 209.","commit_id":"43fe7246fd0e0ba3845f879b7be9b82cd85c7a4f"},{"author":{"_account_id":22636,"name":"Cliff Parsons","email":"cliffhparsons@aol.com","username":"cliffparsons"},"change_message_id":"d601faa217f08733b3bf0fe22ab65a413c64e306","unresolved":false,"context_lines":[{"line_number":201,"context_line":"      pg_num_min\u003d$(jq \u0027.pg_num_min\u0027 \u003c\u003c\u003c \"${pool_values}\")"},{"line_number":202,"context_line":"      # set pg_num_min to PG_NUM_MIN before enabling autoscaler"},{"line_number":203,"context_line":"      if [[ ${pg_num} -lt ${PG_NUM_MIN} ]]; then"},{"line_number":204,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_autoscale_mode off"},{"line_number":205,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_num ${PG_NUM_MIN}"},{"line_number":206,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pgp_num ${PG_NUM_MIN}"},{"line_number":207,"context_line":"      fi"}],"source_content_type":"text/x-smarty","patch_set":4,"id":"b6789b08_3591a41a","line":204,"range":{"start_line":204,"start_character":0,"end_line":204,"end_character":1},"in_reply_to":"0011779f_a460c729","updated":"2021-08-26 16:03:06.000000000","message":"Ah ok. I understand now. Thanks for the explanation.","commit_id":"43fe7246fd0e0ba3845f879b7be9b82cd85c7a4f"},{"author":{"_account_id":32190,"name":"Frank Ritchie","email":"fr801x@att.com","username":"fr801x"},"change_message_id":"8c9ec50f971f66ceb5e7f3b86515ffbc2af69668","unresolved":true,"context_lines":[{"line_number":201,"context_line":"      pg_num_min\u003d$(jq \u0027.pg_num_min\u0027 \u003c\u003c\u003c \"${pool_values}\")"},{"line_number":202,"context_line":"      # set pg_num_min to PG_NUM_MIN before enabling autoscaler"},{"line_number":203,"context_line":"      if [[ ${pg_num} -lt ${PG_NUM_MIN} ]]; then"},{"line_number":204,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_autoscale_mode off"},{"line_number":205,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pg_num ${PG_NUM_MIN}"},{"line_number":206,"context_line":"        ceph --cluster \"${CLUSTER}\" osd pool set \"${POOL_NAME}\" pgp_num ${PG_NUM_MIN}"},{"line_number":207,"context_line":"      fi"}],"source_content_type":"text/x-smarty","patch_set":4,"id":"0011779f_a460c729","line":204,"range":{"start_line":204,"start_character":0,"end_line":204,"end_character":1},"in_reply_to":"65980d7c_478a14ea","updated":"2021-08-26 15:02:11.000000000","message":"if the autoscaler is enabled when you change pg_num it takes some time for the new value to take effect (based on my testing) ... this prevents you from being able to change pg_num_min immediately after ... this the autoscaler disabled there is no deplay","commit_id":"43fe7246fd0e0ba3845f879b7be9b82cd85c7a4f"}]}
