kubernetes-retired / drivers

[EOL] Example CSI Drivers
Apache License 2.0
140 stars 92 forks source link

Update CSI sepc to support expand volume #151

Closed cwdsuzhou closed 5 years ago

cwdsuzhou commented 5 years ago

Since, current spec is 1.0.0 and does not support expand volume. I would to update the spec to 1.1.0 to support it.

cwdsuzhou commented 5 years ago

@msau42 I need help

cwdsuzhou commented 5 years ago

/assign @msau42

msau42 commented 5 years ago

Hi @cwdsuzhou, which driver are you interested in adding resizing support for? We are deprecating this repo and moving each driver to its own separate repository.

cwdsuzhou commented 5 years ago

Hi @cwdsuzhou, which driver are you interested in adding resizing support for? We are deprecating this repo and moving each driver to its own separate repository.

Thank you! I wonder if you will deprecate the csi-common or move it to a separate repository? Actually, we develop our own csi driver and it is depended on csi-common.

msau42 commented 5 years ago

Which part if csi-common do you find useful? We were not planning to update csi-common but we can consider pulling out pieces that you find useful

cwdsuzhou commented 5 years ago

Which part if csi-common do you find useful? We were not planning to update csi-common but we can consider pulling out pieces that you find useful

We extended the csi-common overall. Would you like to mv it to a separate repository as a common lib like provisioner-lib? And I found other drievrs like alibaba csipluginceph csi also depend on csi-common.