You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/common/errors.go
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,8 @@ var (
54
54
ErrMountPointForbidden=errors.New("path must be under /etc or /var if with_mount_unit is true")
55
55
56
56
// boot device
57
-
ErrUnknownBootDeviceLayout=errors.New("layout must be one of: aarch64, ppc64le, s390x-eckd, s390x-virt, s390x-zfcp, x86_64")
57
+
ErrUnknownBootDeviceLayout=errors.New("layout must be one of: aarch64, ppc64le, x86_64")
58
58
ErrTooFewMirrorDevices=errors.New("mirroring requires at least two devices")
59
-
ErrNoLuksBootDevice=errors.New("device is required for layouts: s390x-eckd, s390x-zfcp")
60
-
ErrMirrorNotSupport=errors.New("mirroring not supported on layouts: s390x-eckd, s390x-zfcp, s390x-virt")
61
-
ErrLuksBootDeviceBadName=errors.New("device name must start with /dev/dasd on s390x-eckd layout or /dev/sd on s390x-zfcp layout")
62
59
63
60
// partition
64
61
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")
0 commit comments