[Kernel-packages] [Bug 2057960] Re: Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

2024-04-24 Thread Anderson Soares Ferreira
Hello Kleber,

I've installed the last kernel update (5.15.0-106.116) and it's solved the 
problem.
Now FCoE interfaces are correctly detected and the system got storage disks 
access back.

Regards,

Anderson

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2057960

Title:
  Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

Status in linux package in Ubuntu:
  New

Bug description:
  Since I've upgraded my server's to Ubuntu 22.04.4  I'm facing problems to 
make my fcoe setup to work correctly.
  Firstly, some context. We have a HPE Synergy appliance with a bunch of 
Synergy 480 Gen10 servers still running Ubuntu 20.04. 
  Each 480 server has 4 QLogic BCM57840 NetXtreme II Ethernet Multi Function 
network adapters with two of them dedicated to storage communication through 
FCoE.

  Recently, I've upgraded one of them to Ubuntu 22.04 and realized that after 
the upgrade, all the Fibre Channel LUNs have disappeared. During the diagnostic 
process I noticed that both network (bnx2x) and fcoe (fcoe, bnx2fc) kernel 
drivers have been loaded properly, FCoE vlans were correctly detected by 
fcoe-utils, but there was no connection between the server and the storage and 
the server could not detect any LUN.
  I also noticed that fcoeadm was reporting the following status:

  # fcoeadm -i
  Description:  BCM57840 NetXtreme II Ethernet Multi Function
  Revision: 11
  Manufacturer: Broadcom Inc. and subsidiaries
  Serial Number:9440C953B7F0

  Driver:   bnx2x Unknown
  Number of Ports:  1

  Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f2.4093-fco
  OS Device Name:host2
  Node Name: 0x1a3d2725
  Port Name: 0x1a3d2724
  Fabric Name:   0x0
  Speed: 20 Gbit
  Supported Speed:   1 Gbit, 10 Gbit
  MaxFrameSize:  2048 bytes
  FC-ID (Port ID):   0x
  State: Offline
  Description:  BCM57840 NetXtreme II Ethernet Multi Function
  Revision: 11
  Manufacturer: Broadcom Inc. and subsidiaries
  Serial Number:9440C953B7F0

  Driver:   bnx2x Unknown
  Number of Ports:  1

  Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f3.4094-fco
  OS Device Name:host3
  Node Name: 0x1a3d2727
  Port Name: 0x1a3d2726
  Fabric Name:   0x0
  Speed: 20 Gbit
  Supported Speed:   1 Gbit, 10 Gbit
  MaxFrameSize:  2048 bytes
  FC-ID (Port ID):   0x
  State: Offline

  Although most of information displayed was correct, the port state was
  always offline (what explains no storage connectivity) and the FC-ID
  reported was 0x for both interfaces.

  Supposing that something went wrong during the upgrade process, I decided to 
make a fresh install of the server and, for my surprise, the fcoe ports went 
online and all luns were detected correctly.
  Unfortunately, the ports went offline again after a dist-upgrade.
  Trying to understand what was happening I performed another fresh install of 
the Ubuntu 22.04, but this time collecting some information about kernel and 
packages versions from before and after dist-upgrade.
  What I discovered was that all packages related (fcoe-utils, lldpad) had the 
same versions before and after, the only exception was the kernel itself. 
Before the dist-upgrade the kernel in use was 5.15.0-25-generic and after 
dist-upgrade the kernel was 5.15.0-100-generic.
  Suspecting a kernel problem I installed and booted different kernel versions 
from 5.15.0-25 and 5.15.0-100 and discovered that the problem probably was 
introduced with kernel 5.15.0-94, since it is the first version showing the 
describe behavior.
  Looking at the changelog of linux-modules package, I noticed some changes on 
fcoe and other scsi modules, right after the 5.15.0-91 version. 
  Could those changes be the cause of the behavior observed on my server or 
just a coincidence? Is there any fix to it?

  Thanks in advance.

  Anderson

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-94-generic 5.15.0-94.104
  ProcVersionSignature: Ubuntu 5.15.0-94.104-generic 5.15.136
  Uname: Linux 5.15.0-94-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Mar 14 11:03 seq
   crw-rw 1 root audio 116, 33 Mar 14 11:03 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  

Re: [Kernel-packages] [Bug 2057960] Re: Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

2024-04-04 Thread Anderson Soares Ferreira
Hello, Kleber.

Thank you for the instructions for installing the proposed kernel
packages.  Unfortunately, booting the system with the kernel 5.15.0-102.112
resulted in the same behavior, fcoe interfaces offline and reporting the
FC-IDs as 0x.
If you need further information, please let me know.

Best regards,


Anderson Soares Ferreira - anderson.soa...@embrapa.br
Núcleo de Tecnologia da Informação - NTI
Embrapa Territorial
Tel.: (19) 3211-6200


Em qua., 3 de abr. de 2024 às 09:49, Kleber Sacilotto de Souza <
2057...@bugs.launchpad.net> escreveu:

> Hello Anderson,
>
> Thank you for reporting the issue. We have a new kernel for 22.04
> (version 5.15.0-102.112) that is about to be released in the next few
> days. Could you please test it again with this kernel and report the
> results? You can either enable -proposed in your system and update the
> kernel, or wait until it gets promoted to -updates and a simple dist-
> upgrate will update the kernel.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2057960
>
> Title:
>   Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4
>
> Status in linux package in Ubuntu:
>   New
>
> Bug description:
>   Since I've upgraded my server's to Ubuntu 22.04.4  I'm facing problems
> to make my fcoe setup to work correctly.
>   Firstly, some context. We have a HPE Synergy appliance with a bunch of
> Synergy 480 Gen10 servers still running Ubuntu 20.04.
>   Each 480 server has 4 QLogic BCM57840 NetXtreme II Ethernet Multi
> Function network adapters with two of them dedicated to storage
> communication through FCoE.
>
>   Recently, I've upgraded one of them to Ubuntu 22.04 and realized that
> after the upgrade, all the Fibre Channel LUNs have disappeared. During the
> diagnostic process I noticed that both network (bnx2x) and fcoe (fcoe,
> bnx2fc) kernel drivers have been loaded properly, FCoE vlans were correctly
> detected by fcoe-utils, but there was no connection between the server and
> the storage and the server could not detect any LUN.
>   I also noticed that fcoeadm was reporting the following status:
>
>   # fcoeadm -i
>   Description:  BCM57840 NetXtreme II Ethernet Multi Function
>   Revision: 11
>   Manufacturer: Broadcom Inc. and subsidiaries
>   Serial Number:9440C953B7F0
>
>   Driver:   bnx2x Unknown
>   Number of Ports:  1
>
>   Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over
> ens3f2.4093-fco
>   OS Device Name:host2
>   Node Name: 0x1a3d2725
>   Port Name: 0x1a3d2724
>   Fabric Name:   0x0
>   Speed: 20 Gbit
>   Supported Speed:   1 Gbit, 10 Gbit
>   MaxFrameSize:  2048 bytes
>   FC-ID (Port ID):   0x
>   State: Offline
>   Description:  BCM57840 NetXtreme II Ethernet Multi Function
>   Revision: 11
>   Manufacturer: Broadcom Inc. and subsidiaries
>   Serial Number:9440C953B7F0
>
>   Driver:   bnx2x Unknown
>   Number of Ports:  1
>
>   Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over
> ens3f3.4094-fco
>   OS Device Name:host3
>   Node Name: 0x1a3d2727
>   Port Name: 0x1a3d2726
>   Fabric Name:   0x0
>   Speed: 20 Gbit
>   Supported Speed:   1 Gbit, 10 Gbit
>   MaxFrameSize:  2048 bytes
>   FC-ID (Port ID):   0x
>   State: Offline
>
>   Although most of information displayed was correct, the port state was
>   always offline (what explains no storage connectivity) and the FC-ID
>   reported was 0x for both interfaces.
>
>   Supposing that something went wrong during the upgrade process, I
> decided to make a fresh install of the server and, for my surprise, the
> fcoe ports went online and all luns were detected correctly.
>   Unfortunately, the ports went offline again after a dist-upgrade.
>   Trying to understand what was happening I performed another fresh
> install of the Ubuntu 22.04, but this time collecting some information
> about kernel and packages versions from before and after dist-upgrade.
>   What I discovered was that all packages related (fcoe-utils, lldpad) had
> the same versions before and after, the only exception was the kernel
> itself. Before the dist-upgrade the kernel in use was 5.15.0-25-generic and
> after dist-upgrade the kernel was 5.15.0-100-generic.
>   Suspecting a kernel problem I installed and booted different kernel
> versions from 5.15.0-25 and 5.15.0-100 and discovered that the problem
> probably was introduced with kernel 5.15.0-94, since it is the first
> version showing the describe behavior.
>   Looking at the changelog of linux-modules package, I noticed some
> changes on fcoe and 

[Kernel-packages] [Bug 2057960] Re: Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

2024-04-03 Thread Kleber Sacilotto de Souza
Hello Anderson,

Thank you for reporting the issue. We have a new kernel for 22.04
(version 5.15.0-102.112) that is about to be released in the next few
days. Could you please test it again with this kernel and report the
results? You can either enable -proposed in your system and update the
kernel, or wait until it gets promoted to -updates and a simple dist-
upgrate will update the kernel.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2057960

Title:
  Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

Status in linux package in Ubuntu:
  New

Bug description:
  Since I've upgraded my server's to Ubuntu 22.04.4  I'm facing problems to 
make my fcoe setup to work correctly.
  Firstly, some context. We have a HPE Synergy appliance with a bunch of 
Synergy 480 Gen10 servers still running Ubuntu 20.04. 
  Each 480 server has 4 QLogic BCM57840 NetXtreme II Ethernet Multi Function 
network adapters with two of them dedicated to storage communication through 
FCoE.

  Recently, I've upgraded one of them to Ubuntu 22.04 and realized that after 
the upgrade, all the Fibre Channel LUNs have disappeared. During the diagnostic 
process I noticed that both network (bnx2x) and fcoe (fcoe, bnx2fc) kernel 
drivers have been loaded properly, FCoE vlans were correctly detected by 
fcoe-utils, but there was no connection between the server and the storage and 
the server could not detect any LUN.
  I also noticed that fcoeadm was reporting the following status:

  # fcoeadm -i
  Description:  BCM57840 NetXtreme II Ethernet Multi Function
  Revision: 11
  Manufacturer: Broadcom Inc. and subsidiaries
  Serial Number:9440C953B7F0

  Driver:   bnx2x Unknown
  Number of Ports:  1

  Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f2.4093-fco
  OS Device Name:host2
  Node Name: 0x1a3d2725
  Port Name: 0x1a3d2724
  Fabric Name:   0x0
  Speed: 20 Gbit
  Supported Speed:   1 Gbit, 10 Gbit
  MaxFrameSize:  2048 bytes
  FC-ID (Port ID):   0x
  State: Offline
  Description:  BCM57840 NetXtreme II Ethernet Multi Function
  Revision: 11
  Manufacturer: Broadcom Inc. and subsidiaries
  Serial Number:9440C953B7F0

  Driver:   bnx2x Unknown
  Number of Ports:  1

  Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f3.4094-fco
  OS Device Name:host3
  Node Name: 0x1a3d2727
  Port Name: 0x1a3d2726
  Fabric Name:   0x0
  Speed: 20 Gbit
  Supported Speed:   1 Gbit, 10 Gbit
  MaxFrameSize:  2048 bytes
  FC-ID (Port ID):   0x
  State: Offline

  Although most of information displayed was correct, the port state was
  always offline (what explains no storage connectivity) and the FC-ID
  reported was 0x for both interfaces.

  Supposing that something went wrong during the upgrade process, I decided to 
make a fresh install of the server and, for my surprise, the fcoe ports went 
online and all luns were detected correctly.
  Unfortunately, the ports went offline again after a dist-upgrade.
  Trying to understand what was happening I performed another fresh install of 
the Ubuntu 22.04, but this time collecting some information about kernel and 
packages versions from before and after dist-upgrade.
  What I discovered was that all packages related (fcoe-utils, lldpad) had the 
same versions before and after, the only exception was the kernel itself. 
Before the dist-upgrade the kernel in use was 5.15.0-25-generic and after 
dist-upgrade the kernel was 5.15.0-100-generic.
  Suspecting a kernel problem I installed and booted different kernel versions 
from 5.15.0-25 and 5.15.0-100 and discovered that the problem probably was 
introduced with kernel 5.15.0-94, since it is the first version showing the 
describe behavior.
  Looking at the changelog of linux-modules package, I noticed some changes on 
fcoe and other scsi modules, right after the 5.15.0-91 version. 
  Could those changes be the cause of the behavior observed on my server or 
just a coincidence? Is there any fix to it?

  Thanks in advance.

  Anderson

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-94-generic 5.15.0-94.104
  ProcVersionSignature: Ubuntu 5.15.0-94.104-generic 5.15.136
  Uname: Linux 5.15.0-94-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Mar 14 11:03 seq
   crw-rw 1 root audio 116, 33 Mar 14 11:03 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  

[Kernel-packages] [Bug 2057960] Re: Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

2024-03-14 Thread Brett Grandbois
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Kleber Sacilotto de Souza (kleber-souza)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2057960

Title:
  Problems on Fibre Channel over Ethernet on Ubuntu 22.04.4

Status in linux package in Ubuntu:
  New

Bug description:
  Since I've upgraded my server's to Ubuntu 22.04.4  I'm facing problems to 
make my fcoe setup to work correctly.
  Firstly, some context. We have a HPE Synergy appliance with a bunch of 
Synergy 480 Gen10 servers still running Ubuntu 20.04. 
  Each 480 server has 4 QLogic BCM57840 NetXtreme II Ethernet Multi Function 
network adapters with two of them dedicated to storage communication through 
FCoE.

  Recently, I've upgraded one of them to Ubuntu 22.04 and realized that after 
the upgrade, all the Fibre Channel LUNs have disappeared. During the diagnostic 
process I noticed that both network (bnx2x) and fcoe (fcoe, bnx2fc) kernel 
drivers have been loaded properly, FCoE vlans were correctly detected by 
fcoe-utils, but there was no connection between the server and the storage and 
the server could not detect any LUN.
  I also noticed that fcoeadm was reporting the following status:

  # fcoeadm -i
  Description:  BCM57840 NetXtreme II Ethernet Multi Function
  Revision: 11
  Manufacturer: Broadcom Inc. and subsidiaries
  Serial Number:9440C953B7F0

  Driver:   bnx2x Unknown
  Number of Ports:  1

  Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f2.4093-fco
  OS Device Name:host2
  Node Name: 0x1a3d2725
  Port Name: 0x1a3d2724
  Fabric Name:   0x0
  Speed: 20 Gbit
  Supported Speed:   1 Gbit, 10 Gbit
  MaxFrameSize:  2048 bytes
  FC-ID (Port ID):   0x
  State: Offline
  Description:  BCM57840 NetXtreme II Ethernet Multi Function
  Revision: 11
  Manufacturer: Broadcom Inc. and subsidiaries
  Serial Number:9440C953B7F0

  Driver:   bnx2x Unknown
  Number of Ports:  1

  Symbolic Name: bnx2fc (QLogic BCM57840) v2.12.13 over 
ens3f3.4094-fco
  OS Device Name:host3
  Node Name: 0x1a3d2727
  Port Name: 0x1a3d2726
  Fabric Name:   0x0
  Speed: 20 Gbit
  Supported Speed:   1 Gbit, 10 Gbit
  MaxFrameSize:  2048 bytes
  FC-ID (Port ID):   0x
  State: Offline

  Although most of information displayed was correct, the port state was
  always offline (what explains no storage connectivity) and the FC-ID
  reported was 0x for both interfaces.

  Supposing that something went wrong during the upgrade process, I decided to 
make a fresh install of the server and, for my surprise, the fcoe ports went 
online and all luns were detected correctly.
  Unfortunately, the ports went offline again after a dist-upgrade.
  Trying to understand what was happening I performed another fresh install of 
the Ubuntu 22.04, but this time collecting some information about kernel and 
packages versions from before and after dist-upgrade.
  What I discovered was that all packages related (fcoe-utils, lldpad) had the 
same versions before and after, the only exception was the kernel itself. 
Before the dist-upgrade the kernel in use was 5.15.0-25-generic and after 
dist-upgrade the kernel was 5.15.0-100-generic.
  Suspecting a kernel problem I installed and booted different kernel versions 
from 5.15.0-25 and 5.15.0-100 and discovered that the problem probably was 
introduced with kernel 5.15.0-94, since it is the first version showing the 
describe behavior.
  Looking at the changelog of linux-modules package, I noticed some changes on 
fcoe and other scsi modules, right after the 5.15.0-91 version. 
  Could those changes be the cause of the behavior observed on my server or 
just a coincidence? Is there any fix to it?

  Thanks in advance.

  Anderson

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-94-generic 5.15.0-94.104
  ProcVersionSignature: Ubuntu 5.15.0-94.104-generic 5.15.136
  Uname: Linux 5.15.0-94-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Mar 14 11:03 seq
   crw-rw 1 root audio 116, 33 Mar 14 11:03 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: unknown
  Date: Thu Mar 14 14:57:14 2024
  HibernationDevice: