ZFS Zpool STATE does not change

When I check the Zpool status when I shut down the iscsi target server
STATE did not change to OFFLINE.

Do you know why STATE hasn't changed?

bkroot is created using iscsi connected devices (da1, da2).
da1 and da2 are provided from the same iscsi target server.

Code:
root@*******:~ # iscsictl
Target name                          Target portal    State
iqn.*******:******* 10.120.1.243:3260 Operation timed out    ←da1
iqn.*******:******* 10.120.1.251:3260 Operation timed out    ←da2


root@*******:~ # zpool list
NAME     SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
bkroot  46.2T  30.3T  16.0T        -         -    14%    65%  1.00x  ONLINE  -
zroot   93.5G  3.58G  89.9G        -         -    26%     3%  1.00x  ONLINE  -

root@*******:~ # zpool status
  pool: bkroot
 state: ONLINE
  scan: resilvered 562G in 0 days 12:23:34 with 0 errors on Tue Aug  8 15:03:54 2023
config:

    NAME        STATE     READ WRITE CKSUM
    bkroot      ONLINE       0     0     0
      mirror-0  ONLINE       0     0     0
        da1     ONLINE       0     0     0
        da2     ONLINE       0     0     0

errors: No known data errors
 
Back
Top