Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a warning about the danger of using symlinks in the storage location #267

Merged
merged 2 commits into from
Sep 2, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ docker pull storjlabs/storagenode:latest
A network-attached storage location may work, but this is neither supported nor recommended!
{% /callout %}

{% callout type="warning" %}
Splitting subfolders from the storage location (junctions, symlinks, hardlinks, etc.) will lead to a quick disqualification if they become unavailable!
The writeability and readability checks are performed on the storage location, not on subfolders.
{% /callout %}

{% tabs %}
{% tab label="Linux" %}
{% callout type="danger" %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,15 @@ weight: 0
The network-attached storage location could work, but it is neither supported nor recommended!
{% /callout %}

{% callout type="danger" %}
Splitting subfolders from the storage location (junctions, symlinks, hardlinks, etc.) will lead to a quick disqualification if they become unavailable!
The writeability and readability checks are performed on the storage location, not on subfolders.
{% /callout %}

{% callout type="warning" %}
**Moving an existing node on a CLI Setup to a Windows GUI Setup?**

See [](docId:PsB_5Yp43KeN0DszuE2DN)
{% /callout %}

![Storage folder selection screen](https://link.storjshare.io/raw/jua7rls6hkx5556qfcmhrqed2tfa/docs/images/i8pjCLqJCL9JuQnPFALsH_pasted-image-0.png)
Expand Down