-
In the E2fsprogs 1.40.7 (February 28, 2008) release You have replaced the single extended option "stride" with to "stride and stripe-width". Also the manual descriptions changed from
stride=stripe-size
Configure the filesystem for a RAID array with stripe-size filesystem blocks per
stripe.
to...
2008-11-07 20:44:33 UTC in Ext2 Filesystems Utilities
-
It happens on my site as well. Lot's of (on the host, i killed the guest and all was gone)
Oct 1 14:22:01 mailhub kernel: INFO: task imap:13290 blocked for more than 120 seconds.
Oct 1 14:22:01 mailhub kernel: imap D ffff81002650eb04 0 13290 2728
Oct 1 14:22:01 mailhub kernel: ffff810219525e28 0000000000000082 ffff810219525d78 ffffffff810b4db4
Oct 1 14:22:01 mailhub...
2008-10-01 12:31:43 UTC in kernel virtual machine
-
Intel quad-core xeon.
2008-09-02 13:44:06 UTC in kernel virtual machine
-
Another crash with guest bt, please advise how to debug?
R13: ffff8100dd107000 R14: ffffffff80077090 R15: ffffffff80418e80
FS: 0000000000000000(0000) GS:ffffffff8039f000(0000) knlGS:0000000000000000
CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
CR2: 00002aec1f42e000 CR3: 00000000d49e4000 CR4: 00000000000006e0
Call Trace:
[] dev_watchdog+0x98/0xc0...
2008-08-13 08:53:05 UTC in kernel virtual machine
-
[guest] And finally the device gets offline
[guest] sd 0:0:0:0: rejecting I/O to offline device
Is it possible, that those problems come from the fact, that I have configured raw devices as kvm disks? Eg:
-drive media=disk,if=scsi,boot=on,file=/dev/sdb2 -drive media=disk,if=scsi,boot=off,file=/dev/sdc2 ...
2008-08-13 06:40:45 UTC in kernel virtual machine
-
Update_1:
while guest was panicking, I was able to see SEGV for it's host's qemu process. No core file though. I'll try next time
happened on kvm72 as well.
2008-08-11 13:26:27 UTC in kernel virtual machine
-
host: kvm71, 64bit 2.6.18-92.1.6.el5, 16Gram, 2*X5450(8cores)
guest: 64bit 2.6.18-92.1.6.el5, 3.5Gram, 2cpus, 5hdds on raw partitions(!).
In the guest, i'm getting quite often messages like
kernel: sd 0:0:0:0: ABORT operation started.
kernel: sd 0:0:0:0: ABORT operation timed-out.
[many times like that]
[there was more messages concerning the device is offline, but I lost them, will...
2008-08-08 11:16:25 UTC in kernel virtual machine
-
host: kvm71, 64bit 2.6.25.11-60.fc8, 8Gram, 2*E5420(8cores), 3ware raid10
guest: 64bit 2.6.18-92.1.6.el5, 5Gram, 6cpus, hdd on raw file.
I know this bug happens even in non-virtual machines(browsing internet shows that clearly), but inside kvm I'm getting excessive rate of this bug (under load, even few times a hour)
An example can be found at end of this message. The record was something...
2008-08-01 06:22:06 UTC in kernel virtual machine
-
kvm version: 71
host: rhel51 2.6.18-92.1.6.el5 64bit 16G RAM, 8CPU
guest: rhel51 2.6.18-92.1.6.el5 64bit, 3.5G ram, 2 CPU
guest run as: qemu-system-x86_64 $DEVICES -m $MEM -smp $CPUS -net nic,macaddr=$MAC,model=e1000 -net tap,script=./ifup -nographic -daemonize
in the guest executed two consecutive gettimeofday (boost::ptime in fact), the latter returned time smaller than first...
2008-07-23 08:45:30 UTC in kernel virtual machine
-
I can confirm, that kvm-70 still have this issue(or similar). I tried 8139cp & e1000 network drivers, both segfaults with following bt.
host is Fedora8 64bit 2.6.25.6-27.fc8 with kvm modules loaded from kvm-70
guest is running RHEL51 64bit (2.6.18-92.1.6.el5) 6Cpus, 5G RAM
Note, that I had no such issue, when guest was RHEL4u6 64bit. Just upgraded and encountered this problem.
#0...
2008-07-07 10:28:19 UTC in kernel virtual machine