Xen1 crash #477
Labels
No labels
announcement
anubis
authentication
aws
backlog
blocked
bodhi
ci
cloud
communishift
copr
database
day-to-day
dc-move
deprecated
dev
discourse
dns
downloads
easyfix
epel
firmitas
forgejo_migration
Gain
High
Gain
Low
Gain
Medium
gitlab
greenwave
hardware
help wanted
high-trouble
koji
koschei
lists
low-trouble
medium-trouble
mirrorlists
monitoring
Needs investigation
odcs
OpenShift
ops
outage
packager_workflow_blocker
pagure
permissions
Priority
Needs Review
Priority
Next Meeting
Priority
🔥 URGENT 🔥
Priority
Waiting on Assignee
Priority
Waiting on External
Priority
Waiting on Reporter
rabbitmq
release-monitoring
releng
request-for-resources
s390x
security
SMTP
sprint-0
sprint-1
src.fp.o
staging
unfreeze
waiverdb
websites-general
wiki
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
infra/tickets#477
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
== Summary ==
== Log of Actions ==
== Possible Causes ==
/var/log/messages and /var/log/dmesg on xen1 have been saved to ~root/outage-2008-03-29.messages ~root/outage-2008-03-29.dmesg in case someone can pull some useful information from them later.
/var/log/messages around the crash::
{{{
Mar 29 08:45:35 xen1 puppetd[19997]: Finished catalog run in 21.25 seconds
Mar 29 08:46:57 xen1 iscsid: Nop-out timedout after 15 seconds on connection 2:0
state (3). Dropping session.
Mar 29 08:49:38 xen1 syslogd 1.4.1: restart.
Mar 29 08:49:38 xen1 kernel: klogd 1.4.1, log source = /proc/kmsg started.
}}}
The iscsi timeout could be a red-herring since we see them throughout the logs but on reboot we do have multiple failures to connect to iscsi before it finlly succeeds::
{{{
[Others like this]
Mar 29 08:50:47 xen1 iscsid: Nop-out timedout after 15 seconds on connection 1:0 state (3). Dropping session.
Mar 29 08:50:51 xen1 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
Mar 29 08:50:53 xen1 iscsid: connect failed (113)
Mar 29 08:50:53 xen1 iscsid: Nop-out timedout after 15 seconds on connection 2:0 state (3). Dropping session.
Mar 29 08:50:56 xen1 iscsid: connect failed (113)
Mar 29 08:50:58 xen1 iscsid: connect failed (113)
[...]
Mar 29 08:51:02 xen1 iscsid: connection2:0 is operational after recovery (3 attempts)
Mar 29 08:51:02 xen1 iscsid: connection1:0 is operational after recovery (4 attempts)
}}}
This is likely related to:
https://bugzilla.redhat.com/show_bug.cgi?id=429469
Side note, We've got two nic's listening as the iscsi target. We can start looking into adjusting the timeout settings in /etc/iscsid as well as getting multipath properly setup.
Closing this, xen1 seems to have calmed down quite a bit with the newer 5.2 kernel