mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
cephfs: register group controller
register the group controller service for the cephfs. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
ff6eda0de1
commit
6ec86879e6
@ -200,6 +200,7 @@ func (fs *Driver) Run(conf *util.Config) {
|
|||||||
IS: fs.is,
|
IS: fs.is,
|
||||||
CS: fs.cs,
|
CS: fs.cs,
|
||||||
NS: fs.ns,
|
NS: fs.ns,
|
||||||
|
GS: fs.cs,
|
||||||
}
|
}
|
||||||
server.Start(conf.Endpoint, srv)
|
server.Start(conf.Endpoint, srv)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user