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:
Madhu Rajanna 2024-02-06 14:54:38 +01:00 committed by mergify[bot]
parent ff6eda0de1
commit 6ec86879e6

View File

@ -200,6 +200,7 @@ func (fs *Driver) Run(conf *util.Config) {
IS: fs.is,
CS: fs.cs,
NS: fs.ns,
GS: fs.cs,
}
server.Start(conf.Endpoint, srv)