From 77d9428ea397c82f32702527504e05fd005860b6 Mon Sep 17 00:00:00 2001 From: Utkarsh Mani Tripathi Date: Thu, 28 Nov 2019 14:14:29 +0530 Subject: [PATCH] address review comments Signed-off-by: Utkarsh Mani Tripathi --- mock/remote.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mock/remote.go b/mock/remote.go index 95fc898..2483fae 100644 --- a/mock/remote.go +++ b/mock/remote.go @@ -52,9 +52,6 @@ func (r *remoteBs) Unmap(bs int64, size int64) (int, error) { func initializeSCSITarget(size int64) { iscsit.EnableStats = true - scsi.SCSIVendorID = "OPENEBS" - scsi.SCSIProductID = "JIVA" - scsi.SCSIID = "iqn.2016-09.com.jiva.openebs:iscsi-tgt" scsi.EnableORWrite16 = false scsi.EnablePersistentReservation = false scsi.EnableMultipath = false @@ -79,7 +76,7 @@ func (r *remoteBs) Startup(name string, frontendIP string, clusterIP string, siz } } - r.tgtName = "iqn.2016-09.com.openebs.jiva:" + name + r.tgtName = "iqn.2016-09.com.gotgt.gostor:" + name r.lhbsName = "RemBs:" + name r.cfg = &config.Config{ Storages: []config.BackendStorage{