Investigate issue with devops sudo handler
Bug #1620680 reported by
Maksym Strukov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Won't Fix
|
Medium
|
Alexey Stepanov | ||
Mitaka |
In Progress
|
Medium
|
Fuel QA Team |
Bug Description
https:/
For some reason check_call(ip=..., sudo=True, command='shutdown +1') inside `def warm_shutdown_
Need to investigate why.
Workaround is to add `sudo` to command
Changed in fuel: | |
importance: | Undecided → Medium |
milestone: | none → 9.1 |
status: | New → Confirmed |
Changed in fuel: | |
assignee: | Fuel QA Team (fuel-qa) → Alexey Stepanov (astepanov-m) |
Changed in fuel: | |
status: | Confirmed → In Progress |
Changed in fuel: | |
status: | In Progress → Won't Fix |
To post a comment you must log in.
Current status:
Devops successfully receives sudo flag from ssh manager. On fuel-devops 2.9.23 spike is used, on 3.0.2 standard API is used.
Investigating on devops side.