Revision 8b2df5f6 lib/ssh.py

b/lib/ssh.py
212 212
        - detail: string with details
213 213

  
214 214
    """
215
    retval = self.Run(node, 'root', 'hostname')
215
    retval = self.Run(node, 'root', 'hostname --fqdn')
216 216

  
217 217
    if retval.failed:
218 218
      msg = "ssh problem"

Also available in: Unified diff