Hello,
I have a PBS 2.1-5 which shows:
	
	
	
		
	
	
	
		
	
	
	
		
Then I read on other posts I might have to replace the name, I tried but got this error:
	
	
	
		
What other steps should I take?
Do I have to physically replace the disk?
Thank you!
				
			I have a PBS 2.1-5 which shows:
		Code:
	
	root@pbs:/# zpool status
  pool: rpool
 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: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-4J
  scan: resilvered 41.5G in 01:44:41 with 0 errors on Fri Aug 11 16:49:39 2023
config:
        NAME                                             STATE     READ WRITE CKSUM
        rpool                                            DEGRADED     0     0     0
          mirror-0                                       DEGRADED     0     0     0
            15157359014898742671                         UNAVAIL      0     0     0  was /dev/disk/by-id/ata-MT-2TB_9111012102018-part3
            ata-SanDisk_SDSSDH3_2T00_2143A9440310-part3  ONLINE       0     0     0
errors: No known data errors
		Code:
	
	root@pbs:/dev/disk/by-id# ls -hal             
total 0 
drwxr-xr-x 2 root root 200 Oct 25 21:57 . 
drwxr-xr-x 7 root root 140 Oct 25 21:57 .. 
lrwxrwxrwx 1 root root   9 Oct 25 21:57 ata-SanDisk_SDSSDH3_2T00_2143A9440310 -> ../../sda 
lrwxrwxrwx 1 root root  10 Oct 25 21:57 ata-SanDisk_SDSSDH3_2T00_2143A9440310-part1 -> ../../sda1 
lrwxrwxrwx 1 root root  10 Oct 25 21:57 ata-SanDisk_SDSSDH3_2T00_2143A9440310-part2 -> ../../sda2 
lrwxrwxrwx 1 root root  10 Oct 25 21:57 ata-SanDisk_SDSSDH3_2T00_2143A9440310-part3 -> ../../sda3 
lrwxrwxrwx 1 root root   9 Oct 25 21:57 wwn-0x5001b444a734cb75 -> ../../sda 
lrwxrwxrwx 1 root root  10 Oct 25 21:57 wwn-0x5001b444a734cb75-part1 -> ../../sda1 
lrwxrwxrwx 1 root root  10 Oct 25 21:57 wwn-0x5001b444a734cb75-part2 -> ../../sda2 
lrwxrwxrwx 1 root root  10 Oct 25 21:57 wwn-0x5001b444a734cb75-part3 -> ../../sda3
		Code:
	
	root@pbs:/dev/disk/by-id# smartctl -H -d ata /dev/disk/by-id/wwn-0x5001b444a734cb75-part3 
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.13.19-6-pve] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSEDThen I read on other posts I might have to replace the name, I tried but got this error:
		Code:
	
	root@pbs:/dev/disk/by-id# zpool replace -f rpool 15157359014898742671 wwn-0x5001b444a734cb75-part3 
invalid vdev specification 
the following errors must be manually repaired: 
/dev/disk/by-id/wwn-0x5001b444a734cb75-part3 is part of active pool 'rpool'What other steps should I take?
Do I have to physically replace the disk?
Thank you!
 
	 
	 
 
		
