Skip to content

Commit 020139c

Browse files
committed
remove instructions for mounting an additional file system
1 parent 8c8ce18 commit 020139c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/filesystem_layer/stratum1.md

-9
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,6 @@ create a symlink before running the playbook:
7979
sudo ln -s /lots/of/space/cvmfs /srv/cvmfs
8080
```
8181

82-
Alternatively, you can instruct the Ansible role to create a file system (e.g. ext4) on a given storage device
83-
and mount it at `/srv` by adding the following variable
84-
in `inventory/host_vars/<url-or-ip-to-your-stratum1>`:
85-
86-
```bash
87-
cvmfs_srv_device: /dev/somedevice
88-
cvmfs_srv_fstype: ext4
89-
```
90-
9182
Also make sure that you have added the hostname or IP address of your server to the
9283
`inventory/hosts` file, that you are able to log in to the server from the machine that is going to run the playbook
9384
(preferably using an SSH key), and that you can use `sudo`.

0 commit comments

Comments
 (0)