makefs.8 (b7b7800043e1dbef65aa9116822010f1a6074f0f) makefs.8 (4e15366c6a6907bcd0e2c28885ba5878ed4280d2)
1.\" $NetBSD: makefs.8,v 1.33 2011/05/22 21:51:39 christos Exp $
2.\"
3.\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
4.\" All rights reserved.
5.\"
6.\" Written by Luke Mewburn for Wasabi Systems, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 518 unchanged lines hidden (view full) ---

527property to be set in the created pool.
528.It mssize
529The size of metaslabs in the created pool.
530By default,
531.Nm
532allocates large (up to 512MB) metaslabs with the expectation that
533the image will be auto-expanded upon first use.
534This option allows the default heuristic to be overridden.
1.\" $NetBSD: makefs.8,v 1.33 2011/05/22 21:51:39 christos Exp $
2.\"
3.\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
4.\" All rights reserved.
5.\"
6.\" Written by Luke Mewburn for Wasabi Systems, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 518 unchanged lines hidden (view full) ---

527property to be set in the created pool.
528.It mssize
529The size of metaslabs in the created pool.
530By default,
531.Nm
532allocates large (up to 512MB) metaslabs with the expectation that
533the image will be auto-expanded upon first use.
534This option allows the default heuristic to be overridden.
535.It verify-txgs
536Prompt OpenZFS to verify pool metadata during import.
537This is disabled by default as it may significantly increase import times.
535.It poolname
536The name of the ZFS pool.
537This option must be specified.
538.It rootpath
539An implicit path prefix added to dataset mountpoints.
540By default it is
541.Pa /<poolname> .
542For creating bootable pools, the

--- 72 unchanged lines hidden ---
538.It poolname
539The name of the ZFS pool.
540This option must be specified.
541.It rootpath
542An implicit path prefix added to dataset mountpoints.
543By default it is
544.Pa /<poolname> .
545For creating bootable pools, the

--- 72 unchanged lines hidden ---