openmainframeproject / feilong

Feilong is a open source z/VM cloud connector project under the Open Mainframe Project umbrella that will accelerate the z/VM adoption, extending its ecosystem and its user experience. It provides a set of APIs to operate z/VM including guest, image, network, volume etc.
https://www.openmainframeproject.org/projects/feilong
Apache License 2.0
36 stars 70 forks source link

Sync ZCC db with ZVM after release fcps. #765

Closed LiJunBJZhu closed 1 year ago

LiJunBJZhu commented 1 year ago

After deleting BFV VMs, their consumed fcps are unreserved in ZCC db, however, the state of those fcps are still 'Active'. Now calling a sync_db_with_zvm() to ensure the state to be updated to 'free'.

dongyanyang commented 1 year ago

@LiJunBJZhu a reminder to fix the PEP8 error.

LiJunBJZhu commented 1 year ago

@LiJunBJZhu a reminder to fix the PEP8 error.

Resolved.