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: attach no longer works #614

Closed
marmarek opened this Issue Mar 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 29 Jun 2012 18:09 UTC

[~](joanna@dom0)$ qvm-block -a personal-win7 dom0:sdd
Traceback (most recent call last):
  File "/usr/bin/qvm-block", line 138, in <module>
    main()
  File "/usr/bin/qvm-block", line 98, in main                                    
    block_attach(vm, backend_vm, dev['device'], **kwargs)
  File "/usr/lib64/python2.6/site-packages/qubes/qubesutils.py", line 344, in block_attach
    error = xs.read('/local/domain/%d/error/backend/vbd/%d/%d/error' % (backend_vm.xid, vm.xid, block_name_to_devid(frontend)))
TypeError: function takes exactly 2 arguments (1 given)

Migrated-From: https://wiki.qubes-os.org/ticket/614

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

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