[
https://issues.apache.org/jira/browse/CLOUDSTACK-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950939#comment-13950939
]
Francois Scala commented on CLOUDSTACK-6301:
--------------------------------------------
Hi,
I've tested with "virsh edit" and "virsh dumpxml --security-info" show the same
result, no password.
But "virsh edit" show a port as -1
virsh dumpxml --security-info i-1-23-VM | grep vnc
<graphics type='vnc' port='5901' autoport='yes' listen='0.0.0.0'>
By the way, the exact version is 4.2.1
Regards.
> kvm : vnc password is disabled when rebooted
> --------------------------------------------
>
> Key: CLOUDSTACK-6301
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6301
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: KVM
> Affects Versions: 4.2.0
> Reporter: Francois Scala
> Assignee: John Kinsella
> Labels: security
>
> When a VM is rebooted from the cloudstack GUI, the xml recreated without the
> vnc password.
> Here is the libvirt vnc configuration from a running vm :
> <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'
> passwd='a671096d9ecda37e'>
> <listen type='address' address='0.0.0.0'/>
> </graphics>
> The same configuration afger a reboot :
> <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'>
> <listen type='address' address='0.0.0.0'/>
> </graphics>
--
This message was sent by Atlassian JIRA
(v6.2#6252)