diff --git a/api/v1beta1/foundationdbcluster_types.go b/api/v1beta1/foundationdbcluster_types.go index 2f6183858..38d4a3d3b 100644 --- a/api/v1beta1/foundationdbcluster_types.go +++ b/api/v1beta1/foundationdbcluster_types.go @@ -452,10 +452,6 @@ type FoundationDBClusterStatus struct { // If there are more than one value in the slice the reconcile phase is not finished. StorageServersPerDisk []int `json:"storageServersPerDisk,omitempty"` - // LogServersPerDisk defines the LogServersPerDisk observed in the cluster. - // If there are more than one value in the slice the reconcile phase is not finished. - LogServersPerDisk []int `json:"logServersPerDisk,omitempty"` - // ImageTypes defines the kinds of images that are in use in the cluster. // If there is more than one value in the slice the reconcile phase is not // finished. diff --git a/api/v1beta1/zz_generated.deepcopy.go b/api/v1beta1/zz_generated.deepcopy.go index 989453e8b..8801d958d 100644 --- a/api/v1beta1/zz_generated.deepcopy.go +++ b/api/v1beta1/zz_generated.deepcopy.go @@ -771,11 +771,6 @@ func (in *FoundationDBClusterStatus) DeepCopyInto(out *FoundationDBClusterStatus *out = make([]int, len(*in)) copy(*out, *in) } - if in.LogServersPerDisk != nil { - in, out := &in.LogServersPerDisk, &out.LogServersPerDisk - *out = make([]int, len(*in)) - copy(*out, *in) - } if in.ImageTypes != nil { in, out := &in.ImageTypes, &out.ImageTypes *out = make([]ImageType, len(*in)) diff --git a/config/crd/bases/apps.foundationdb.org_foundationdbclusters.yaml b/config/crd/bases/apps.foundationdb.org_foundationdbclusters.yaml index 8992e5ce2..bdabf8862 100644 --- a/config/crd/bases/apps.foundationdb.org_foundationdbclusters.yaml +++ b/config/crd/bases/apps.foundationdb.org_foundationdbclusters.yaml @@ -9966,10 +9966,6 @@ spec: type: string type: array type: object - logServersPerDisk: - items: - type: integer - type: array missingProcesses: additionalProperties: format: int64