Snapshot Properties
bbickerton opened this issue · 1 comments
bbickerton commented
The public Dataset.Snapshot
method does not currently accept dataset properties, while the private method (and zfs) does. It should accept a properties map like Dataset.Clone
and Dataset.Create
bbickerton commented
While the zfs ioctl api zfs_snapshot
accepts properties, the zfs documentation states that snapshots have no modifiable properties.