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

qvm-block / qvm-device broken in 4.0 -- no frontend-dev options like doc says #4119

Open
t4777sd opened this Issue Jul 21, 2018 · 2 comments

Comments

Projects
None yet
3 participants
@t4777sd

t4777sd commented Jul 21, 2018

Qubes OS version:

4.0

Affected component(s):

qvm-block / qvm-device

Steps to reproduce the behavior:

Run any of the various commands that should be valid and you will see an error:

qvm-block attach --ro --frontend=xtest test-vm dom0:loop1
qvm-device block attach --ro --frontend-dev=xtest test-vm dom0:loop1

For qvm-block you can see the documentation lists valid options: https://www.qubes-os.org/doc/tools/3.2/dom0/qvm-block/

The "frontend" command is not being recognized in 4.0. There is no correspodning documentation for 4.0, so 3.2 documentation is the only available documentation for the 4.0 commands that I could find.

Regarding qvm-device, the latest documentation is here: https://dev.qubes-os.org/projects/core-admin-client/en/latest/manpages/qvm-device.html

frontend-dev is listed as an option, but when it is utilized it fails complaining of unrecognized option

Expected behavior:

Commands succeed and frontend dev is set accordingly. Or the documentation is updated with the proper way to set the frontend dev

Actual behavior:

Command fails complaining of unrecognized arguments

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 21, 2018

Member

In 4.0, it's -o frontend-dev=...

Member

marmarek commented Jul 21, 2018

In 4.0, it's -o frontend-dev=...

@andrewdavidwong andrewdavidwong added this to the Ongoing milestone Jul 22, 2018

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
Member

andrewdavidwong commented Jul 22, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment