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