2
2
3
3
- [ Ceph-csi Upgrade] ( #ceph-csi-upgrade )
4
4
- [ Pre-upgrade considerations] ( #pre-upgrade-considerations )
5
- - [ Upgrading from v1.2.x to v2.0.0 ] ( #upgrading-from-v12x-to-v200 )
5
+ - [ Upgrading from v1.2.x to v2.0.1 ] ( #upgrading-from-v12x-to-v201 )
6
6
- [ Upgrading CephFS] ( #upgrading-cephfs )
7
7
- [ 1. Upgrade CephFS Provisioner resources] ( #1-upgrade-cephfs-provisioner-resources )
8
8
- [ 1.1 Update the CephFS Provisioner RBAC] ( #11-update-the-cephfs-provisioner-rbac )
@@ -44,9 +44,9 @@ To avoid this issue in future upgrades, we recommend that you do not use the
44
44
fuse client or rbd-nbd as of now.
45
45
46
46
This guide will walk you through the steps to upgrade the software in a cluster
47
- from v1.2.x to v2.0.0
47
+ from v1.2.x to v2.0.1
48
48
49
- ## Upgrading from v1.2.x to v2.0.0
49
+ ## Upgrading from v1.2.x to v2.0.1
50
50
51
51
** Ceph-csi releases from master are expressly unsupported.** It is strongly
52
52
recommended that you use [ official
@@ -56,11 +56,11 @@ that will not be supported in the official releases. Builds from the master
56
56
branch can have functionality changed and even removed at any time without
57
57
compatibility support and without prior notice.
58
58
59
- git checkout release v2.0.0 branch
59
+ git checkout release v2.0.1 branch
60
60
61
61
``` bash
62
62
[$] git clone https://github.com/ceph/ceph-csi.git
63
- [$] git check v2.0.0
63
+ [$] git check v2.0.1
64
64
[$] cd ./ceph-csi
65
65
```
66
66
@@ -186,7 +186,7 @@ For each node:
186
186
- The pod deletion causes the pods to be restarted and updated automatically
187
187
on the node.
188
188
189
- we have successfully upgraded cephfs csi from v1.2.2 to v2.0.0
189
+ we have successfully upgraded cephfs csi from v1.2.x to v2.0.1
190
190
191
191
# ## Upgrading RBD
192
192
@@ -304,7 +304,7 @@ For each node:
304
304
- The pod deletion causes the pods to be restarted and updated automatically
305
305
on the node.
306
306
307
- we have successfully upgraded RBD csi from v1.2.2 to v2.0.0
307
+ we have successfully upgraded RBD csi from v1.2.x to v2.0.1
308
308
309
309
# ## Handling node reboot hangs due to existing network mounts
310
310
0 commit comments