dataset_create
Create a ZFS dataset for additional storage on TrueNAS SCALE, using dry_run to preview before provisioning.
Instructions
[WRITE] Create a ZFS dataset. Non-destructive (creates new storage). Pass dry_run=True to preview.
No undo descriptor — dataset deletion is intentionally out of scope.
Args: name: Full dataset path including the pool, e.g. 'tank/projects'. pool: Optional pool name for context/labelling. dry_run: If True, preview without creating. target: TrueNAS target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| pool | No | ||
| target | No | ||
| dry_run | No |