mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-19 12:50:23 +00:00
remove useless comment
This commit is contained in:
parent
c055b1d85a
commit
b387daaabf
@ -114,7 +114,6 @@ func (fs *cephfsDriver) Run(driverName, nodeId, endpoint, volumeMounter string,
|
||||
fs.ns = NewNodeServer(fs.driver)
|
||||
|
||||
fs.cs = NewControllerServer(fs.driver, cachePersister)
|
||||
//fs.cs.LoadExDataFromMetadataStore()
|
||||
|
||||
server := csicommon.NewNonBlockingGRPCServer()
|
||||
server.Start(endpoint, fs.is, fs.cs, fs.ns)
|
||||
|
Loading…
Reference in New Issue
Block a user