Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]GracefulRestart not a valid option for G14 Dells #311

Closed
QuantumPosix opened this issue Feb 17, 2020 · 2 comments
Closed

[Bug]GracefulRestart not a valid option for G14 Dells #311

QuantumPosix opened this issue Feb 17, 2020 · 2 comments

Comments

@QuantumPosix
Copy link
Contributor

  • Python Version:
  • Operating System: Fedora 30
  • Target System Type: Generation 14 Dell's
  • IPMI / Out-of-band Firmware Version: 3.34.34.34

Currently a GracefulRestart is called during quads move and rebuild. This is not a valid call as an option:
curl -k --user "username:password" -H "Content-Type: application/json" https://mgmt-host/redfish/v1/Systems/System.Embedded.1 | python -m json.tool | grep -A7 ResetType
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7607 100 7607 0 0 22307 0 --:--:-- --:--:-- --:--:-- 22242
"[email protected]": [
"On",
"ForceOff",
"ForceRestart",
"GracefulShutdown",
"PushPowerButton",
"Nmi"
],
Need to adjust for new generation redfish calls.

@sadsfae
Copy link
Member

sadsfae commented Feb 17, 2020

Updating Redfish API calls here should also land in core/upstream badfish.

@sadsfae
Copy link
Member

sadsfae commented Feb 18, 2020

After some discussion we'll just standardize on

"On",
"ForceOff",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants