seaweedfs-csi-driver icon indicating copy to clipboard operation
seaweedfs-csi-driver copied to clipboard

Safe updates are too cumbersome

Open zemul opened this issue 3 years ago • 5 comments

When I updated the CSI plugin, the mount was all gone. Safe updates are too cumbersome. Is there a better way to do it?

zemul avatar Mar 21 '22 02:03 zemul

What is security updates?

chrislusf avatar Mar 21 '22 04:03 chrislusf

What is security updates?

Sorry, the input is wrong. I would like to ask why the csi driver update causes unmount.

zemul avatar Mar 21 '22 05:03 zemul

Need to mount to the same collection. The readme has some info.

chrislusf avatar Mar 21 '22 05:03 chrislusf

Need to mount to the same collection. The readme has some info.

I think safe updates are too cumbersome. the mount process is best hosted on the host rather than in a CSI-Node container

zemul avatar Mar 23 '22 12:03 zemul

but this is how CSI works...

You can of course mount manually on the host. There are no big differences, except some "collection" related variables are automatically configured in CSI drivers.

  -collection string
    	collection to create the files
  -collectionQuotaMB int
    	quota for the collection

chrislusf avatar Mar 23 '22 17:03 chrislusf