mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 22:40:12 +01:00
feat(ZFSPV): adding xfs filesystem support for zfs-localpv
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
a10dedbd5e
commit
57b3acf079
2 changed files with 72 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
FROM ubuntu:18.04
|
||||
RUN apt-get update; exit 0
|
||||
RUN apt-get -y install rsyslog libssl-dev
|
||||
RUN apt-get -y install rsyslog libssl-dev xfsprogs
|
||||
#RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY zfs-driver /usr/local/bin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue