You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use lvm-localpv withing MinIO and some other applications with high number of Inode usage and sometimes I need to inject extra params into mkfs command
Describe the solution you'd like
Adding mkfsOptions just like mountOptions
Anything else you would like to add:
I wanted to add this feature as a PR but I don't know where to change the code to add this (I mean connecting parameters struct into formatAndMountSensitive function
(line #358 of pkg/lvm/mount.go)
Environment:
LVM Driver version
Kubernetes version (use kubectl version): 1.28
Kubernetes installer & version: Kubespray
Cloud provider or hardware configuration: Self Hosted
OS (e.g. from /etc/os-release): debian bookworm
The text was updated successfully, but these errors were encountered:
Describe the problem/challenge you have
I want to use lvm-localpv withing MinIO and some other applications with high number of Inode usage and sometimes I need to inject extra params into
mkfs
commandDescribe the solution you'd like
Adding
mkfsOptions
just likemountOptions
Anything else you would like to add:
I wanted to add this feature as a PR but I don't know where to change the code to add this (I mean connecting parameters struct into formatAndMountSensitive function
(line #358 of pkg/lvm/mount.go)
Environment:
kubectl version
): 1.28/etc/os-release
): debian bookwormThe text was updated successfully, but these errors were encountered: