You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
conch-prod --json h p <uuid> update '{"hardware_product_profile":{"bios_firmware":"4.20.7M"}}' on a hardware product that lacked a profile did not do the right thing -- instead it created an empty profile with bios_firmware='' and rack_unit=0 (!!).
The text was updated successfully, but these errors were encountered:
I think this is still outstanding -- failure to be able to update hardware_product or hardware_product_profile values via the shell is leading to operators making updates in the database directly, which causes the audit trail to be lost.
conch-prod --json h p <uuid> update '{"hardware_product_profile":{"bios_firmware":"4.20.7M"}}'
on a hardware product that lacked a profile did not do the right thing -- instead it created an empty profile withbios_firmware=''
andrack_unit=0
(!!).The text was updated successfully, but these errors were encountered: