Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS-7749 VM.js methods using vminfod event stream should timeout on vminfod events, not on the VM actions #869

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/vm/man/vmadm.1m.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tab-complete UUIDs rather than having to type them out for every command.
See the 'SNAPSHOTS' section below for some more details on how to use
these snapshots, and their restrictions.

events [-fjr] [uuid]
events [-fjr] [<uuid>]

Output events seen for a given VM (all VMs on the system if the uuid
argument is omitted). The command will run indefinitely outputting a
Expand Down Expand Up @@ -2745,4 +2745,3 @@ Some of the vmadm commands depend on the vmadmd(1M) service:
If the vmadmd service is stopped while the vmadm utility is running, the vmadm
command behaviour will be undefined. Additionally if the service is not
running, some commands will be unavailable.

222 changes: 93 additions & 129 deletions src/vm/node_modules/VM.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading