Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21 from openebs/openebs-provisioner-dev
Browse files Browse the repository at this point in the history
Set the default lun number to 0
  • Loading branch information
kmova authored Jan 3, 2018
2 parents d922e54 + f188054 commit 83581b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openebs/openebs-provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (p *openEBSProvisioner) Provision(options controller.VolumeOptions) (*v1.Pe
ISCSI: &v1.ISCSIVolumeSource{
TargetPortal: targetPortal,
IQN: iqn,
Lun: 1,
Lun: 0,
FSType: "ext4",
ReadOnly: false,
},
Expand Down

0 comments on commit 83581b7

Please sign in to comment.