This commit is contained in:
Matthias Beyer
2025-05-14 14:31:46 +02:00
committed by Michael Hoang
parent 85555d27de
commit 490c0d6bd1

View File

@@ -244,7 +244,7 @@
type = "topology"; type = "topology";
vdev = [ vdev = [
{ {
# This syntax expects a disk called 'data3' with a gpt partition called 'zfs'. # This syntax expects a disk called 'data1' with a gpt partition called 'zfs'.
members = [ "data1" ]; members = [ "data1" ];
# It's also possible to use the full path of the device or partition # It's also possible to use the full path of the device or partition
# members = [ "/dev/disk/by-id/wwn-0x5000c500af8b2a14" ]; # members = [ "/dev/disk/by-id/wwn-0x5000c500af8b2a14" ];