Commit 6481508
committed
utils/mount/mount_linux.go: replace 'mkdir -p' invocation with MkdirAll() standard Go function
It makes trident possible to use on Talos at least with NFS #806
mount.nfs* tools are already being added to the image, see https://github.com/NetApp/trident/blob/v26.02.1/Dockerfile#L13 for example.
So `mkdir` was the only reason why trident could not be used on Talos with NFS41 parent 0b2f100 commit 6481508
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments