Hide Forgot
We're asking the following questions to evaluate whether or not this bug warrants blocking an upgrade edge from either the previous X.Y or X.Y.Z. The ultimate goal is to avoid delivering an update which introduces new risk or reduces cluster functionality in any way. Sample answers are provided to give more context and the ImpactStatementRequested label has been added to this bug. When responding, please remove ImpactStatementRequested and set the ImpactStatementProposed label. The expectation is that the assignee answers these questions. Who is impacted? If we have to block upgrade edges based on this issue, which edges would need blocking? * example: Customers upgrading from 4.y.Z to 4.y+1.z running on GCP with thousands of namespaces, approximately 5% of the subscribed fleet * example: All customers upgrading from 4.y.z to 4.y+1.z fail approximately 10% of the time What is the impact? Is it serious enough to warrant blocking edges? * example: Up to 2 minute disruption in edge routing * example: Up to 90 seconds of API downtime * example: etcd loses quorum and you have to restore from backup How involved is remediation (even moderately serious impacts might be acceptable if they are easy to mitigate)? * example: Issue resolves itself after five minutes * example: Admin uses oc to fix things * example: Admin must SSH to hosts, restore from backups, or other non standard admin activities Is this a regression (if all previous versions were also vulnerable, updating to the new, vulnerable version does not increase exposure)? * example: No, it has always been like this we just never noticed * example: Yes, from 4.y.z to 4.y+1.z Or 4.y.z to 4.y.z+1
1. Who is impacted? If we have to block upgrade edges based on this issue, which edges would need blocking? A. Customers upgrading from 4.6.z to 4.8.z (all releases of 4.7 is broken as well) and using datastores which are inside datastore cluster (a unsupported configuration) or inside a storage folder(supported configuration). 2. What is the impact? Is it serious enough to warrant blocking edges? A. Prometheus or AlertManager or any pods that use PVs will not able to come up.Unless they re-create PV (data loss) or carefully delete and create PV in such a way that, they can bind to same disk (possible but complicated) How involved is remediation (even moderately serious impacts might be acceptable if they are easy to mitigate)? A. It is possible to workaround the bug by removing storage folder or datastore cluster name from datastore name and just specify datastore name. But this requires re-creation of PVs. But for existing PVs, customer must carefully delete and re-create PVs in such a way that they can bind the PV to same disk. There is a risk of data loss during deletion of any PV. Is this a regression (if all previous versions were also vulnerable, updating to the new, vulnerable version does not increase exposure)? A. This is a regression from 4.6. It worked fine in 4.6.
We are not considering this as UpgradeBlocker because we don't know how many clusters are impacted as this information isn't submitted via Telemetry/Insights. However we see more customer cases we might change our stance.
Verified pass on 4.8.0-0.nightly-2021-08-09-135211 Setting default-datastore = "qe/datastore3" in cm/cloud-provider-config, pv provisioning successfully and pod is running. $ govc ls /Datacenter/datastore/qe /Datacenter/datastore/qe/datastore3 $ oc get pv pvc-d0001754-7b33-46d6-ac16-6846f6dd50fa -ojson | jq .spec.vsphereVolume.volumePath "[qe/datastore3] kubevols/reliability01-h7kh5-dy-pvc-d0001754-7b33-46d6-ac16-6846f6dd50fa.vmdk"
Also verified by: Setting default-datastore = "/Datacenter/datastore/qe/datastore3" in cm/cloud-provider-config, pv provisioning successfully and pod is running. $ oc get pv pvc-d146860a-17f4-4785-988b-b71e1f21a50a -ojson | jq .spec.vsphereVolume.volumePath "[/Datacenter/datastore/qe/datastore3] kubevols/reliability01-h7kh5-dy-pvc-d146860a-17f4-4785-988b-b71e1f21a50a.vmdk"
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 (OpenShift Container Platform 4.8.5 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/RHBA-2021:3121
Dropping ImpactStatementProposed per comment 25.