spec icon indicating copy to clipboard operation
spec copied to clipboard

Allow passing filesystem formatting options in NodeStageVolume phase

Open dsupure opened this issue 5 years ago • 0 comments

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.

dsupure avatar Nov 26 '19 21:11 dsupure