Message ID | 20230131123839.16084-2-gniebler@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | README: Add distro and btrfs testing info | expand |
On Tue, Jan 31, 2023 at 01:38:38PM +0100, Gabriel Niebler wrote: > The README already lists how to install the required packages on other popular > distributions. Since a lot of filesystem development happens on SUSE systems and > both the commands as well as the list of packages are slightly different, > it only makes sense to include these as well. > > Signed-off-by: Gabriel Niebler <gniebler@suse.com> > --- No objection from me. Reviewed-by: Zorro Lang <zlang@redhat.com> > README | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/README b/README > index 4c4f22f8..008d3875 100644 > --- a/README > +++ b/README > @@ -77,6 +77,26 @@ RHEL or CentOS > For OverlayFS build and install: > - see https://github.com/hisilicon/overlayfs-progs > > +SUSE Linux Enterprise or openSUSE > +--------------------------------- > + > +1. Install all necessary packages from standard repositories: > + > + $ sudo zypper install acct automake bc dbench duperemove dump fio gcc git \ > + indent libacl-devel libaio-devel libattr-devel libcap libcap-devel \ > + libtool liburing-devel libuuid-devel lvm2 make quota sqlite3 xfsprogs > + > +2. Install packages for the filesystem(s) being tested: > + > + For btrfs install: > + $ sudo zypper install btrfsprogs libbtrfs-devel > + > + For XFS install: > + $ sudo zypper install xfsdump xfsprogs-devel > + > + For OverlayFS build and install: > + - see https://github.com/hisilicon/overlayfs-progs > + > Build and install test, libs and utils > -------------------------------------- > > -- > 2.39.1 >
diff --git a/README b/README index 4c4f22f8..008d3875 100644 --- a/README +++ b/README @@ -77,6 +77,26 @@ RHEL or CentOS For OverlayFS build and install: - see https://github.com/hisilicon/overlayfs-progs +SUSE Linux Enterprise or openSUSE +--------------------------------- + +1. Install all necessary packages from standard repositories: + + $ sudo zypper install acct automake bc dbench duperemove dump fio gcc git \ + indent libacl-devel libaio-devel libattr-devel libcap libcap-devel \ + libtool liburing-devel libuuid-devel lvm2 make quota sqlite3 xfsprogs + +2. Install packages for the filesystem(s) being tested: + + For btrfs install: + $ sudo zypper install btrfsprogs libbtrfs-devel + + For XFS install: + $ sudo zypper install xfsdump xfsprogs-devel + + For OverlayFS build and install: + - see https://github.com/hisilicon/overlayfs-progs + Build and install test, libs and utils --------------------------------------
The README already lists how to install the required packages on other popular distributions. Since a lot of filesystem development happens on SUSE systems and both the commands as well as the list of packages are slightly different, it only makes sense to include these as well. Signed-off-by: Gabriel Niebler <gniebler@suse.com> --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)