ZFS: 디스크를 다시 삽입한 후 zpool이 동시에 재동기화 및 청소 중인 것으로 나타나면 청소를 중지해도 안전합니까?

ZFS: 디스크를 다시 삽입한 후 zpool이 동시에 재동기화 및 청소 중인 것으로 나타나면 청소를 중지해도 안전합니까?

56TB 디스크 어레이로 ZFS를 실행하는 Ubuntu 20.04 서버가 있습니다.

"실패"라고 표시된 디스크가 있습니다. 이 문제를 해결하려고 시도하는 동안 실수로 잘못된 디스크를 꺼냈다가 다시 넣었습니다. 따라서 실패한 디스크와 현재 "오프라인"으로 표시된 다른 디스크가 있습니다. 이는 이제 중복성의 한계에 도달했으며 이 문제를 신속하게 해결해야 함을 의미합니다.

우리는 그것을 실행했습니다 zpool replace backups /dev/sdh /dev/sdh(물론 이것은 /dev/sdh1이어야 하지만).

현재 실행하면 zpool status가끔 표시됩니다.다시 은화달리기, 다른 시간미사일 발사 중지실행 중 - 아래를 참조하세요.

현재 4일째 운영 중인데 '총 54.8T' 수치에는 변함이 없습니다. "진행 중" 날짜는 항상 명령 실행 후 1~2분 이내인 것 같습니다.

이게 잘못된 것 같나요? 계속 기다려야 할까요, 아니면 사용을 중단하는 최선의 방법 zpool scrub -s backups이나 스크럽을 멈추는 방법이 있을까요?

# zpool status
  pool: backups
 state: DEGRADED
status: One or more devices could not be used because the label is missing or
    invalid.  Sufficient replicas exist for the pool to continue
    functioning in a degraded state.
action: Replace the device using 'zpool replace'.
   see: http://zfsonlinux.org/msg/ZFS-8000-4J
  scan: scrub in progress since Tue May 11 20:18:22 2021
    3.03G scanned at 3.03G/s, 0B issued at 0B/s, 54.8T total
    0B repaired, 0.00% done, no estimated completion time
config:

    NAME                      STATE     READ WRITE CKSUM
    backups                   DEGRADED     0     0     0
      raidz2-0                DEGRADED     0     0     0
        sdi                   ONLINE       0     0     0
        sdj                   ONLINE       0     0     0
        sdk                   ONLINE       0     0     0
        sdc                   ONLINE       0     0     0
        sdd                   ONLINE       0     0     0
        11802105070547673345  FAULTED      0     0     0  was /dev/sde1
        sde                   ONLINE       0     0     0
        sdf                   ONLINE       0     0     0
        sdg                   ONLINE       0     0     0
        replacing-9           OFFLINE      0     0     0  all children offline
          old                 OFFLINE      3   816     0
          sdh                 OFFLINE      0     0     0

errors: No known data errors
# zpool status
  pool: backups
 state: DEGRADED
status: One or more devices could not be used because the label is missing or
    invalid.  Sufficient replicas exist for the pool to continue
    functioning in a degraded state.
action: Replace the device using 'zpool replace'.
   see: http://zfsonlinux.org/msg/ZFS-8000-4J
  scan: scrub in progress since Tue May 11 20:22:06 2021
    78.9G scanned at 9.86G/s, 357K issued at 44.6K/s, 54.8T total
    0B repaired, 0.00% done, no estimated completion time
config:

    NAME                      STATE     READ WRITE CKSUM
    backups                   DEGRADED     0     0     0
      raidz2-0                DEGRADED     0     0     0
        sdi                   ONLINE       0     0     0
        sdj                   ONLINE       0     0     0
        sdk                   ONLINE       0     0     0
        sdc                   ONLINE       0     0     0
        sdd                   ONLINE       0     0     0
        11802105070547673345  FAULTED      0     0     0  was /dev/sde1
        sde                   ONLINE       0     0     0
        sdf                   ONLINE       0     0     0
        sdg                   ONLINE       0     0     0
        replacing-9           OFFLINE      0     0     0  all children offline
          old                 OFFLINE      3   816     0
          sdh                 OFFLINE      0     0     0

errors: No known data errors

관련 정보