mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
cephfs: use conf.InstanceID instead of global variable
RBD does not have a global CSIInstanceID variable anymore, there is no need for CephFS to use one either. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
dfb48bac17
commit
130e8b42f2
@ -31,7 +31,7 @@ func TestControllerServer_validateCreateVolumeGroupSnapshotRequest(t *testing.T)
|
||||
t.Parallel()
|
||||
cs := ControllerServer{
|
||||
DefaultControllerServer: csicommon.NewDefaultControllerServer(
|
||||
csicommon.NewCSIDriver("cephfs.csi.ceph.com", "1.0.0", "test")),
|
||||
csicommon.NewCSIDriver("cephfs.csi.ceph.com", "1.0.0", "test", "default")),
|
||||
}
|
||||
|
||||
type args struct {
|
||||
|
Reference in New Issue
Block a user