Skip to content

Commit

Permalink
fix(sbs): use new SBS volume id convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Nox-404 committed Mar 5, 2024
1 parent b14d6df commit e9dd4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/diskutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
diskByIDPath = "/dev/disk/by-id"
diskSCWPrefix = "scsi-0SCW_b_ssd_volume-"
diskSCWPrefix = "scsi-0SCW_sbs_"
diskLuksMapperPrefix = "scw-luks-"
diskLuksMapperPath = "/dev/mapper/"

Expand Down

0 comments on commit e9dd4c0

Please sign in to comment.