[
https://issues.apache.org/jira/browse/CLOUDSTACK-9035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15051191#comment-15051191
]
David Amorim Faria commented on CLOUDSTACK-9035:
------------------------------------------------
Start instance.
VR master: {noformat}
2015-12-10 16:28:20,579 configure.py main:889 Configuring vmpassword
2015-12-10 16:28:20,579 merge.py load:59 Loading data bag type vmpassword
2015-12-10 16:28:20,625 CsHelper.py execute:160 Executing: curl --header
"DomU_Request: save_password" "http://172.16.0.254:8080/" -F "ip=172.16.0.152"
-F "password=5wQpTK" -F "token=115ce552217e1830d1ef2ccf85db9b50" >/dev/null
2>/dev/null &
2015-12-10 16:28:20,630 configure.py __update:74 Update password server result
==> []
(...)
2015-12-10 16:28:25,888 configure.py main:889 Configuring vmpassword
2015-12-10 16:28:25,889 merge.py load:59 Loading data bag type vmpassword
2015-12-10 16:28:25,934 CsHelper.py execute:160 Executing: curl --header
"DomU_Request: save_password" "http://172.16.0.254:8080/" -F "ip=172.16.0.152"
-F "password=5wQpTK" -F "token=115ce552217e1830d1ef2ccf85db9b50" >/dev/null
2>/dev/null &
2015-12-10 16:28:25,939 configure.py __update:74 Update password server result
==> []
{noformat}
VR slave: {noformat}
2015-12-10 16:26:50,343 configure.py main:889 Configuring vmpassword
2015-12-10 16:26:50,343 merge.py load:59 Loading data bag type vmpassword
(...)
2015-12-10 16:28:22,164 configure.py main:889 Configuring vmpassword
2015-12-10 16:28:22,164 merge.py load:59 Loading data bag type vmpassword
(...)
2015-12-10 16:28:27,482 configure.py main:889 Configuring vmpassword
2015-12-10 16:28:27,482 merge.py load:59 Loading data bag type vmpassword
{noformat}
> Password file is stored only with Master when we Reset Password on the VM.
> --------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9035
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9035
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Virtual Router
> Affects Versions: 4.6.0
> Reporter: Bharat Kumar
> Assignee: Wilder Rodrigues
> Priority: Critical
> Fix For: 4.6.1
>
>
> we send the save password command to both the VRs in a rvr enabled network,
> But the password gets saved only in the master VR. This happens because the
> password server is not running in the backup.
> Because of this if someone resets the password of a VM and starts it when the
> backup becomes master. Then the password of the user VM will not change,
> because the save password command was not successful.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)