Skip to content

Commit

Permalink
fixed nsenter command
Browse files Browse the repository at this point in the history
Signed-off-by: viktor.kramarenko <[email protected]>
  • Loading branch information
ViktorKram committed Jan 30, 2024
1 parent f100a2c commit 28d81f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/agent/pkg/utils/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
nsenter = "/usr/bin/nsenter"
nsenter = "/usr/bin/nsenter -m -u -i -n -p -t 1"
)

func GetBlockDevices() ([]internal.Device, string, error) {
Expand Down

0 comments on commit 28d81f9

Please sign in to comment.