)]}'
{"nodepool/driver/aws/adapter.py":[{"author":{"_account_id":1,"name":"James E. Blair","email":"jim@acmegating.com","username":"corvus"},"change_message_id":"461e837477fa623668a8ce7e91164a71b48d61b0","unresolved":false,"context_lines":[{"line_number":1030,"context_line":"        except Exception:"},{"line_number":1031,"context_line":"            self.log.exception(\"Error tagging snapshot:\")"},{"line_number":1032,"context_line":""},{"line_number":1033,"context_line":"        volume_size \u003d provider_image.volume_size or snap[\u0027VolumeSize\u0027]"},{"line_number":1034,"context_line":"        snapshot_id \u003d task[\u0027SnapshotTaskDetail\u0027][\u0027SnapshotId\u0027]"},{"line_number":1035,"context_line":"        register_response \u003d self._registerImage("},{"line_number":1036,"context_line":"            provider_image, image_name, metadata, volume_size, snapshot_id,"}],"source_content_type":"text/x-python","patch_set":2,"id":"7aa89c64_f0523112","side":"PARENT","line":1033,"updated":"2024-08-05 17:00:48.000000000","message":"This line is key.  In our documentation:\n\n         The size of the root EBS volume, in GiB, for the image.  If\n         omitted, the volume size reported for the imported snapshot\n         will be used.  Only used with the\n         :value:`providers.[aws].diskimages.import-method.snapshot`\n         import method.\n\nRemoving this line would change the behavior so that users can no longer specify that an image should be created with a larger volume size than the snapshot.  That is something that makes sense to do: it\u0027s possible the user may know that even though a snapshot takes X GB, it\u0027s not actually usable without a root volume of X+Y GB.\n\nI think we should keep this and just correct the unit problem.","commit_id":"3d0f6ed60cb48718c23ee0505fd83129b71f8579"}]}
