mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-27 00:15:56 +03:00
[GH-ISSUE #215] local variable 'disk_cache' referenced before assignment #144
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#144
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 @lord-kyron on GitHub (Jan 10, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/215
@catborise - after the latest commit to your own webvirctloud repo, I am getting this when I try to open running VM:
@lord-kyron commented on GitHub (Jan 10, 2019):
I think I've found the issue:
line 251 in vrtManager/instace.py
disk_format = used_size = disk_size = None
should include 'disk_cache' also, cause in my case some drives does not have cache, but it cannot give me cache: none and it crashes.
I've fixed this locally, but you may want to fix it there.
@catborise commented on GitHub (Jan 12, 2019):
Thanks bandic i will fix. You are right.
@lord-kyron commented on GitHub (Jan 17, 2019):
Fixed! Thanks!