Skip to content

Zfs fixes #1731

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

Merged
merged 5 commits into from
Jul 20, 2023
Merged
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
Prev Previous commit
doc: reference update for guided zfs
  • Loading branch information
dbungert committed Jul 19, 2023
commit 1c9ada93e859fb306cf8d1cf5545b4aef9fd6ba0
7 changes: 5 additions & 2 deletions documentation/autoinstall-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,14 +288,17 @@ Storage configuration is a complex topic and the description of the desired conf

#### Supported layouts

The two supported layouts at the time of writing are "lvm" and "direct".
The three supported layouts at the time of writing are "lvm", "direct", and "zfs".
```yaml
storage:
layout:
name: lvm
storage:
layout:
name: direct
storage:
layout:
name: zfs
```

By default these will install to the largest disk in a system, but you can supply a match spec (see below) to indicate which disk to use:
Expand All @@ -308,7 +311,7 @@ storage:
serial: CT*
storage:
layout:
name: disk
name: direct
match:
ssd: true
```
Expand Down