Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2 volume: update documents #829

Merged
merged 6 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/docs/1.6.0/deploy/important-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,11 @@ done
```

Once you successfully upgrade to version v1.6.0, you will be able to view information about engine image versions on the UI.

### V2 Volume Supports arm64 Platform

V2 Volume now includes support for the `arm64` platform since Longhorn v1.6.0. Please refer to the [document](../../spdk/prerequisites/) for more information.
innobead marked this conversation as resolved.
Show resolved Hide resolved

### Longhorn System Upgrade with V2 Volumes

At present, Longhorn does not support live upgrades of v2 volumes. Prior to initiating the Longhorn system upgrade process, ensure to detach all v2 volumes.
innobead marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions content/docs/1.6.0/spdk/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Features
weight: 1
---

- Support `amd64` and `arm64` platforms
innobead marked this conversation as resolved.
Show resolved Hide resolved
- Volume lifecycle (creation, attachment, detachment and deletion)
- Degraded volume
- Offline replica rebuilding
Expand Down
4 changes: 2 additions & 2 deletions content/docs/1.6.0/spdk/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ weight: 2

Longhorn nodes must meet the following requirements:

- x86-64 CPU with SSE4.2 instruction support
- V2 Data Engine supports `amd64` and `arm64` platform
innobead marked this conversation as resolved.
Show resolved Hide resolved
> **NOTICE**
>
> Currently, V2 Data Engine only supports `x86_64` platform.
> `arm64` CPU requires `SSE4.2` instruction support.
innobead marked this conversation as resolved.
Show resolved Hide resolved

- Linux kernel

Expand Down