Hide Forgot
Description of problem: When fencing a host, Notice that the first line prints the password but the second doesn't. Thread-736761::DEBUG::2011-02-03 10:32:49,299::clientIF::40::vds::(wrapper) [10.35.1.69]::call fenceNode with ('10.35.18.55', '', 'ilo', 'USERID', 'PASSW0RD', 'off', '', 'ssl=no') {} Thread-736761::DEBUG::2011-02-03 10:32:49,300::clientIF::1330::vds::(fenceNode) fenceNode(addr=10.35.18.55,port=,agent=ilo,user=USERID,passwd=XXXX,action=off,secure=,options=ssl=no) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Fence a host Actual results: The password is printed to the VDSM log. Expected results: The password must not be printed to the log. Additional info:
http://git.engineering.redhat.com/?p=users/dkenigsb/vdsm.git;a=commitdiff;h=c59a104b56376338ce51af4a8e1a66e38dfa17a0
that specific log line is removed.
Verified. The following log does not contain any data that the next log miss so it's probably OK to remove it: Thread-10842::DEBUG::2011-02-09 18:49:22,648::clientIF::41::vds::(wrapper) [10.35.116.100]::call fenceNode with ('rhev-i24c-02-drac.mpc.lab.eng.bos.redhat.com', '', 'ipmilan', 'root', 'calvin', 'status', '', '') {} Thread-10842::DEBUG::2011-02-09 18:49:22,648::clientIF::1341::vds::(fenceNode) fenceNode(addr=rhev-i24c-02-drac.mpc.lab.eng.bos.redhat.com,port=,agent=ipmilan,user=root,passwd=XXXX,action=status,secure=,options=)