cannot zpool remove a top level vdev

nimaajben

Cadet
Joined
Dec 15, 2019
Messages
5
I have a Pool call Tank1 with 2 vdev, each vdev contains one 4TB HDD, I would like to make them independent pool so that the pool will not failed once any of HDD dead.

I ran the
zpool remove -pw Tank1 gptid/50da9f7f-ee04-11ea-a346-109027e866a1
and I got this

cannot remove gptid/50da9f7f-ee04-11ea-a346-109027e866a1: invalid config; all top-level vdevs must have the same sector size and not be raidz.
I ran below command and notice one of my Sector Sizes: 512 bytes logical, 4096 bytes physical, and other one is Sector Size: 512 bytes logical/physical.

Is there a way to make them same? Thanks
root@freenas[~]# smartctl -i /dev/ada1
smartctl 7.2 2020-12-30 r5155 [FreeBSD 12.2-RELEASE-p14 amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family: Seagate Skyhawk
Device Model: ST4000VX007-2DT166
Serial Number:
LU WWN Device Id: 5 000c50 0c5af7e1e
Firmware Version: CV11
User Capacity: 4,000,787,030,016 bytes [4.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5980 rpm
Form Factor: 3.5 inches
Device is: In smartctl database [for details use: -P show]
ATA Version is: ACS-3 T13/2161-D revision 5
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Wed Jul 27 11:52:13 2022 HKT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF INFORMATION SECTION ===
Model Family: Seagate Constellation ES.3
Device Model: ST4000NM0033-9ZM170
Serial Number:
LU WWN Device Id: 5 000c50 07b5722d8
Firmware Version: SN05
User Capacity: 4,000,787,030,016 bytes [4.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Form Factor: 3.5 inches
Device is: In smartctl database [for details use: -P show]
ATA Version is: ACS-2 (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Wed Jul 27 11:53:04 2022 HKT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Is there a way to make them same?
Not while they are still in the pool...

You're in the "evacuate the data and trash/re-create the pool" territory here.
 
Top