Hello,
I'm trying to discover ZFS snapshots, and found an issue:
And below command returns me an error:
But if I tried to (before snaphot destroyed)
I worked properly.
What am I doing wrong?
I'm trying to discover ZFS snapshots, and found an issue:
zfs list -t all
Code:
zroot/var
zroot/var@before_mysql
zroot/var/audit
zroot/var/crash
zroot/var/log
zroot/var/tmp
And below command returns me an error:
zfs diff zroot/var@before_mysql
Code:
Cannot diff an unmounted snapshot: operation not applicable to datasets of this type
But if I tried to (before snaphot destroyed)
zfs diff zroot/var/log@before_mysqlI worked properly.
What am I doing wrong?