Skip to content

Commit

Permalink
Update config/common/errors.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Lebon <[email protected]>
  • Loading branch information
madhu-pillai and jlebon authored Oct 31, 2023
1 parent 3f2fbb8 commit 02914a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/common/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ var (
// boot device
ErrUnknownBootDeviceLayout = errors.New("layout must be one of: aarch64, ppc64le, x86_64")
ErrTooFewMirrorDevices = errors.New("mirroring requires at least two devices")
ErrNoLuksBootDevice = errors.New("s390x-device is required if layout: s390x-eckd && s390x-device: /dev/dasd[a-z] or s390x-zfcp && s390x-device: /dev/sd[a-z]")
ErrMirrorNotSupport = errors.New("layout: s390x-zfcp or s390x-eckd does not support mirror")
ErrNoLuksBootDevice = errors.New("device is required for layouts: s390x-eckd, s390x-device")
ErrMirrorNotSupport = errors.New("mirroring not supported on layouts: s390x-zfcp, s390x-eckd")

// partition
ErrReuseByLabel = errors.New("partitions cannot be reused by label; number must be specified except on boot disk (/dev/disk/by-id/coreos-boot-disk) or when wipe_table is true")
Expand Down

0 comments on commit 02914a5

Please sign in to comment.