mistifyio/gozfs

Snapshot Properties

bbickerton opened this issue · 1 comments

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

While the zfs ioctl api zfs_snapshot accepts properties, the zfs documentation states that snapshots have no modifiable properties.