mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #281] Cannot resize memory from web gui #183
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#183
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 @james-watson-oxb on GitHub (Jan 13, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/281
When I attempt to change the memory size from the web gui I get the following error:
[error] 20973#20973: *6510 open() "/srv/webvirtcloud/static/js/worker-xml.js" failed (2: No such file or directory) client: 1.1.1.1, server: , request: "GET /static/js/worker-xml.js HTTP/1.1", host: "11.1.12.1:8020"
I have the last git pull and this is new installation running on Ubuntu 18.04
Please advise how to solve. I do not see worker-xml in the git pull, do I need to update any names in the code ?
root@k1:~# ls /srv/webvirtcloud/static/js/
ace.js bootstrap.min.js bootstrap-multiselect.js Chart.bundle.min.js ext-textarea.js jquery.js js.cookie.js mode-xml.js novnc plugins sortable.min.js spice-html5
@catborise commented on GitHub (Jan 13, 2020):
worker-xml.js is a trivial error. it does not effect the app.
Is vm running while resizing ?
Only Current allocation could be changed if it is running.
@james-watson-oxb commented on GitHub (Jan 13, 2020):
Yes the VM is running. I click Resize and the web is then redirected back to the resize page and the values do not change. The only error in the logs is the one above so I thought it maybe the cause. How else can i troubleshoot this issue ? any debug options available ?
@catborise commented on GitHub (Jan 13, 2020):
It is working without feedback. It will be good if i add feedback message.
as i said, while it is running you can change only "Current allocation", but not "Maximum allocation".
you can check it if it is working:
instance details -> settings -> XML
check xml to see if there is a tag like:
if memory and current memory values are different, then it is working.
what is the guest os(instance os)? windows or linux?