Skip to content

Commit

Permalink
Merge pull request #55 from bedroge/outdated_fs_recommendation
Browse files Browse the repository at this point in the history
Remove outdated filesystem recommendation
  • Loading branch information
boegel authored Jan 26, 2024
2 parents e2136ec + 006512c commit 1b3f39a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/access/stratum1.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ recommendations into account:
- A RAID-protected **low latency storage** setup (like [SSD](https://en.wikipedia.org/wiki/Solid-state_drive)
or [NVMe](https://en.wikipedia.org/wiki/NVM_Express)) should be used,
because the CernVM-FS server component will run lots of `stat` system calls against it.
- An [`ext3`](https://en.wikipedia.org/wiki/Ext3) or [`ext4`](https://en.wikipedia.org/wiki/Ext4) file system
is preferred (rather than [XFS](https://en.wikipedia.org/wiki/XFS)).
- A standard Apache web server should be installed, which should be close to the
low latency storage. Directory listing is not required.
- HTTP connections to port `80` must be possible.
Expand Down

0 comments on commit 1b3f39a

Please sign in to comment.