Skip to content
  • Iustin Pop's avatar
    Improve LURunClusterCommand · 02715459
    Iustin Pop authored
    This function used a hand-coded ssh call to remote nodes. Fix it to use the
    ssh.SSHCall function, and in the process drop the command field from the
    results, as it's too verbose and we can use (in gnt-cluster) what we passed in.
    
    Reviewed-by: schreiberal
    02715459