Bug 1782876 - Installing a cluster with RoCE cards leads to two failed kernel modules.
Summary: Installing a cluster with RoCE cards leads to two failed kernel modules.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Multi-Arch
Version: 4.2.z
Hardware: s390x
OS: Unspecified
medium
low
Target Milestone: ---
: 4.11.0
Assignee: Holger Wolf
QA Contact: Douglas Slavens
URL:
Whiteboard: MULTI-ARCH
Depends On: 1964108
Blocks: OCP/Z_4.2 ocp-42-45-z-tracker
TreeView+ depends on / blocked
 
Reported: 2019-12-12 14:35 UTC by wvoesch
Modified: 2023-09-15 01:28 UTC (History)
17 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-26 18:43:39 UTC
Target Upstream Version:
Embargoed:
danili: needinfo-
danili: needinfo-


Attachments (Terms of Use)

Description wvoesch 2019-12-12 14:35:51 UTC
Description of problem: The cluster does not come up installing  it on zVM with RoCE cards.
The bootstrap node comes up, and is detected by the ansible script. Ssh to the core OS works but shows:
 
---
This is the bootstrap node; it will be destroyed when the master is fully up.
 
The primary service is "bootkube.service". To watch its status, run e.g.
 
  journalctl -b -f -u bootkube.service
[systemd]
Failed Units: 2
  rdma-load-modules
  rdma-load-modules
 
However pinging the internet and the bastion is successful.
 
those modules are only needed for infiniband and rdma which are not supported for now but we should still either not load them or load them without errors
 
Version-Release number of selected component (if applicable):
LGA 06.12.2019
 
 
Additional info:
N/A

Comment 1 Doug Ledford 2019-12-13 18:26:50 UTC
Can you get what failed to load and the error messages?  Our support for s390 is weak at best and will likely need some fixes upstream to be solid.

Comment 2 Alexander Klein 2019-12-18 11:29:57 UTC
this is not s390x specific iirc. Modules seem to be missing.

[core@bootstrap-0 ~]$ journalctl -u rdma-load-modules
-- Logs begin at Mon 2019-12-16 09:05:43 UTC, end at Wed 2019-12-18 11:26:22 UTC. --
Dec 16 09:05:54 localhost systemd[1]: Starting Load RDMA modules from /etc/rdma/modules/infiniband.conf...
Dec 16 09:05:55 localhost systemd-modules-load[1250]: Failed to find module 'ib_ipoib'
Dec 16 09:05:55 localhost systemd-modules-load[1250]: Failed to find module 'ib_umad'
Dec 16 09:05:55 localhost systemd[1]: rdma-load-modules: Main process exited, code=exited, status=1/FAILURE
Dec 16 09:05:55 localhost systemd[1]: rdma-load-modules: Failed with result 'exit-code'.
Dec 16 09:05:55 localhost systemd[1]: Failed to start Load RDMA modules from /etc/rdma/modules/infiniband.conf.
[core@bootstrap-0 ~]$ journalctl -u rdma-load-modules
-- Logs begin at Mon 2019-12-16 09:05:43 UTC, end at Wed 2019-12-18 11:26:31 UTC. --
Dec 16 09:05:54 localhost systemd[1]: Starting Load RDMA modules from /etc/rdma/modules/rdma.conf...
Dec 16 09:05:55 localhost systemd-modules-load[1257]: Failed to find module 'ib_iser'
Dec 16 09:05:55 localhost systemd-modules-load[1257]: Inserted module 'rdma_ucm'
Dec 16 09:05:55 localhost systemd-modules-load[1257]: Inserted module 'rpcrdma'
Dec 16 09:05:55 localhost systemd[1]: rdma-load-modules: Main process exited, code=exited, status=1/FAILURE
Dec 16 09:05:55 localhost systemd[1]: rdma-load-modules: Failed with result 'exit-code'.
Dec 16 09:05:55 localhost systemd[1]: Failed to start Load RDMA modules from /etc/rdma/modules/rdma.conf.

Comment 3 Steve Milner 2019-12-18 15:02:50 UTC
> Dec 16 09:05:55 localhost systemd-modules-load[1257]: Failed to find module 'ib_iser'

It looks like ib_iser isn't in the s390x package:

$ rpm -qpl kernel-modules-4.18.0-147.4.1.el8_1.x86_64.rpm | grep ib_iser
/lib/modules/4.18.0-147.4.1.el8_1.x86_64/kernel/drivers/infiniband/ulp/iser/ib_iser.ko.xz
/lib/modules/4.18.0-147.4.1.el8_1.x86_64/kernel/drivers/infiniband/ulp/isert/ib_isert.ko.xz
$ rpm -qpl kernel-modules-4.18.0-147.4.1.el8_1.s390x.rpm | grep ib_iser
$

Comment 5 Don Dutile (Red Hat) 2020-01-17 17:00:33 UTC
re: ddutile, is the ib_iser driver supported on s390x?

I'd recommend asking SteveB if rdma on s390 is supported in general, and if so, which IB ulp's should be enabled/built.
We have no s390-RDMA systems to test with, thus, the regression/test of RDMA on s390 would have to be done by IBM.

Comment 6 Prarit Bhargava 2020-01-20 14:44:00 UTC
(In reply to Don Dutile (Red Hat) from comment #5)
> re: ddutile, is the ib_iser driver supported on s390x?
> 
> I'd recommend asking SteveB if rdma on s390 is supported in general, and if
> so, which IB ulp's should be enabled/built.
> We have no s390-RDMA systems to test with, thus, the regression/test of RDMA
> on s390 would have to be done by IBM.

sbest?  Is RDMA supported on s390?

P.

Comment 7 Steve Best 2020-01-20 16:17:10 UTC
(In reply to Prarit Bhargava from comment #6)
> (In reply to Don Dutile (Red Hat) from comment #5)
> > re: ddutile, is the ib_iser driver supported on s390x?
> > 
> > I'd recommend asking SteveB if rdma on s390 is supported in general, and if
> > so, which IB ulp's should be enabled/built.
> > We have no s390-RDMA systems to test with, thus, the regression/test of RDMA
> > on s390 would have to be done by IBM.
> 
> sbest?  Is RDMA supported on s390?
> 
> P.

why does this need to be private IBM is on the ticket they should be able to answer it.

Comment 9 wvoesch 2020-03-18 09:20:56 UTC
We see the same issue with the OCP version 4.3.0-nightly

OCP:
Server Version: 4.3.0-0.nightly-s390x-2020-03-09-183623
Kubernetes Version: v1.16.2

RHCOS:
Kernel Version:                          4.18.0-147.5.1.el8_1.s390x
OS Image:                                Red Hat Enterprise Linux CoreOS 43.81.202003091812.0 (Ootpa)
Container Runtime Version:               cri-o://1.16.3-22.dev.rhaos4.3.git11c04e3.el8

Comment 10 Carvel Baus 2020-06-10 17:31:16 UTC
(In reply to Prarit Bhargava from comment #6)
> (In reply to Don Dutile (Red Hat) from comment #5)
> > re: ddutile, is the ib_iser driver supported on s390x?
> > 
> > I'd recommend asking SteveB if rdma on s390 is supported in general, and if
> > so, which IB ulp's should be enabled/built.
> > We have no s390-RDMA systems to test with, thus, the regression/test of RDMA
> > on s390 would have to be done by IBM.
> 
> sbest?  Is RDMA supported on s390?
> 
> P.

Wolfgang, are you able to provide an answer for Prarit's question?

Comment 11 Alexander Klein 2020-06-15 08:34:06 UTC
Shared Memory Communications over RDMA (SMC-R/SMC-D) is supported with RoCE on s390x. 
Currently it's not supported for ocp on s390x as it isn't fully transparent and requires the application to use a preloaded library

Comment 12 wvoesch 2020-06-15 08:49:36 UTC
(In reply to Alexander Klein from comment #11)


I cleared the need info request.

Comment 13 Carvel Baus 2020-06-29 17:43:09 UTC
(In reply to Alexander Klein from comment #11)
> Shared Memory Communications over RDMA (SMC-R/SMC-D) is supported with RoCE
> on s390x. 
> Currently it's not supported for ocp on s390x as it isn't fully transparent
> and requires the application to use a preloaded library

Which preloaded libraries are required? Are we talking about only ib_iser or are there others needed also?

Comment 14 Alexander Klein 2020-06-30 08:50:48 UTC
To use smc-d/r on ibm z you have to either:
- use the AF_SMC address family in the system calls of your application
or
- use the preload library via environment variable export LD_PRELOAD=ld_pre_smc.so if the application cannot be changed.

Comment 15 Dan Horák 2020-06-30 11:52:33 UTC
Just few comments, the preload lib is libsmc-preload.so, since smc-tools 1.1.0. And to be clear, the preload lib is open-source, part of the smc-tools project (https://www.ibm.com/developerworks/linux/linux390/smc-tools.html).

Comment 17 Dan Li 2020-08-19 20:28:48 UTC
Adding "UpcomingSprint" as this bug is unlikely to be fixed during this sprint.

Comment 18 Carvel Baus 2020-09-09 14:15:01 UTC
Adding UpcomingSprint as it won't be resolved this sprint.

Comment 19 Dan Li 2020-09-30 20:27:41 UTC
Adding "UpcomingSprint" label as the team is fixing other bugs and do not have the bandwidth to resolve this bug. Also changing target release to 4.7 as this bug will not make it into 4.6

Comment 20 Carvel Baus 2020-10-20 13:03:09 UTC
Adding "UpcomingSprint" label as the team is fixing other bugs and do not have the bandwidth to resolve this bug.

Comment 21 Dan Li 2020-11-11 21:29:24 UTC
Adding "UpcomingSprint" label as the team is fixing other bugs and do not have the bandwidth to resolve this bug.

Comment 22 Dan Li 2020-11-18 15:32:17 UTC
Re-assigning to Muhammad to investigate further

Comment 23 Dan Li 2020-12-02 15:20:11 UTC
Adding UpcomingSprint as team will not resolve this bug during this sprint

Comment 24 Dan Li 2021-01-04 15:26:19 UTC
Hi Muhammad, do you think this bug should target 4.7.0 (January 28th) for its fix? If there is no set Target Release, I'd like to set the "Target Release" value to "---"

Comment 25 madeel 2021-01-07 07:12:31 UTC
Hi Dan, yes please set it to ---

Comment 26 Dan Li 2021-01-13 15:10:38 UTC
Adding UpcomingSprint as team will not resolve this bug during this sprint.

Hardware access request has been made and we are awaiting for the allocation.

Comment 27 Dan Li 2021-02-03 15:18:04 UTC
Adding "Reviewed-in-Sprint" flag as this bug will not be resolved during this sprint

Comment 28 Dan Li 2021-02-22 18:32:38 UTC
Hi Muhammad, do you think this bug will be resolved before the end of this sprint (Feb 27th)? If not, can we set "Reviewed-in-Sprint" flag to "+"?

Comment 29 Dan Li 2021-02-24 12:45:45 UTC
Setting the flag after chatting with Muhammad. This bug will not be fixed before end of this sprint.

Comment 30 madeel 2021-03-17 09:58:01 UTC
An initial fix has been provided, but a more proper solution is needed which is to be done in April.

Comment 31 Dan Li 2021-03-17 14:17:30 UTC
Add "Reviewed-in-Sprint" based on Comment 30

Comment 32 madeel 2021-03-30 13:35:27 UTC
Hi Dan, 

Sorry for getting back so late on this. But one thing we need an answer here is:

I see the IB ulp modules are disabled in the Kernel config for s390x:

# grep -rn "CONFIG_INFINIBAND_ISER" /lib/modules/4.18.0-240.el8.s390x/
/lib/modules/4.18.0-240.el8.s390x/config:2359:# CONFIG_INFINIBAND_ISER is not set
/lib/modules/4.18.0-240.el8.s390x/config:2360:# CONFIG_INFINIBAND_ISERT is not set

Why rdma service is then trying to load the ulp modules?

Please suggest, how to prevent the rdma service to not to load those modules on platforms where it is not supported?

I try to edit the /etc/rdma/rdma.conf and change following:
# Load IPoIB
IPOIB_LOAD=no
# Load SRP (SCSI Remote Protocol initiator support) module
SRP_LOAD=no
# Load SRPT (SCSI Remote Protocol target support) module
SRPT_LOAD=no
# Load iSER (iSCSI over RDMA initiator support) module
ISER_LOAD=no

However the service is still trying to load the modules.

-Muhammad

Comment 33 Dan Li 2021-03-30 13:48:26 UTC
Hi Muhammad, I don't have an answer for this technical question. @Carvel @Dan Horak do you guys have any insights?

Alternatively you can ask your question on the multi-arch Slack channel.

Comment 34 Dan Horák 2021-03-30 15:17:14 UTC
Do we know where are the 2 units (rdma-load-modules and rdma-load-modules) coming from? Are they from RHEL or is it something CoreOS specific?

Comment 35 madeel 2021-03-31 13:50:36 UTC
The services are coming from RHEL and I think it is only used in CoreOS because of the SR-IOV feature which is not available on s390x. Also whether OpenShift makes use of IB_ISERT,IB_IPoIB modules is not clear. Perhaps somewhere in RHEL but not necessarily with CoreOS.

Comment 36 Dan Li 2021-04-05 19:06:28 UTC
Hi Munammad, I am not sure if Dennis is the right person to flag with any technical questions. 

In addition to that, do you think this bug will be resolved before the end of the current sprint? If not, can we set the "Reviewed-in-Sprint" flag?

Comment 37 Dan Li 2021-04-08 12:12:54 UTC
Turning off needinfo from Dennis after chatting with Muhammad

Comment 38 Dan Li 2021-04-26 19:58:27 UTC
Hi Muhammad, do you think this bug will be resolved before the end of the current sprint (May 1st)? If not, can we set the "Reviewed-in-Sprint" flag?

Comment 39 madeel 2021-04-27 10:00:57 UTC
Hi Dan, yes please set the flag.

Comment 40 Dan Li 2021-05-17 18:50:29 UTC
Changing the assignee to Prashanth and adding "reviewed-in-sprint" as this bug will be looked at but likely won't be resolved this sprint.

Comment 41 Prashanth Sundararaman 2021-05-21 15:19:32 UTC
filed a PR for a fix in rdma-core: https://github.com/linux-rdma/rdma-core/pull/1015

Comment 42 Prashanth Sundararaman 2021-05-24 18:11:45 UTC
so i closed the previous PR i opened because the packaging issue is not general. RedHat's s390x kernel excludes infiniband support. Also on further investigation, the libpcap library is pulling in the rdma-core package because libpcap now has support for sniffing rdma packets. I opened a BZ against libpcap to disable rdma sniffing for s390x and also opened an associated PR: https://bugzilla.redhat.com/show_bug.cgi?id=1964108

Comment 43 Dan Li 2021-06-28 19:46:35 UTC
Setting Reviewed-in-Sprint as Prashanth is OOTO and this bug is unlikely to be resolved by the end of the sprint

Comment 44 Dan Li 2021-07-19 18:02:28 UTC
Hi Prashanth, do you think this bug will be resolved before the end of the current sprint (July 24th)? If not, can we add the "reviewed-in-sprint" flag?

Comment 45 Dan Li 2021-08-10 17:21:39 UTC
Hi Prashanth, do you think this bug will be resolved before the end of this sprint (August 14th)? If not, could you review this bug and set the "reviewed-in-sprint" flag to "+" if appropriate?

Comment 46 Dan Li 2021-08-30 16:31:01 UTC
Hi Prashanth, do you think this bug will be resolved before the end of the current sprint (September 4th)? If not, can we set the "reviewed-in-sprint" flag?

Comment 47 Dan Li 2021-09-01 14:09:05 UTC
This bug is reproducible in the latest 4.9 builds per bug triage team.

Comment 48 Dan Li 2021-09-06 15:25:39 UTC
Adding "reviewed-in-sprint" as the bug will not be resolved before the end of this sprint.

Comment 49 Dan Li 2021-09-20 18:30:27 UTC
Hi Prashanth, do you think this bug will be resolved before the end of the current sprint (September 25th)? If not, can we set the "reviewed-in-sprint" flag?

Comment 50 Dan Li 2021-09-22 14:06:45 UTC
Adding "reviewed-in-sprint"

Comment 51 Dan Li 2021-10-11 14:37:56 UTC
Hi Prashanth, do you think this bug will be resolved before the end of the current sprint (October 16th)? If not, I'd like to add "reviewed-in-sprint" flag.

Comment 52 Dan Li 2021-10-13 14:05:55 UTC
Adding reviewed-in-sprint. Hi Prashanth - seems BZ 1964108 is ready for your validation - wanted to let you know so that we may be able to validate and fix this bug.

Comment 53 Dan Li 2021-11-01 13:17:59 UTC
Hi Prashanth, do you think this bug will be resolved before the end of the current sprint (November 6th)? If not, I'd like to add "reviewed-in-sprint" flag

Comment 54 Dan Li 2021-11-02 20:50:22 UTC
Hi Holger, after discussion this bug further with Prashanth, I decided to assign you as the assignee for this original bug. The summary is that this bug fix is in the RDMA Package in RHEL-8.5 (see BZ 1964108 for details). If we need the bug for 4.10, we might need to raise additional request for backport. Another option is to wait for RHEL 9.0 in RHCOs. It is up to you and team on how you'd like to pursue this bug.

Comment 55 Dan Li 2021-11-22 21:07:36 UTC
Hi Holger, will this bug be continued to be examined after this sprint (ends on November 27th)? If it will be, then I'd like to set "reviewed-in-sprint" to indicate that work will continue.

Comment 56 Dan Li 2021-11-24 14:04:58 UTC
Adding "reviewed-in-sprint" as the dependent bug is going through zstream evaluation and it's unlikely that this bug will reach ON_QA before the end of this sprint. Please correct me if the assumption is incorrect.

Comment 57 Dan Li 2022-01-04 17:38:25 UTC
The dependent bug is still undergoing z-stream evaluation though there was some updates before the holidays. Also, Holger is OOTO and this bug is a non-blocker. Setting reviewed-in-sprint.

Comment 58 Dan Li 2022-01-24 16:22:05 UTC
Hi Holger, will this bug be continued to be examined in the next sprint (after this week)? If it will be, then I'd like to set the "reviewed-in-sprint" flag.

Comment 59 krmoser 2022-01-26 16:29:56 UTC
Folks,

FYI.  

1. We have seen this issue with OCP 4.10 on Z RoCE installations, including for the most recent publicly available builds tested:
  1. OCP 4.10.0-0.nightly-s390x-2022-01-13-230756
  2. OCP 4.10.0-0.nightly-s390x-2022-01-14-035349 
  3. OCP 4.10.0-0.nightly-s390x-2022-01-17-023143
  4. OCP 4.10.0-0.nightly-s390x-2022-01-17-171822
  5. OCP 4.10.0-fc.2

2. This issue does not seem to impact the installs or functionality of these OCP 4.10 on Z clusters.

Thank you,
Kyle

Comment 60 Dan Li 2022-01-26 20:05:38 UTC
Adding "reviewed-in-sprint" flag for now as Kyle has provided comment above and it's not likely that this will be fixed this sprint. Doug will have further discussions with the Z team regarding triaging of this bug.

Comment 62 Dan Li 2022-02-14 18:43:05 UTC
Hi Holger, will this bug be continued to be examined in the next sprint (after February 19th)? If it will be, then I'd like to set the "reviewed-in-sprint" flag.

Comment 63 madeel 2022-02-15 07:49:41 UTC
Hi Dan, the fix for this bug is in RHEL-8.5, so we are waiting for RHCOS to be rebased on RHEL-8.5 or RHEL-8.6 before we can verify it on OCP.

Comment 64 Dan Li 2022-02-15 12:27:55 UTC
Thank you Muhammad, setting the flag.

Comment 65 Dan Li 2022-03-07 14:44:19 UTC
Hi Muhammad, do you know if the rebase has happened or if we are still waiting for the rebase? If we are still waiting, I'd like to set reviewed-in-sprint

Comment 66 madeel 2022-03-08 16:34:05 UTC
Hi Dan, rebase has happened starting with the latest 4.11 nightly. But the problem is still seen. So we should set reviewed-in-sprint flag :)

Comment 67 Dan Li 2022-03-08 18:10:58 UTC
Thanks Muhammad - adding reviewed-in-sprint

Comment 68 Dennis Gilmore 2022-03-15 19:47:59 UTC
OCP 4.11 is still on RHEL 8.4 the rebase will be soon, but has not yet happened, I think it is expected that this is not yet resolved

Comment 69 Dan Li 2022-03-28 17:42:45 UTC
Hi Muhammad, I'm doing my sprintly check-in - since the rebase has not yet happened per Comment 68, would it be right to assume that this bug will continue on in the next sprint?

Comment 70 madeel 2022-03-29 09:48:54 UTC
Hi Dan, yes, please add the flag.

Comment 71 Dan Li 2022-03-29 11:14:19 UTC
Thanks Muhammad, setting the flag.

Comment 72 Dan Li 2022-04-18 14:07:03 UTC
Hi Muhammad, do you know if this bug is ready to be verified during this sprint? It seems that the rebase is still ongoing so if we are not ready to verify, I'd like to set the reviewed-in-sprint flag.

Comment 73 madeel 2022-04-19 08:25:41 UTC
Hi Dan, please add the flag.

Comment 74 Dan Li 2022-04-19 11:51:21 UTC
Thank you Muhammad. Adding the flag.

Comment 75 Dan Li 2022-05-09 13:57:43 UTC
Hi Muhammad, is this bug still waiting for rebase to be validated? If so, we might want to wait until later this week to evaluate whether "reviewed-in-sprint" flag needs to be set (as rebase is still ongoing).

Comment 76 Dan Li 2022-05-11 14:34:22 UTC
Rebase is complete and nightlies have been updated to the latest RHCOS. Muhammad is working on this but do not anticipate completion before end of this sprint. Setting reivewed-in-sprint

Comment 77 Dan Li 2022-05-11 17:08:26 UTC
Correction from above Comment 76 - rebase is ongoing (not complete)

Comment 78 madeel 2022-05-19 06:34:41 UTC
RHCOS was rebased to RHEL-8.6 for a while and I have verified that this BZ is resolved with RHEL-8.6 based RHCOS.

# oc get clusterversion
NAME      VERSION                                    AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.11.0-0.nightly-s390x-2022-05-10-223025   True        False         7d14h   Cluster version is 4.11.0-0.nightly-s390x-2022-05-10-223025

# ssh core.lnxne.boe
The authenticity of host 'worker-0.ocp-m1314001.lnxne.boe (172.23.231.21)' can't be established.
ECDSA key fingerprint is SHA256:5jyk8gefS8Tur+MmGd8l9LlIX+fu1Kv2jURCNINkfiM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'worker-0.ocp-m1314001.lnxne.boe,172.23.231.21' (ECDSA) to the list of known hosts.
Red Hat Enterprise Linux CoreOS 411.86.202205030351-0
  Part of OpenShift 4.11, RHCOS is a Kubernetes native operating system
  managed by the Machine Config Operator (`clusteroperator/machine-config`).

WARNING: Direct SSH access to machines is not recommended; instead,
make configuration changes via `machineconfig` objects:
  https://docs.openshift.com/container-platform/4.11/architecture/architecture-rhcos.html

---
[core@worker-0 ~]$ ip a
....
814: enP261s69: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 82:06:2d:0c:b8:b0 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::2e48:c747:240c:9440/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
815: enP261s69d1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 82:06:2d:0c:b8:b1 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::f442:3710:c37e:92ae/64 scope link noprefixroute
       valid_lft forever preferred_lft forever

Thanks Prashanth!

Comment 79 Dan Li 2022-05-27 10:53:39 UTC
Per Muhammad's Comment 78, I'm marking this bug as VERIFIED.

Comment 83 Douglas Slavens 2022-08-26 18:43:39 UTC
Marking closed. This was verified in 4.11.

Comment 84 Red Hat Bugzilla 2023-09-15 01:28:58 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 365 days


Note You need to log in before you can comment on or make changes to this bug.