Page MenuHomeFreeBSD

Fix per-jail zfs.mount_snapshot setting
ClosedPublic

Authored by allanjude on Feb 18 2023, 2:15 AM.
Tags
None
Referenced Files
F84336290: D38662.id117522.diff
Wed, May 22, 1:34 PM
Unknown Object (File)
Thu, May 16, 12:56 AM
Unknown Object (File)
Wed, May 8, 1:19 PM
Unknown Object (File)
Wed, May 1, 3:24 PM
Unknown Object (File)
Apr 11 2024, 1:45 PM
Unknown Object (File)
Apr 9 2024, 1:44 PM
Unknown Object (File)
Apr 1 2024, 1:48 AM
Unknown Object (File)
Feb 16 2024, 3:04 AM
Subscribers

Details

Summary

When jail.conf set the nopersist flag during startup, it was
incorrectly destroying the per-jail ZFS settings.

PR: 260160
MFC after: immediately
Sponsored by: Modirum MDPay
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Feb 18 2023, 2:16 AM
Harbormaster failed remote builds in B49873: Diff 117522!
sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vfsops.c
2500

{ is tabbed in one too far. Other instances in the tree use one fewer tabs from a (brief) survey I just did.

2524–2531

default: ? What else is expected?

Update to address Warner's feedback

I think if we have only two possible choices, a if .. else if would be easier to follow.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 21 2023, 10:43 PM
This revision was automatically updated to reflect the committed changes.