mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-249084: deleted more unneeded code
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
e3eddb42ee
commit
49fd823650
@ -57,15 +57,8 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages
|
||||
{
|
||||
public LvmOhbaSrDescriptor(FibreChannelDevice device, IXenConnection connection)
|
||||
{
|
||||
Host master = Helpers.GetMaster(connection);
|
||||
Device = device;
|
||||
|
||||
// CA-19025: Change XenCenter SR.create for LVMoHBA to use the
|
||||
// updated SCSIid parameter rather than the device path
|
||||
if (master != null)
|
||||
{
|
||||
DeviceConfig[SrProbeAction.SCSIid] = device.SCSIid;
|
||||
}
|
||||
DeviceConfig[SrProbeAction.SCSIid] = device.SCSIid;
|
||||
|
||||
Description = string.Format(Messages.NEWSR_LVMOHBA_DESCRIPTION, device.Vendor, device.Serial);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user