)]}'
{"id":"openstack%2Fironic-python-agent~939483","triplet_id":"openstack%2Fironic-python-agent~master~I2042bab5dcd4fd7161206b008f0572908edf99eb","project":"openstack/ironic-python-agent","branch":"master","topic":"bug/2095018","attention_set":{},"removed_from_attention_set":{"28297":{"account":{"_account_id":28297,"name":"Luke Odom","email":"luke.odom@dreamhost.com","username":"lukeodom"},"last_update":"2025-01-16 19:23:29.000000000","reason":"Change was abandoned"}},"hashtags":[],"change_id":"I2042bab5dcd4fd7161206b008f0572908edf99eb","subject":"Update mdadm array name for posix compliance","status":"ABANDONED","created":"2025-01-16 19:13:28.000000000","updated":"2025-01-16 19:23:29.000000000","total_comment_count":1,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"0bf24400aae682ebff23e9c5fce416079dd9437a","_number":939483,"virtual_id_number":939483,"owner":{"_account_id":28297,"name":"Luke Odom","email":"luke.odom@dreamhost.com","username":"lukeodom"},"actions":{},"labels":{"Verified":{"values":{"-2":"Fails","-1":"Doesn\u0027t seem to work"," 0":"No score","+1":"Works for me","+2":"Verified"},"description":"","default_value":0,"optional":true},"Code-Review":{"values":{"-2":"Do not merge","-1":"This patch needs further work before it can be merged"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me (core reviewer)"},"description":"","default_value":0,"optional":true},"Workflow":{"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true},"Backport-Candidate":{"values":{"-1":"Do Not Backport"," 0":"Backport Review Needed","+1":"Should Backport"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{"CC":[{"_account_id":10342,"name":"Jay Faulkner","display_name":"JayF","email":"jay@jvf.cc","username":"JayF","status":"youtube.com/@oss-gr / podcast.gr-oss.io"}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2025-01-16 19:15:23.000000000","updated_by":{"_account_id":10342,"name":"Jay Faulkner","display_name":"JayF","email":"jay@jvf.cc","username":"JayF","status":"youtube.com/@oss-gr / podcast.gr-oss.io"},"reviewer":{"_account_id":10342,"name":"Jay Faulkner","display_name":"JayF","email":"jay@jvf.cc","username":"JayF","status":"youtube.com/@oss-gr / podcast.gr-oss.io"},"state":"CC"}],"messages":[{"id":"d589520ea6b1e71d33b1002ca175d47edcea94cf","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":28297,"name":"Luke Odom","email":"luke.odom@dreamhost.com","username":"lukeodom"},"date":"2025-01-16 19:13:28.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"ce86a067c7a2c9c1d4b593f362d7e340ee644800","author":{"_account_id":10342,"name":"Jay Faulkner","display_name":"JayF","email":"jay@jvf.cc","username":"JayF","status":"youtube.com/@oss-gr / podcast.gr-oss.io"},"date":"2025-01-16 19:15:23.000000000","message":"Patch Set 1:\n\n(1 comment)","accounts_in_message":[],"_revision_number":1},{"id":"0bf24400aae682ebff23e9c5fce416079dd9437a","tag":"autogenerated:gerrit:abandon","author":{"_account_id":28297,"name":"Luke Odom","email":"luke.odom@dreamhost.com","username":"lukeodom"},"date":"2025-01-16 19:23:29.000000000","message":"Abandoned\n\nAlready fixed","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"199731e5e3867de4675b67a059793dea450d01da","revisions":{"199731e5e3867de4675b67a059793dea450d01da":{"kind":"REWORK","_number":1,"created":"2025-01-16 19:13:28.000000000","uploader":{"_account_id":28297,"name":"Luke Odom","email":"luke.odom@dreamhost.com","username":"lukeodom"},"ref":"refs/changes/83/939483/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/ironic-python-agent","ref":"refs/changes/83/939483/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/ironic-python-agent refs/changes/83/939483/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/ironic-python-agent refs/changes/83/939483/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/ironic-python-agent refs/changes/83/939483/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/ironic-python-agent refs/changes/83/939483/1"}}},"commit":{"parents":[{"commit":"6dceb332091359ae11365e897fa579916ebbded5","subject":"Fix RAID volume name","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/ironic-python-agent/commit/6dceb332091359ae11365e897fa579916ebbded5"}]}],"author":{"name":"Luke Odom","email":"luke.odom@dreamhost.com","date":"2025-01-16 19:05:44.000000000","tz":-480},"committer":{"name":"Luke Odom","email":"luke.odom@dreamhost.com","date":"2025-01-16 19:13:27.000000000","tz":-480},"subject":"Update mdadm array name for posix compliance","message":"Update mdadm array name for posix compliance\n\nStarting in mdadm 4.3 names have to be posix compliant which means no using / or other special character. The purpose of tagging an mdadm array is to have a human readable way to see the order. Even the way we were doing it before doesn\u0027t help a lot as different kernels will call md arrays different things so in one example system I had md126 and md127 \"named\" /dev/md0 and /dev/md1. Having it called raid_$number gives us a unique name and is human readable for anyone debugging. I also considered ipa_raid_$number but decided to keep it simple.\n\nCloses-Bug: #2095018\nChange-Id: I2042bab5dcd4fd7161206b008f0572908edf99eb\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/ironic-python-agent/commit/199731e5e3867de4675b67a059793dea450d01da"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/ironic-python-agent/commit/199731e5e3867de4675b67a059793dea450d01da"}]},"branch":"refs/heads/master"}},"requirements":[],"submit_records":[],"submit_requirements":[{"name":"Verified","description":"Verified in gate by CI","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Verified\u003dMAX AND -label:Verified\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Verified\u003dMAX","label:Verified\u003dMIN"],"atom_explanations":{}}},{"name":"Backport-Candidate","description":"Backport candidate status","status":"NOT_APPLICABLE","is_legacy":false,"applicability_expression_result":{"fulfilled":false,"status":"FAIL"},"submittability_expression_result":{"expression":"is:true","fulfilled":true,"status":"NOT_EVALUATED","passing_atoms":[],"failing_atoms":[],"atom_explanations":{}}},{"name":"Code-Review","description":"Code reviewed by core reviewer","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Code-Review\u003dMAX AND -label:Code-Review\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Code-Review\u003dMAX","label:Code-Review\u003dMIN"],"atom_explanations":{}}},{"name":"Workflow","description":"Approved for gate by core reviewer","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Workflow\u003dMAX AND -label:Workflow\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Workflow\u003dMAX","label:Workflow\u003dMIN"],"atom_explanations":{}}}]}
