Skip to content

Commit

Permalink
check nomap=ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fenio committed Oct 27, 2024
1 parent 0fd8ac5 commit a2cce15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ func mountPVCOverSSH(
"-o", fmt.Sprintf("IdentityFile=%s", tmpFile.Name()),
"-o", "StrictHostKeyChecking=no",
"-o", "UserKnownHostsFile=/dev/null",
"-o", "nomap=ignore"

Check failure on line 311 in pkg/plugin/mount.go

View workflow job for this annotation

GitHub Actions / test

syntax error: unexpected newline in argument list; possibly missing comma or )
fmt.Sprintf("%s@localhost:/volume", sshUser),
localMountPoint,
"-p", fmt.Sprintf("%d", port),
Expand Down

0 comments on commit a2cce15

Please sign in to comment.