Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing filesystem formatting options in NodeStageVolume phase #402

Open
dsupure opened this issue Nov 26, 2019 · 0 comments
Open

Comments

@dsupure
Copy link

dsupure commented Nov 26, 2019

What would you like to be added:

Filesystem formatting options for the host formatting tools, such as linux mkfs.

Why is this needed:

At present, VolumeCapability_MountVolume only has FsType and MountFlags fields,
there is no way to pass the options for formatting filesystem such as ext4, xfs in linux. Each vendor needs to implement its own way to deliver these options. It would be nice to have a field like FsFmtFlags to passing the options to plugins/drivers.

nixpanic added a commit to nixpanic/csi-spec that referenced this issue Apr 29, 2020
Make it possible to add options to `mkfs` for formatting a filesystem.
With additional options to create a filesystem on a volume, provisioners
can be instructed to enable/disable certain features that may not be
available on all nodes.

See-also: ceph/ceph-csi#374
Fixes: container-storage-interface#402
nixpanic added a commit to nixpanic/csi-spec that referenced this issue Apr 29, 2020
Make it possible to add options to `mkfs` for formatting a filesystem.
With additional options to create a filesystem on a volume, provisioners
can be instructed to enable/disable certain features that may not be
available on all nodes.

See-also: ceph/ceph-csi#374
Fixes: container-storage-interface#402
nixpanic added a commit to nixpanic/csi-spec that referenced this issue Apr 29, 2020
Make it possible to add options to `mkfs` for formatting a filesystem.
With additional options to create a filesystem on a volume, provisioners
can be instructed to enable/disable certain features that may not be
available on all nodes.

See-also: ceph/ceph-csi#374
Fixes: container-storage-interface#402
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 a pull request may close this issue.

1 participant