Skip to content

Commit

Permalink
Update pkg/provisioner/longhornv2.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kiefer Chang <[email protected]>
  • Loading branch information
tserong and bk201 authored Sep 10, 2024
1 parent 35bce97 commit 1fac580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provisioner/longhornv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (p *LonghornV2Provisioner) Provision() (isRequeueNeeded bool, err error) {
tags = p.device.Spec.Tags
}

// Here we want eitehr a BDF path, or a /dev/disk/by-id/ path (not the short
// Here we want either a BDF path, or a /dev/disk/by-id/ path (not the short
// path like /dev/sdx which might change)
devPath, err := resolveLonghornV2DevPath(p.device)
if err != nil {
Expand Down

0 comments on commit 1fac580

Please sign in to comment.