|
Description
|
Right now, we pretend that snapshots have independent properties. For
example:
# zfs get compression test@now
NAME PROPERTY VALUE SOURCE
test@now compression on inherited from test
This doesn't really make sense. There are really no properties associated
with the snapshot, and pretending that there are promotes confusion that
these properties should be preserved across certain operations (clone,
rollback, backup, etc). A snapshot really is just a snapshot of data, we
shouldn't pretend otherwise.
|