Skip to content

Commit

Permalink
Fix bug cannot mount xfs PV
Browse files Browse the repository at this point in the history
Add the xfsprogs back to longhorn-manger image so that
longhorn-csi-plugin can run mkfs.xfs to mount the xfs PV

longhorn-7140

Signed-off-by: Phan Le <phan.le@suse.com>
  • Loading branch information
PhanLe1010 authored and David Ko committed Nov 18, 2023
1 parent 8b078d8 commit 0258c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.suse.com/bci/bci-base:15.5

RUN zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs && \
RUN zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs xfsprogs && \
rm -rf /var/cache/zypp/*

COPY bin package/launch-manager package/nsmounter /usr/local/sbin/
Expand Down

0 comments on commit 0258c74

Please sign in to comment.