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:
parent
a6214a0ae9
commit
27ca030fa6
|
@ -106,7 +106,7 @@ static krwlock_t zfs_snapshot_lock;
|
||||||
* Control Directory Tunables (.zfs)
|
* Control Directory Tunables (.zfs)
|
||||||
*/
|
*/
|
||||||
int zfs_expire_snapshot = ZFSCTL_EXPIRE_SNAPSHOT;
|
int zfs_expire_snapshot = ZFSCTL_EXPIRE_SNAPSHOT;
|
||||||
int zfs_admin_snapshot = 0;
|
int zfs_admin_snapshot = 1;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *se_name; /* full snapshot name */
|
char *se_name; /* full snapshot name */
|
||||||
|
|
Loading…
Reference in New Issue