)]}'
{"extraconfig/all_nodes/swap.j2.yaml":[{"author":{"_account_id":7144,"name":"James Slagle","email":"jslagle@redhat.com","username":"slagle"},"change_message_id":"21235e8995ba81cb549a81ac21ae9b36e8bef931","unresolved":true,"context_lines":[{"line_number":15,"context_line":"    description: |"},{"line_number":16,"context_line":"      Amount of swap space to allocate in gigabytes. This parameter overrides"},{"line_number":17,"context_line":"      the swap_size_megabytes parameter. Use this to create a large swap file."},{"line_number":18,"context_line":"    default: \u0027\u0027"},{"line_number":19,"context_line":"  swap_path:"},{"line_number":20,"context_line":"    type: string"},{"line_number":21,"context_line":"    description: Full path to location of swap file"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"c2cfb799_fa580c36","line":18,"updated":"2022-02-03 02:25:35.000000000","message":"instead of overriding parameters, can we just have separate parameters for count and block size? I think that\u0027s more clear.","commit_id":"b503a46d74d8cbd4af7a0b877c8e227ff21a2ffd"},{"author":{"_account_id":14985,"name":"Alex Schultz","email":"aschultz@next-development.com","username":"mwhahaha"},"change_message_id":"980075a064c2cb1b7d765a90ba37d64478e00376","unresolved":false,"context_lines":[{"line_number":33,"context_line":"        #!/bin/bash"},{"line_number":34,"context_line":"        set -eux"},{"line_number":35,"context_line":"        if [ ! -f $swap_path ]; then"},{"line_number":36,"context_line":"          dd if\u003d/dev/zero of\u003d$swap_path count\u003d$swap_size bs\u003d$swap_block_size"},{"line_number":37,"context_line":"          chmod 0600 $swap_path"},{"line_number":38,"context_line":"          mkswap $swap_path"},{"line_number":39,"context_line":"          swapon $swap_path"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"24468eaf_0f187074","line":36,"updated":"2022-01-24 19:11:19.000000000","message":"should we change to fallocate instead of dd?  Though we\u0027d probably want to check that fallocate is available","commit_id":"b503a46d74d8cbd4af7a0b877c8e227ff21a2ffd"}]}
