Virtual Drive Serial # Incorrect (Storage => View Disks)

svtkobra7

Patron
Joined
Jan 12, 2017
Messages
202
When looking at disks attached to FreeNAS (FreeNAS-11.2-U1) via Storage => View Disks, two virtual disks (da1 & da2) presented to FreeNAS from ESXi (Optane 900p for SLOG) are incorrectly picking up the serial numbers from da3 & 4, respectively (which are physical disks connected to a passed through HBA).

I know there is a way to fix this as I did in the past (and believe a search on this forum helped), but I've been unable to recall how I did so and the process. Does anyone recall how to remove the erroneous serial number from those vDisks? I've tried rebooting and toggling Enable S.M.A.R.T. to no avail. I've included the SMART detail as I want to say it had something to do with this.

I've included probably more information than is likely needed in an effort to assist ...

(a trivial "issue" but slightly annoying)

Summary of all Disks
  • da0 = boot
  • da1 & da2 = 20GB vDisk for SLOG (Enable S.M.A.R.T. = unchecked)
  • da3 - da14 = WDC 10 TB HDDs (Enable S.M.A.R.T. = checked)
Storage => View Disks
STORAGE_VIEW_DISKS.jpg
SMART Short Test Scheduling (da3 - da14 selected)
SMART_SHORT.jpg
SMART Long Test Scheduling (da3 - da14 selected)
SMART_LONG.jpg
Code:
root@FreeNAS-01[~]# smartctl -a /dev/da1
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-STABLE amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               VMware
Product:              Virtual disk
Revision:             2.0
Compliance:           SPC-4
User Capacity:        21,476,933,632 bytes [21.4 GB]
Logical block size:   512 bytes
LU is fully provisioned
Rotation Rate:        Solid State Device
Device type:          disk
Local Time is:        Tue Mar  5 17:52:50 2019 EST
SMART support is:     Unavailable - device lacks SMART capability.

=== START OF READ SMART DATA SECTION ===
Current Drive Temperature:     0 C
Drive Trip Temperature:        0 C

Error Counter logging not supported

Device does not support Self Test logging

Code:
root@FreeNAS-01[~]# smartctl -a /dev/da2
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-STABLE amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               VMware
Product:              Virtual disk
Revision:             2.0
Compliance:           SPC-4
User Capacity:        21,476,933,632 bytes [21.4 GB]
Logical block size:   512 bytes
LU is fully provisioned
Rotation Rate:        Solid State Device
Device type:          disk
Local Time is:        Tue Mar  5 17:52:52 2019 EST
SMART support is:     Unavailable - device lacks SMART capability.

=== START OF READ SMART DATA SECTION ===
Current Drive Temperature:     0 C
Drive Trip Temperature:        0 C

Error Counter logging not supported

Device does not support Self Test logging

Code:
root@FreeNAS-01[~]# glabel status
             Name  Status  Components
gptid/long string     N/A  da0p1
       gpt/Log-01     N/A  da1p1
       gpt/Log-02     N/A  da2p1
gptid/long string     N/A  da3p1
gptid/long string     N/A  da4p1
gptid/long string     N/A  da6p1
gptid/long string     N/A  da7p1
gptid/long string     N/A  da8p1
gptid/long string     N/A  da9p1
gptid/long string     N/A  da10p1
gptid/long string     N/A  da11p1
gptid/long string     N/A  da12p1
gptid/long string     N/A  da13p1
gptid/long string     N/A  da14p1
 
Last edited:
D

dlavigne

Guest
Were you able to resolve this? If not, it may be worth reporting at redmine.ixsystems.com.
 
Top