[Bug 275306] 14.0-RELEASE: starting jail causes panic

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Nov 2023 16:45:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275306

--- Comment #2 from Lexi <lexi.freebsd@le-fay.org> ---
removing "ossl" seems to have fixed the panic.

however, it seems like this has caused permanent damage to several ZFS
filesystems / volumes:

root@hemlock:~ # zpool status -v
  pool: data
 state: ONLINE
status: One or more devices has experienced an error resulting in data
        corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
        entire pool from backup.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
  scan: scrub repaired 0B in 8 days 05:00:11 with 0 errors on Thu Nov 16
09:41:34 2023
config:

        NAME        STATE     READ WRITE CKSUM
        data        ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            da1     ONLINE       0     0     0
            da2     ONLINE       0     0     0
          mirror-1  ONLINE       0     0     0
            da4     ONLINE       0     0     0
            da5     ONLINE       0     0     0
          mirror-2  ONLINE       0     0     0
            da0     ONLINE       0     0     0
            da3     ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        data/iscsi/thyme:<0x1>
        data/iscsi/willow0:<0x1>
        /usr/local/poudriere/data/.m/

  pool: zroot
 state: ONLINE
status: One or more devices has experienced an error resulting in data
        corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
        entire pool from backup.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
  scan: scrub repaired 0B in 00:02:24 with 0 errors on Wed Nov  8 04:43:50 2023
config:

        NAME        STATE     READ WRITE CKSUM
        zroot       ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            ada0p3  ONLINE       0     0     0
            ada1p3  ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        zroot/jail/amber:<0x0>

is this expected?  is there any way to recover the data?

-- 
You are receiving this mail because:
You are the assignee for the bug.