Skip to content

Commit

Permalink
Merge #37125
Browse files Browse the repository at this point in the history
37125: roachprod: enable verbose logging for scp r=ajwerner a=ajwerner

This single '-v' flag enable debug1 level logging in ssh in hopes
of helping root cause issues like #37113.

Co-authored-by: Andrew Werner <ajwerner@cockroachlabs.com>
  • Loading branch information
craig[bot] and ajwerner committed Apr 25, 2019
2 parents d7953f4 + 277ceb3 commit 9e17cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachprod/install/cluster_synced.go
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ func (c *SyncedCluster) SSH(sshArgs, args []string) error {

func (c *SyncedCluster) scp(src, dest string) error {
args := []string{
"scp", "-r", "-C",
"scp", "-v", "-r", "-C",
"-o", "StrictHostKeyChecking=no",
}
args = append(args, sshAuthArgs()...)
Expand Down

0 comments on commit 9e17cb9

Please sign in to comment.