mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
csiaddons: initial implementation of CSI-Addons VolumeGroup
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
d248a1e200
commit
9b41feac9d
@ -222,7 +222,7 @@ func (r *Driver) setupCSIAddonsServer(conf *util.Config) error {
|
||||
rcs := casrbd.NewReplicationServer(NewControllerServer(r.cd))
|
||||
r.cas.RegisterService(rcs)
|
||||
|
||||
vgcs := casrbd.NewVolumeGroupServer(NewControllerServer(r.cd))
|
||||
vgcs := casrbd.NewVolumeGroupServer()
|
||||
r.cas.RegisterService(vgcs)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user