Skip to content

Commit

Permalink
Merge pull request #58 from akyriako/zone_redundant_nfs
Browse files Browse the repository at this point in the history
added prerequisites apt installation
  • Loading branch information
akyriako authored Aug 6, 2024
2 parents 55efd6d + a74e477 commit f85fe3b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/blueprints/by-use-case/storage/zone-redundant-nfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,15 @@ system you need to install some prerequisites first:

1. **Prerequisites**

nfs-kernel-server, lvm2 (using apt, zypper, ... )
**TODO: describe the commands
Install the following packages:

2. **Creating a Volumegroup and a Logical Volume**
```bash
sudo apt update
sudo apt install nfs-kernel-server -y
sudo apt install lvm2 -y
```

1. **Creating a Volumegroup and a Logical Volume**

```bash
# check the disk-names (vdb, vdc, ...)
Expand Down

0 comments on commit f85fe3b

Please sign in to comment.