Skip to content

Commit

Permalink
doc: update gluster libgfapi supported version (juicedata#4607)
Browse files Browse the repository at this point in the history
Signed-off-by: CodingPoeta <[email protected]>
  • Loading branch information
CodingPoeta authored Mar 28, 2024
1 parent 7d8c36e commit bcab121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/reference/how_to_set_up_object_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ juicefs format \

[Gluster](https://github.com/gluster/glusterfs) is a software defined distributed storage that can scale to several petabytes. JuiceFS communicates with Gluster via the `libgfapi` library, so it needs to be built separately before used.

First, install `libgfapi` (version 6.0+):
First, install `libgfapi` (version 6.0 - 10.1, [10.4+ is not supported yet](https://github.com/juicedata/juicefs/issues/4043))

<Tabs>
<TabItem value="debian" label="Debian and derivatives">
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/reference/how_to_set_up_object_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ juicefs format \

[Gluster](https://github.com/gluster/glusterfs) 是一款开源的软件定义分布式存储,单集群能支持 PiB 级别的数据。JuiceFS 通过 `libgfapi` 库与 Gluster 集群交互,使用前需要单独编译。

首先安装 `libgfapi`(6.0 或以上版本)
首先安装 `libgfapi`版本范围 6.0 - 10.1, [10.4+ 暂不支持](https://github.com/juicedata/juicefs/issues/4043))

<Tabs>
<TabItem value="debian" label="Debian 及衍生版本">
Expand Down

0 comments on commit bcab121

Please sign in to comment.