vmware / vmware/pyvmomi

UpdateNetworkConfig timeout or async call

Open
#740 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.