Skip to content

Commit 60d1270

Browse files
authored
Add xfsprogs-extra to csi-do-plugin container (#405)
This is necessary to do XFS based volume resizes.
1 parent 6b19baf commit 60d1270

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## unreleased
22

3+
* Add xfsprogs-extra to csi-do-plugin container to support xfs grows
4+
[[GH-405]](https://github.com/digitalocean/csi-digitalocean/pull/405)
5+
36
## v2.1.2 - 2021.09.07
47

58
* Update Kubernetes dependency to 1.21.3

cmd/do-csi-plugin/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apk add --no-cache ca-certificates \
2020
e2fsprogs \
2121
findmnt \
2222
xfsprogs \
23+
xfsprogs-extra \
2324
blkid \
2425
e2fsprogs-extra
2526

0 commit comments

Comments
 (0)