mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
32e7d4c3b3
myself. - update to 8.0 - make it possible to mount gluster volumes on boot [1] - reset maintainer [1], I would have set it to ports@ but Daniel volunteered to maintain the port - add pkg-message to point out that procfs is required for some operations like "gluster volume status" which is also required for self healing. [2] This version works although I still see the same memory leak as with the 3.X series. PR: 236112 [1], 223671 [2] Submitted by: Daniel Morante <daniel@morante.net>, flo Obtained from: https://github.com/tuaris/freebsd-glusterfs7 Differential Revision: D25037
16 lines
330 B
Plaintext
16 lines
330 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Glusterfs needs procfs(5) mounted on /proc for some features.
|
|
|
|
If you have not done it yet, please do the following:
|
|
|
|
mount -t procfs proc /proc
|
|
|
|
To make it permanent, you need the following lines in /etc/fstab:
|
|
|
|
proc /proc procfs rw 0 0
|
|
EOM
|
|
}
|
|
]
|