5GbE TrueNAS Scale Beta 1

crkinard

Explorer
Joined
Oct 24, 2019
Messages
80
Yeah yea. Using a beta OS to connect to a beta OS and there will be issues.

Anyhow...

Connecting Windows 11 to Scale Beta 1 and cannot get 5GbE working.
The TrueNAS box had Core on it and the Windows box was in 10. 5GbE was working fine. Now it will only connect via 1GbE.
No hardware has been changed. Just wondering if anyone knows if there are any issues with 5GbE in Scale currently.

Kicking the Windows 11 machine back to 10 tonight or tomorrow so I HOPE that is all it is... cause like a dumb ass I created a new pool in Scale B1 and migrated my data.
AFIK, it has a newer version of ZFS so I don't think Core will mount it now.
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
It all depends on the specific NIC and whether its a well supported 5Gbe driver..... I doubt there is any relationship to Windows 11. Windows 11 may have issues, but they won't impact the Linux host machine's network.
 

crkinard

Explorer
Joined
Oct 24, 2019
Messages
80
Code:
truenas# ethtool ens7f0
Settings for ens7f0:
        Supported ports: [ TP ]
        Supported link modes:   100baseT/Full
                                1000baseT/Full
                                10000baseT/Full
                                2500baseT/Full
                                5000baseT/Full
        Supported pause frame use: Symmetric
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  100baseT/Full
                                1000baseT/Full
                                10000baseT/Full
        Advertised pause frame use: Symmetric
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Auto-negotiation: on
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        MDI-X: Unknown
        Supports Wake-on: d
        Wake-on: d
        Current message level: 0x00000007 (7)
                               drv probe link
        Link detected: yes


Humm , back to figuring out why.
 

crkinard

Explorer
Joined
Oct 24, 2019
Messages
80
Seems I can force it to 5GbE with: ethtool -s ens7f0 speed 5000

But does not survive a reboot. More info...

Code:
truenas# ethtool -i ens7f0
driver: ixgbe
version: 5.10.42+truenas
firmware-version: 0x80001377
expansion-rom-version:
bus-info: 0000:04:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
 

crkinard

Explorer
Joined
Oct 24, 2019
Messages
80
Put 'ethtool -s ens7f0 speed 5000 ' in a startup command via the GUI to 'fix' the issue for now.
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Put 'ethtool -s ens7f0 speed 5000 ' in a startup command via the GUI to 'fix' the issue for now.

If the problem still exists, Feel free to make a suggestion....in report-a-bug.
It has not been an area where we have focussed on improving usability.
 
Top