UpdateNetworkConfig timeout or async call
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 763
- PR merge metrics
- No merged PRs in 30d
Description
I issue a configManager.networkSystem.UpdateNetworkConfig call and update some network settings which makes the server unreachable. That is ok and expected, but the call never times out or fails/throws an exception, just hangs forever. Is there a way to have the call timeout and or through an exception?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the pyVmomi handling of the UpdateNetworkConfig call and reproduce the request with network settings that make the server unreachable. Determine how the call currently behaves when connectivity is lost, then define completion as a bounded timeout and a documented exception or failure result instead of an indefinite hang.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100