Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions Developer-guide/Building-GlusterFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ The following packages are required for building GlusterFS,

### Fedora

The following yum command installs all the build requirements for
The following dnf/yum command installs all the build requirements for
Fedora,

# yum install automake autoconf libtool flex bison openssl-devel libxml2-devel python-devel libaio-devel libibverbs-devel librdmacm-devel readline-devel lvm2-devel glib2-devel userspace-rcu-devel libcmocka-devel libacl-devel sqlite-devel fuse-devel redhat-rpm-config
# dnf install automake autoconf libtool flex bison openssl-devel libxml2-devel python-devel libaio-devel libibverbs-devel librdmacm-devel readline-devel lvm2-devel glib2-devel userspace-rcu-devel libcmocka-devel libacl-devel sqlite-devel fuse-devel redhat-rpm-config

### Ubuntu

Expand Down Expand Up @@ -76,13 +76,23 @@ configure script should give the below configure summary,
georeplication       : yes
Linux-AIO            : yes
Enable Debug         : no
systemtap            : no
Block Device xlator  : yes
glupy                : yes
Use syslog           : yes
XML output           : yes
QEMU Block formats   : yes
Encryption xlator    : yes
Unit Tests : no
Track priv ports : yes
POSIX ACLs : yes
Data Classification : yes
SELinux features : yes
firewalld-config : no
Experimental xlators : yes
Events : yes
EC dynamic support : x64 sse avx
Use memory pools : yes
Nanosecond m/atimes : yes
Legacy gNFS server : no

During development it is good to enable a debug build. To do this run
configure with a '--enable-debug' flag.
Expand Down
4 changes: 2 additions & 2 deletions Install-Guide/Install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Installing Gluster

For RPM based distributions, if you will be using InfiniBand, add the
glusterfs RDMA package to the installations. For RPM based systems, yum
glusterfs RDMA package to the installations. For RPM based systems, yum/dnf
is used as the install method in order to satisfy external depencies
such as compat-readline5

Expand Down Expand Up @@ -63,7 +63,7 @@ For more installation details refer [Gluster Quick start guide](https://wiki.cen

Install the Gluster packages:

yum install glusterfs-server
dnf install glusterfs-server

Once you are finished installing, you can move on to [configuration](./Configure.md) section.

Expand Down