ceph-csi/internal/cephfs
Niels de Vos ddac66d76b util: use context.Context for logging in ExecCommand
All calls to util.ExecCommand() now pass the context.Context. In some
cases this is not possible or needed, and util.ExecCommand() will not
log the command.

This should make debugging easier when command executions fail.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-07-24 16:04:13 +00:00
..
cephfs_util.go util: simplify error handling 2020-07-23 11:16:40 +00:00
controllerserver.go cephfs: simplify error handling 2020-07-23 11:16:40 +00:00
driver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
errors.go cephfs: simplify error handling 2020-07-23 11:16:40 +00:00
fsjournal.go cephfs: simplify error handling 2020-07-23 11:16:40 +00:00
identityserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
nodeserver.go cephfs: simplify error handling 2020-07-23 11:16:40 +00:00
util.go util: use context.Context for logging in ExecCommand 2020-07-24 16:04:13 +00:00
volume.go util: use context.Context for logging in ExecCommand 2020-07-24 16:04:13 +00:00
volumemounter.go util: use context.Context for logging in ExecCommand 2020-07-24 16:04:13 +00:00
volumeoptions.go cephfs: simplify error handling 2020-07-23 11:16:40 +00:00