qingcloud-csi icon indicating copy to clipboard operation
qingcloud-csi copied to clipboard

support online resizing of neonsan

Open runkecheng opened this issue 4 years ago • 1 comments

What would you like to be added:

support resize neonsan .

References: https://openebs.io/blog/resize-k8s-statefulset-without-impact/

Why is this needed:

NeonSan supports resize online, but uses QingCloud-CSI unable to implement this feature of NeonSan.

can not resize(online or offline) neonsan now.

runkecheng avatar Jul 16 '21 02:07 runkecheng

From a VM's point of view, there's no difference between a NeonSAN block device and any other types of block device.

This is due to the fact that QingCloud IAAS implements NeonSAN volume by first mounting the NeonSAN block device on the Hyper machine and then pass through that block to the VM.

So there's not much that the qingcloud-csi can do before there's any corresponding change made in the IAAS layer.

dkeven avatar Oct 15 '21 06:10 dkeven