mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #9] XML does not save #7
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#7
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 @ghost on GitHub (May 20, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/9
Hi there!
I did power down at VM and change the VM with XML web editor and some options and the change not been saved.
So I change the XML file using vi and add my changes and the XML web does not read the changes.
Is there a known bug or something ?
Thanks.
@retspen commented on GitHub (May 20, 2015):
Can you change in XML
to
if that is changed, so you have bad options.
@ghost commented on GitHub (May 20, 2015):
Not yet!
The options are: ...... cache= 'none' and io='native' in disk clause.
In webvirtmgr working fine.
@retspen commented on GitHub (May 21, 2015):
Can you show your libvirtd.log?
@ghost commented on GitHub (May 21, 2015):
My libvirtd.log show a lot of ...
2015-05-21 15:49:19.796+0000: 2651: error : virNetSocketReadWire:1446 : Cannot recv data: Connection reset by peer
2015-05-21 15:49:42.519+0000: 2651: error : virNetSocketReadWire:1454 : End of file while reading data: Input/output error
2015-05-21 15:50:03.062+0000: 2651: error : qemuMonitorIO:656 : internal error: End of file from monitor
2015-05-21 15:50:04.080+0000: 2651: error : virNetSocketReadWire:1446 : Cannot recv data: Connection reset by peer
2015-05-21 15:50:08.302+0000: 2651: error : virNetSocketReadWire:1454 : End of file while reading data: Input/output error
2015-05-21 16:08:09.445+0000: 2651: error : virNetSocketReadWire:1454 : End of file while reading data: Input/output error
2015-05-21 16:08:10.846+0000: 2651: error : virNetSocketReadWire:1454 : End of file while reading data: Input/output error
2015-05-21 16:11:58.826+0000: 2651: error : virNetSocketReadWire:1454 : End of file while reading data: Input/output error
@retspen commented on GitHub (May 21, 2015):
Can you show part when xml is changing?
@ghost commented on GitHub (May 21, 2015):
Nothing about the XML changes are logged.
Just add the options cache='none' and io='native' to better performance and the XML editor doesn't save. Other options like machine='pc-1.1' I can change.
Thanks.
@retspen commented on GitHub (May 24, 2015):
Can you edit your VM in virsh? Will you have changes?
@ghost commented on GitHub (May 25, 2015):
Yes, I can. Yes I do.