2022-08-16 09:40:54 +00:00
|
|
|
# Longhorn distributed block storage system
|
|
|
|
|
|
|
|
The manifest was fetched from
|
2023-02-20 09:16:12 +00:00
|
|
|
https://raw.githubusercontent.com/longhorn/longhorn/v1.4.0/deploy/longhorn.yaml
|
|
|
|
and then heavily modified as per `changes.diff`
|
2022-08-16 09:40:54 +00:00
|
|
|
|
|
|
|
To deploy Longhorn use following:
|
|
|
|
|
|
|
|
```
|
2022-09-11 13:24:35 +00:00
|
|
|
kubectl -n longhorn-system apply -f application.yml -f application-extras.yml
|
2022-08-16 09:40:54 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
After deploying specify `dedicated=storage:NoSchedule`
|
|
|
|
for `Kubernetes Taint Toleration` under `Setting -> General` on
|
|
|
|
[Longhorn Dashboard](https://longhorn.k-space.ee/).
|
|
|
|
Proceed to tag suitable nodes with `storage` and disable Longhorn scheduling on others.
|
|
|
|
|
|
|
|
# Known issues
|
|
|
|
|
|
|
|
* Longhorn does not support [trim](https://github.com/longhorn/longhorn/issues/836)
|