Closed
Bug 1924227
Opened 1 month ago
Closed 1 month ago
Determine AMI EBS block device from nvme list JSON output rather than using a hardcoded value
Categories
(Webtools :: Searchfox, task)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: asuth, Assigned: asuth)
References
Details
Attachments
(1 file)
The logic I'd added to grow the provisioner EBS that forms the basis of the AMI was using a hardcoded partition identifier that previously was stable under Ubuntu 22.04 but is apparently not stable under Ubuntu 24.04, causing breakage in a provisioning I kicked off yesterday.
It's fairly trivial to extract the block device, I think I was just trying to avoid needing to do the extra bash boilerplate to save the full JSON blob in a variable and then extract from that (versus running the command twice and potentially experiencing different output each time).
Assignee | ||
Updated•1 month ago
|
Component: Bleach-security → Searchfox
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Updated•1 month ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•