Skip to content

utils/mount/mount_linux.go: replace 'mkdir -p' invocation with MkdirAll() standard Go function#1152

Open
timp87 wants to merge 1 commit into
NetApp:masterfrom
timp87:mount_linux-no-mkdir-cmd
Open

utils/mount/mount_linux.go: replace 'mkdir -p' invocation with MkdirAll() standard Go function#1152
timp87 wants to merge 1 commit into
NetApp:masterfrom
timp87:mount_linux-no-mkdir-cmd

Conversation

@timp87
Copy link
Copy Markdown

@timp87 timp87 commented Jun 3, 2026

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 NFS4.

…ll() standard Go function

It makes trident possible to use on Talos at least with NFS NetApp#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 NFS4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant