dataset_create
Create a new ZFS dataset on a TrueNAS pool. Provide the dataset name and optional pool and target.
Instructions
[WRITE] Create a ZFS dataset. Non-destructive (creates new storage).
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. target: TrueNAS target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| pool | No | ||
| target | No |