Bug 1947776 - [vSphere csi driver operator] Should allow more nodes to be updated simultaneously for speeding up cluster upgrade
Summary: [vSphere csi driver operator] Should allow more nodes to be updated simultane...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.8
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.8.0
Assignee: melbeher
QA Contact: Wei Duan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-09 08:50 UTC by Wei Duan
Modified: 2021-07-27 22:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-27 22:58:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift vmware-vsphere-csi-driver-operator pull 20 0 None open Bug 1947776: fixed updateStrategy of the DaemonSet 2021-04-21 12:43:56 UTC
Red Hat Product Errata RHSA-2021:2438 0 None None None 2021-07-27 22:58:46 UTC

Description Wei Duan 2021-04-09 08:50:54 UTC
Description of problem:
vSphere csi driver operator should allow more nodes to be updated simultaneously for speeding up cluster upgrade

Version-Release number of selected component (if applicable):
4.8.0-0.nightly-2021-04-08-200632

How reproducible:
Always

Steps to Reproduce:
1. Set Up an OCP4.8 cluster on vSphere
2. Enable TechPreviewNoUpgrade featureset
3. Check vmware-vsphere-csi-driver-node daemonset

Actual results:
$ oc -n openshift-cluster-csi-drivers  get ds vmware-vsphere-csi-driver-node -ojson|jq .spec.updateStrategy  
{
  "rollingUpdate": {
    "maxSurge": 0,
    "maxUnavailable": 1
  },
  "type": "RollingUpdate"
}
With this update strategy, only one node can be updated at the same time.

Expected results:
For other csi drivers, such as aws ebs csi driver, the update strategy is:
updateStrategy:
  type: RollingUpdate
  rollingUpdate:
    maxUnavailable: 10%

Comment 2 Wei Duan 2021-04-23 00:32:01 UTC
Verified pass on 4.8.0-0.nightly-2021-04-22-050208

$ oc -n openshift-cluster-csi-drivers  get ds vmware-vsphere-csi-driver-node -ojson|jq .spec.updateStrategy.rollingUpdate.maxUnavailable
"10%"

Comment 5 errata-xmlrpc 2021-07-27 22:58:26 UTC
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 (Moderate: OpenShift Container Platform 4.8.2 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-2021:2438


Note You need to log in before you can comment on or make changes to this bug.