We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8ce18 commit 020139cCopy full SHA for 020139c
docs/filesystem_layer/stratum1.md
@@ -79,15 +79,6 @@ create a symlink before running the playbook:
79
sudo ln -s /lots/of/space/cvmfs /srv/cvmfs
80
```
81
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
91
Also make sure that you have added the hostname or IP address of your server to the
92
`inventory/hosts` file, that you are able to log in to the server from the machine that is going to run the playbook
93
(preferably using an SSH key), and that you can use `sudo`.
0 commit comments