Skip to content

Commit 85af829

Browse files
Merge pull request #114 from alvin0319/main
Update outdated explanation about mounting to `/home/container`
2 parents 8d8755c + ef2515e commit 85af829

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guides/mounts.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ You have to restart Wings to apply new changes to your Wings config.
2424
You have to configure mounts in admin Panel in order to use them with your servers. They consist of a source pad on the node and a target path where it will be mounted in the container.
2525
2626
<Admonition type="warning">
27-
Mounts cannot be mounted to or inside of `/home/container` or any subdirectory of it, nor can you cross-mount servers such as Server A's directory into Server B.
27+
By default Mounts cannot target `/home/container` or any of its subdirectory, you can allow it by setting `BlockBaseDirMount` to `false` in the Wings configuration.
28+
You cannot cross-mount servers such as Server A's directory into Server B.
2829
</Admonition>
2930

3031
### Creating a Mount
@@ -64,4 +65,4 @@ The example mount below is stored in the path `/var/lib/pelican/mounts`, which w
6465
```yml title="/etc/pelican/config.yml"
6566
allowed_mounts:
6667
- /var/lib/pelican/mounts
67-
```
68+
```

0 commit comments

Comments
 (0)