)]}'
{"id":"openstack%2Fironic-python-agent~844806","triplet_id":"openstack%2Fironic-python-agent~bugfix%2F8.6~I953c936cbf8fad889108cbf4e50b1a15f511b38c","project":"openstack/ironic-python-agent","branch":"bugfix/8.6","hashtags":[],"change_id":"I953c936cbf8fad889108cbf4e50b1a15f511b38c","subject":"Create fstab entry with appropriate label","status":"ABANDONED","created":"2022-06-07 08:50:17.000000000","updated":"2022-06-07 08:56:39.000000000","total_comment_count":0,"unresolved_comment_count":0,"work_in_progress":true,"has_review_started":false,"cherry_pick_of_change":831029,"cherry_pick_of_patch_set":3,"meta_rev_id":"7f1ef9045c8a18bb42ca0a4cff33b5cfb92ed374","_number":844806,"virtual_id_number":844806,"owner":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"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":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"}]},"pending_reviewers":{"CC":[{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"}]},"reviewer_updates":[{"updated":"2022-06-07 08:50:17.000000000","updated_by":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"reviewer":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"state":"CC"}],"messages":[{"id":"d8f2be577199e61a10641b37bfb1e0ff9f416414","tag":"autogenerated:gerrit:newWipPatchSet","author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"date":"2022-06-07 08:50:17.000000000","message":"Patch Set 1: Cherry Picked from branch master.\n\nThe following files contain Git conflicts:\n* ironic_python_agent/tests/unit/samples/hardware_samples.py\n* ironic_python_agent/tests/unit/test_hardware.py","accounts_in_message":[],"_revision_number":1},{"id":"7f1ef9045c8a18bb42ca0a4cff33b5cfb92ed374","tag":"autogenerated:gerrit:abandon","author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"date":"2022-06-07 08:56:39.000000000","message":"Abandoned\n\nwrong branch","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"3983b6e27b156b4341d375ee1bceaee7f006b2ad","revisions":{"3983b6e27b156b4341d375ee1bceaee7f006b2ad":{"kind":"REWORK","_number":1,"created":"2022-06-07 08:50:17.000000000","uploader":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"ref":"refs/changes/06/844806/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/ironic-python-agent","ref":"refs/changes/06/844806/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/ironic-python-agent refs/changes/06/844806/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/ironic-python-agent refs/changes/06/844806/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/ironic-python-agent refs/changes/06/844806/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/ironic-python-agent refs/changes/06/844806/1"}}},"commit":{"parents":[{"commit":"d25f5be2a2f4353d4e05922f07f8cc404528fa73","subject":"Multipath Hardware path handling","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/ironic-python-agent/commit/d25f5be2a2f4353d4e05922f07f8cc404528fa73"}]}],"author":{"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","date":"2022-02-25 20:18:39.000000000","tz":-480},"committer":{"name":"Riccardo Pittau","email":"elfosardo@gmail.com","date":"2022-06-07 08:50:17.000000000","tz":0},"subject":"Create fstab entry with appropriate label","message":"Create fstab entry with appropriate label\n\nDepending on the how the stars align with partition images\nbeing written to a remote system, we *may* end up with\n*either* a Partition UUID value, or a Partition\u0027s UUID value.\n\nWhich are distinctly different.\n\nThis is becasue the value, when collected as a result of writing\nan image to disk *falls* back and passes the value to enable\npartition discovery and matching.\n\nLater on, when we realized we ought to create an fstab entry,\nwe blindly re-used the value thinking it was, indeed, always\na Partition\u0027s UUID and not the Partition UUID. Obviously,\nthe label type is quite explicit, either UUID or PARTUUID\nrespectively, when initial ramdisk utilities such as dracut\nare searching and mounting filesystems.\n\nAdds capability to identify the correct label to utilize\nbased upon the current state of the block devices on disk.\n\nGranted, we are likely only exposed to this because of IO\nrace conditions under high concurrecy load operations.\nNormally this would only be seen on test VMs, but\nsystems being backed by a Storage Area Network *can*\nexibit the same IO race conditions as virtual machines.\n\nChange-Id: I953c936cbf8fad889108cbf4e50b1a15f511b38c\nResolves: rhbz#2058717\nStory: #2009881\nTask: 44623\n(cherry picked from commit 99ca1086dbfc7b6e41cf800b0bd899565e2e8922)\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/ironic-python-agent/commit/3983b6e27b156b4341d375ee1bceaee7f006b2ad"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/ironic-python-agent/commit/3983b6e27b156b4341d375ee1bceaee7f006b2ad"}]},"branch":"refs/heads/bugfix/8.6"}},"requirements":[],"submit_records":[],"submit_requirements":[]}
