Skip to content

Commit 30ebc6f

Browse files
stuggiclaude
andcommitted
[b/r] Add OSPRH-27441 tracking for G→Gi unit conversion
Document the Jira issue tracking the conversion of decimal storage units (G) to binary units (Gi) across operator defaults and samples. Lists all affected repos: mariadb-operator, telemetry-operator, openstack-operator samples, glance/ironic/ovn/swift/designate operators, architecture, and data-plane-adoption. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cc702de commit 30ebc6f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/dev/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ Examples:
9090

9191
To fix existing PVCs: Edit the PVC to change storage units (e.g., `5G``5Gi`), then restart pods using the PVC. See [Storage Volume Troubleshooting](backup-restore-storage-volumes.md#fix-lvms-snapshot-size-mismatch-error) for details.
9292

93+
**Tracking:** [OSPRH-27441](https://issues.redhat.com/browse/OSPRH-27441) tracks converting `G``Gi` defaults across operator code and samples. Affected areas:
94+
95+
- **mariadb-operator**: `galera_types.go``storageRequestProdMin = "5G"`
96+
- **telemetry-operator**: `metricstorage_types.go` — kubebuilder defaults `"20G"` for `pvcStorageRequest`
97+
- **openstack-operator**: all `config/samples/` use `storageRequest: 10G`
98+
- **glance-operator**, **ironic-operator**, **ovn-operator**, **swift-operator**, **designate-operator**: samples and kuttl tests use `G`
99+
- **architecture**: base controlplane and DT examples use `G`
100+
- **data-plane-adoption**: test role defaults use `G`
101+
93102
**Verification:**
94103
```bash
95104
# Check if VolumeSnapshotClass exists

0 commit comments

Comments
 (0)