Welcome to Centmin Mod Community
Register Now

OVH OVH NVMe Users Post Your NVMe Model

Discussion in 'Dedicated server hosting' started by integritly, Jan 16, 2020.

  1. integritly

    integritly New Member

    16
    6
    3
    Apr 29, 2016
    Ratings:
    +14
    Local Time:
    10:11 AM
    For those of you with OVH Rise/Advance servers with NVMe SSDs, would you be able to post what model NVMe's your server came with? OVH support has been unable to provide really specific information here.

    All they could say was the disks are "80% Samsung, 20% WD." But I noticed the entry level 450GB drives on the Rise 1 servers are classified as "Datacenter" while the 500GB NVMe's on the Advance 2 lineup are "Enterprise."

    So if you guys can post your specs, that should help us narrow down which options pertain to which drives.


    For reference, my previous Advance 2 w/ 500GB NVMe's in RBX had Western Digital drives.
     
  2. diy

    diy Member

    50
    32
    18
    Jan 14, 2019
    USA
    Ratings:
    +48
    Local Time:
    10:11 AM
    nginx 1.19.x
    MariaDB 10.4.x
    Are those bare metal servers? Can you identify your current NVmE drive brand/model?

    Code:
    udevadm info -a -p /sys/block/sda | grep ATTRS{model}
     
    Last edited: Jan 16, 2020
  3. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    could also use nvme list command from nvme-cli yum package
    Code (Text):
    yum -y install nvme-cli
    nvme list --o json
    
     
  4. integritly

    integritly New Member

    16
    6
    3
    Apr 29, 2016
    Ratings:
    +14
    Local Time:
    10:11 AM
    Thanks, this is what I use as well. Don't have an OVH server atm, but I am looking into grabbing one and wanted to know which NVMes came with each selection before purchase, as their support wasn't able to specify.

    Figured I'd ask those of you who have one of these particular models to list what models theirs came with and their disk choices; like 2x450 GB Datacenter NVMe, 500GB Enterprise NVMe, = Samsung, WD, ect..
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Datecenter and Enterprise are interchangeable terms for SSD that made for Enterprise/Datacenter depending on the manufacturer. The opposite of that is consumer NVMe.
     
  6. integritly

    integritly New Member

    16
    6
    3
    Apr 29, 2016
    Ratings:
    +14
    Local Time:
    10:11 AM
    In general terms I agree that's the case, but in OVH's it would seem to me they're using it as a way to differentiate the drives. If they were using it interchangeably why not label all the drives either Enterprise or Datacenter?

    Comparing their servers, the 500GB/1TB are listed as Enterprise and the 450GB/1.92TB are listed as Datacenter.

    Screen Shot 2020-01-15 at 11.41.22 PM.png
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah hard to know, maybe @rdan @Matt @Jimmy can chime in with their NVMe experiences on OVH
     
  8. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    3:11 PM
    1.5.15
    MariaDB 10.2
    1.9TB
    Code:
    # nvme list
    Node             SN                   Model                                    Namespace Usage                      Format           FW Rev 
    ---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
    /dev/nvme0n1     S36WNB0J702140       SAMSUNG MZQLW1T9HMJP-00003               1           1.51  TB /   1.92  TB    512   B +  0 B   CXV8401Q
    /dev/nvme1n1     S36WNB0J702124       SAMSUNG MZQLW1T9HMJP-00003               1           1.51  TB /   1.92  TB    512   B +  0 B   CXV8401Q
     
  9. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    3:11 PM
    1.5.15
    MariaDB 10.2
    450GB
    Code:
    # nvme list
    Node             SN                   Model                                    Namespace Usage                      Format           FW Rev 
    ---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
    /dev/nvme0n1     CVPF7231008P450RGN   INTEL SSDPE2MX450G7                      1         450.10  GB / 450.10  GB    512   B +  0 B   MDV10290
    /dev/nvme1n1     CVPF7225007Z450RGN   INTEL SSDPE2MX450G7                      1         450.10  GB / 450.10  GB    512   B +  0 B   MDV10290
     
  10. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    3:11 PM
    1.5.15
    MariaDB 10.2
    and a 500GB one used in the advance-store (1 x NVME and 4 x 4TB RAID10)
    Code:
    # nvme list
    Node             SN                   Model                                    Namespace Usage                      Format           FW Rev 
    ---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
    /dev/nvme0n1     1940A7801817         WDC CL SN720 SDAQNTW-512G-2000           1         512.11  GB / 512.11  GB    512   B +  0 B   10104122
     
  11. integritly

    integritly New Member

    16
    6
    3
    Apr 29, 2016
    Ratings:
    +14
    Local Time:
    10:11 AM
    Hi Matt, thank you so much for such detailed responses! That's exactly the information I was looking for. Really appreciate the time you took to gather the info, you've been a great help!
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  13. Oktay Kilic

    Oktay Kilic New Member

    3
    1
    3
    Oct 4, 2014
    Ratings:
    +1
    Local Time:
    4:11 PM
    @eva2000 @Matt Have any idea what the 1TB NVMe models are? Thanks.
     
  14. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    No data on my end unfortunately
     
  15. Pascal

    Pascal New Member

    2
    0
    1
    Apr 10, 2020
    Ratings:
    +0
    Local Time:
    4:11 PM
    Hello,
    From what I see, OVH 's NVMe disks are up to 4 years old :/
    Performances are not so great ...
     
  16. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Oooh https://twitter.com/olesovhcom/status/1280594016996855810 1,200Mbit/s 4K random writes !

     
  17. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    FYI, wrote a shell script to grab NVMe drive info GitHub - centminmod/nvme-info should work on most linux servers besides OVH

    Code (Text):
    ./nvme-info.sh
    Drive: /dev/nvme0n1
    Model: SAMSUNG MZQLB960HAJR-00007
    Firmware: EDA5302Q
    Size: 894.25 GB
    Temperature: 32.85 C
    Available Spare: 100%
    Percentage Used: 0%
    Powered On Time: 554 days 1 hours
    Data Units Read: 148214333 (69.01 TB)
    Data Units Written: 1505365 (717.81 GB)
    Host Read Commands: 604876578
    Host Write Commands: 121773994
    Controller Busy Time: 586
    Power Cycles: 28
    -----
    Drive: /dev/nvme1n1
    Model: KINGSTON SEDC1500M960G
    Firmware: S67F0103
    Size: 894.25 GB
    Temperature: 32.85 C
    Available Spare: 100%
    Percentage Used: 0%
    Powered On Time: 525 days 14 hours
    Data Units Read: 142596054 (66.40 TB)
    Data Units Written: 7129815 (3.32 TB)
    Host Read Commands: 589328916
    Host Write Commands: 137392346
    Controller Busy Time: 47543
    Power Cycles: 22
    -----
     
  18. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Black Friday 2024

    • Intel Xeon E3-1270v6
    • 64GB ECC DDR4-2400Mhz
    • 2x 450GB NVMe SSD raid 1
    • 300Mbps public up/down
    • US$39/month
    • Rocky Linux 9 (need to do more manual Rocky Linux testing)
    • using Intel DC P3520 450GB NVMe datacenter drives which is 3D MLC nand part U.2 form factor with:
    • Maximum Read Transfer Rate 1.17 GB/s
    • Maximum Write Transfer Rate 600 MB/s
    Pretty old and not as fast as newer NVMe drives but still faster than my 240GB SSD in old OVH

    Using my nvme-info.sh script GitHub - centminmod/nvme-info :)
    Code (Text):
    ./nvme-info.sh
    Drive: /dev/nvme1n1
    Model: INTEL SSDPE2MX450G7
    Firmware: MDV10290
    Size: 419.18 GB
    Temperature: 27.85 C
    Available Spare: 98%
    Percentage Used: 15%
    Powered On Time: 2185 days 7 hours
    Data Units Read: 1762702982 (820.82 TB)
    Data Units Written: 223098811 (103.88 TB)
    Host Read Commands: 9380304081
    Host Write Commands: 5856505551
    Controller Busy Time: 0
    Power Cycles: 48
    -----
    Drive: /dev/nvme0n1
    Model: INTEL SSDPE2MX450G7
    Firmware: MDV10290
    Size: 419.18 GB
    Temperature: 24.85 C
    Available Spare: 98%
    Percentage Used: 16%
    Powered On Time: 2185 days 7 hours
    Data Units Read: 1756864486 (818.10 TB)
    Data Units Written: 224457411 (104.52 TB)
    Host Read Commands: 9390718166
    Host Write Commands: 5908616862
    Controller Busy Time: 0
    Power Cycles: 46
    -----