Hide Forgot
Description of problem: Version-Release number of selected component (if applicable):5.7.0.9 How reproducible:always Steps to Reproduce: 1.Open VM details of SCVMM VM 2.Try to Reboot Actual results:no "Reset" Button Expected results:"Reset" should be available as it's applicable option from quadicon menu Additional info:
Bronagh can you investigate if this is a provider issue?
Hi Dan, The SCVMM "reset" power operation is missing from the "power" menu on the VM summary screen, it is present and working on the VM quad icon. Thanks Bronagh
Bronagh, Looked into this issue, it looks like supports_reset? is returning false for SCVMM VM, which is why button is not visible on SCVMM VM summary screen, can you please look into backend and have that method return true if Reset feature should be available for SCVMM VM. UI code to supports_reset? method call is here https://github.com/ManageIQ/manageiq-ui-classic/blob/master/app/helpers/application_helper/button/generic_feature_button.rb#L11 Let me know if you have any questions or need help looking into this. Thanks, ~Harpreet
https://github.com/ManageIQ/manageiq/pull/14123