Skip to content

Commit

Permalink
add options to pool creation
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Murray <plugins@omv-extras.org>
  • Loading branch information
ryecoaaron committed Feb 18, 2024
1 parent 81c90bb commit f21dee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/share/openmediavault/engined/rpc/zfs.inc
Expand Up @@ -154,6 +154,9 @@ print_r($stats);
}
$opts .= "-o failmode=continue ";
$opts .= "-o autoexpand=on ";
$opts .= "-O atime=off ";
$opts .= "-O acltype=posix ";
$opts .= "-O xattr=sa ";
if (strlen($params['mountpoint']) > 0) {
$opts .= sprintf('-m "%s" ', $params['mountpoint']);
}
Expand Down

0 comments on commit f21dee0

Please sign in to comment.