[GH-ISSUE #9] XML does not save #7

Open
opened 2026-02-27 15:56:57 +03:00 by kerem · 8 comments
Owner

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.

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.
Author
Owner

@retspen commented on GitHub (May 20, 2015):

Can you change in XML

<domain type='kvm'>

to

<domain type='qemu'>

if that is changed, so you have bad options.

<!-- gh-comment-id:103759771 --> @retspen commented on GitHub (May 20, 2015): Can you change in XML ``` xml <domain type='kvm'> ``` to ``` xml <domain type='qemu'> ``` if that is changed, so you have bad options.
Author
Owner

@ghost commented on GitHub (May 20, 2015):

Not yet!

The options are: ...... cache= 'none' and io='native' in disk clause.
In webvirtmgr working fine.

<!-- gh-comment-id:103904280 --> @ghost commented on GitHub (May 20, 2015): Not yet! The options are: ...... cache= 'none' and io='native' in disk clause. In webvirtmgr working fine.
Author
Owner

@retspen commented on GitHub (May 21, 2015):

Can you show your libvirtd.log?

<!-- gh-comment-id:104331237 --> @retspen commented on GitHub (May 21, 2015): Can you show your libvirtd.log?
Author
Owner

@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

<!-- gh-comment-id:104347074 --> @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
Author
Owner

@retspen commented on GitHub (May 21, 2015):

Can you show part when xml is changing?

<!-- gh-comment-id:104372345 --> @retspen commented on GitHub (May 21, 2015): Can you show part when xml is changing?
Author
Owner

@ghost commented on GitHub (May 21, 2015):

Nothing about the XML changes are logged.

image

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.

<!-- gh-comment-id:104397866 --> @ghost commented on GitHub (May 21, 2015): Nothing about the XML changes are logged. ![image](https://cloud.githubusercontent.com/assets/3639439/7757190/dc27867c-ffd6-11e4-9052-9f47dc9e3c8c.png) 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.
Author
Owner

@retspen commented on GitHub (May 24, 2015):

Can you edit your VM in virsh? Will you have changes?

<!-- gh-comment-id:105044198 --> @retspen commented on GitHub (May 24, 2015): Can you edit your VM in virsh? Will you have changes?
Author
Owner

@ghost commented on GitHub (May 25, 2015):

Yes, I can. Yes I do.

<!-- gh-comment-id:105083500 --> @ghost commented on GitHub (May 25, 2015): Yes, I can. Yes I do.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#7
No description provided.