powervm / pypowervm

Python library for interacting with the PowerVM API
Apache License 2.0
26 stars 14 forks source link

HMC suspend operation support. #6

Closed shunliz closed 6 years ago

shunliz commented 6 years ago

Is there any plan to support HMC suspend/resume operation in this lib? Or if there is any workround for suspend/reume?

edmondsw commented 6 years ago

pypowervm works with NovaLink, not HMC. NovaLink does not support suspend/resume, and I do not believe there are any plans to change that.

edmondsw commented 6 years ago

update: suspend/resume is deprecated for HMC and does not exist on Power9, so there's not going to be any new development around that.

shunliz commented 6 years ago

Thanks edmondsw for your reply.