Skip to content

Commit 089ce8e

Browse files
committed
Update CHANGELOG.md and README.md about dropped virtio-blk support.
1 parent b320923 commit 089ce8e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
## unreleased
22

33
## v3.6.0 - 2026.01.15
4+
5+
⚠️ **Update 2026.02.04: Breaking Change**
6+
We regret to inform you that this release includes a refactoring that drops support for
7+
cluster nodes using `virtio-blk`. Unfortunately, this effect was missed during our review
8+
and only discovered post-release.
9+
10+
If your cluster contains nodes provisioned before October 1st, 2020, or in some
11+
customer-specific setups before mid-2021, we recommend checking the output of
12+
`lsblk` to ensure that your nodes are not affected. If the output of `lsblk`
13+
contains volume names in the form `vdX`, you are still using `virtio-blk` and
14+
**should not update to this release**. In this case, we recommend to either
15+
provision new nodes (that will automatically use `virtio-scsi`) or pin to v3.5.6.
16+
417
* The minimum supported Kubernetes version is now 1.28.
518
* Upgrade all sidecars to latest version
619
* Please note the RBAC changes as a result of this upgrade

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ Please use the following options with care.
316316
In the `v1.3.0` release the default CSI volumes per node limit of has been increased
317317
to 125 (previously 23). To take advantage of the higher CSI limit you must ensure that
318318
all your cluster nodes are using `virtio-scsi` devices (i.e. `/dev/sdX` devices are used).
319-
This is the default for servers created after October 1st, 2020.
319+
This is the default for servers created from publicly available images after October 1st, 2020.
320+
Some customer-specific setups used `virtio-blk` until mid-2021.
320321

321322
If you want to use a different value, for example because one of your nodes does not use
322323
`virtio-scsi`, you can set the following environment variable for the `csi-cloudscale-plugin`

0 commit comments

Comments
 (0)