Revert "Update zfs_admin_snapshot default value (disabled)"

This reverts commit a6214a0ae9.
Disabling zfs_admin_snapshot by default results in multiple ZTS
tests failing which depend on this functionality.  Revert this
change until the relevant test cases can be updated.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #7838
This commit is contained in:
Brian Behlendorf 2018-09-04 21:58:23 -07:00
parent a6214a0ae9
commit 27ca030fa6

View File

@ -106,7 +106,7 @@ static krwlock_t zfs_snapshot_lock;
* Control Directory Tunables (.zfs)
*/
int zfs_expire_snapshot = ZFSCTL_EXPIRE_SNAPSHOT;
int zfs_admin_snapshot = 0;
int zfs_admin_snapshot = 1;
typedef struct {
char *se_name; /* full snapshot name */