Bug 2043672
Summary: | [MAPO] root volumes not working | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | rlobillo | ||||
Component: | Cloud Compute | Assignee: | Michał Dulko <mdulko> | ||||
Cloud Compute sub component: | OpenStack Provider | QA Contact: | Itay Matza <imatza> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | high | ||||||
Priority: | high | CC: | m.andre, mbooth, mdulko, mfedosin, pprinett | ||||
Version: | 4.10 | Keywords: | Triaged | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.11.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2022-08-10 10:43:12 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Attachments: |
|
Description
rlobillo
2022-01-21 17:28:59 UTC
The volumes are created on openstack only for masters: $ o volume list +--------------------------------------+-----------------------+--------+------+------------------------------------------------+ | ID | Name | Status | Size | Attached to | +--------------------------------------+-----------------------+--------+------+------------------------------------------------+ | a4c14d0f-c88c-4869-8e7d-cae18dd2ed49 | ostest-5548v-master-0 | in-use | 25 | Attached to ostest-5548v-master-0 on /dev/vda | | 76e38ae9-4d1b-4ab9-97ff-dbe438aa3417 | ostest-5548v-master-1 | in-use | 25 | Attached to ostest-5548v-master-1 on /dev/vda | | 90375fe7-9847-4d3e-b4b1-d63c4d04c98e | ostest-5548v-master-2 | in-use | 25 | Attached to ostest-5548v-master-2 on /dev/vda | +--------------------------------------+-----------------------+--------+------+------------------------------------------------+ OCP version: 4.10.0-0.nightly-2022-01-21-074618 This is likely caused by Matt's latest work on volume AZ [1] missing downstream. [1] https://github.com/kubernetes-sigs/cluster-api-provider-openstack/pull/1030 Yes, this is a known limitation. Already addressed upstream, we just need to integrate it in MAPO now. Verified with OCP 4.11.0-0.nightly-2022-03-29-152521 on top of RHOS-16.1-RHEL-8-20220315.n.1. (MAPO is the default for OpenStack deployments on this version) Verification steps: Deploying a cluster with AZ and root volumes in the install-config.yaml: ``` apiVersion: v1 baseDomain: "shiftstack.com" compute: - name: worker platform: openstack: zones: ['AZhci-0', 'AZhci-1', 'AZhci-2'] additionalNetworkIDs: ['f8b46595-abf1-43cb-b8ca-fdb2aa531c07'] rootVolume: size: 25 type: tripleo zones: ['cinderAZ0', 'cinderAZ1', 'cinderAZ0'] replicas: 3 controlPlane: name: master platform: openstack: zones: ['AZhci-0', 'AZhci-1', 'AZhci-2'] rootVolume: size: 25 type: tripleo zones: ['cinderAZ0', 'cinderAZ1', 'cinderAZ0'] replicas: 3 ``` The openshfit installer finished successfully, and the machines are running. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069 |