Skip to content

Commit cba0da1

Browse files
committed
feat:nfs 目录需要添加 /opt/dataease/data/exportData 目录
1 parent c8fec2a commit cba0da1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/installation/HA/dataease_installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
echo "10.1.11.64:/opt/custom-drivers /opt/dataease/custom-drivers nfs defaults 0 0" >> /etc/fstab
104104
echo "10.1.11.64:/opt/custom /opt/dataease/data/custom nfs defaults 0 0" >> /etc/fstab
105105
echo "10.1.11.64:/opt/business /opt/dataease/data/business nfs defaults 0 0" >> /etc/fstab
106+
echo "10.1.11.64:/opt/dataease/data/exportData /opt/dataease/data/business nfs defaults 0 0" >> /etc/fstab
106107
mount -a
107108
```
108109

docs/installation/HA/nfs_installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
!!! Abstract ""
2929
```shell
30-
mkdir -p /opt/kettle /opt/plugins/thirdpart /opt/static-resource /opt/custom-drivers /opt/custom /opt/business
31-
chmod 666 -R /opt/kettle /opt/plugins/thirdpart /opt/static-resource /opt/custom-drivers /opt/custom /opt/business
30+
mkdir -p /opt/kettle /opt/plugins/thirdpart /opt/static-resource /opt/custom-drivers /opt/custom /opt/business /opt/dataease/data/exportData
31+
chmod 666 -R /opt/kettle /opt/plugins/thirdpart /opt/static-resource /opt/custom-drivers /opt/custom /opt/business /opt/dataease/data/exportData
3232
```
3333

3434
### 1.5 编辑 exports 文件
@@ -49,6 +49,8 @@
4949

5050
echo "/opt/business 10.1.11.0/24(rw,no_root_squash,no_all_squash,sync)" >> /etc/exports
5151

52+
echo "/opt/dataease/data/exportData 10.1.11.0/24(rw,no_root_squash,no_all_squash,sync)" >> /etc/exports
53+
5254
mount -a
5355
```
5456

0 commit comments

Comments
 (0)