mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #73] operation failed: could not eject media on drive-ide0-1-0: Device drive-ide0-1-0 is locked #61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wildstray on GitHub (Jun 13, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/73
It happened when I tryed to disconnect an image from a running VM.
Environment:
Request Method: POST
Request URL: http://10.10.10.170/webvirtmgr/vds/1/test_webgui/
Django Version: 1.4.5
Python Version: 2.6.6
Installed Applications:
('django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.admin',
'django.contrib.admindocs',
'vds')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware')
Traceback:
File "/usr/lib/python2.6/dist-packages/django/core/handlers/base.py" in get_response
Exception Type: libvirtError at /vds/1/test_webgui/
Exception Value: operation failed: could not eject media on drive-ide0-1-0: Device drive-ide0-1-0 is locked
@retspen commented on GitHub (Jun 13, 2013):
Fix -
github.com/retspen/webvirtmgr@741158b1f9