hi
i want to use a local ecrypted Raid 1 for storing data. So i used "ide1: /dev/md1" in the config file. The harddisk appears in the Guest and i decrypt it using cryptsetup.
Read/Write speed is okay.
For testing propose i used dd to copy ~ 10GB from /dev/zero, that was okay. But then copying from the 10GB file to /dev/null for reading tests, the guest hangs up, in the host this appears in the syslog
This occurs about 10 times. I think the Harddisk is okay, i made the same test in the host and nothing happened. Now im checking it with e2fsck + badblocks.
At the moment i use only one 1.5TB disk for the Raid1, the second is set to "missing", because i wanted to test first.
Maybe it isn't a good idea to use a Raid for "passthrough"? Maybe better using the logical Volume?
Thanks
i want to use a local ecrypted Raid 1 for storing data. So i used "ide1: /dev/md1" in the config file. The harddisk appears in the Guest and i decrypt it using cryptsetup.
Read/Write speed is okay.
For testing propose i used dd to copy ~ 10GB from /dev/zero, that was okay. But then copying from the 10GB file to /dev/null for reading tests, the guest hangs up, in the host this appears in the syslog
Code:
ata5.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x0
Mar 22 17:33:17 server kernel: ata5.00: irq_stat 0x40000008
Mar 22 17:33:17 server kernel: ata5.00: failed command: READ FPDMA QUEUED
Mar 22 17:33:17 server kernel: ata5.00: cmd 60/00:00:20:2c:fc/02:00:3f:00:00/40 tag 0 ncq 262144 in
Mar 22 17:33:17 server kernel: res 41/40:7e:a2:2c:fc/06:01:3f:00:00/40 Emask 0x409 (media error) <F>
Mar 22 17:33:17 server kernel: ata5.00: status: { DRDY ERR }
Mar 22 17:33:17 server kernel: ata5.00: error: { UNC }
Mar 22 17:33:17 server kernel: ata5.00: configured for UDMA/133
Mar 22 17:33:17 server kernel: ata5: EH complete
This occurs about 10 times. I think the Harddisk is okay, i made the same test in the host and nothing happened. Now im checking it with e2fsck + badblocks.
At the moment i use only one 1.5TB disk for the Raid1, the second is set to "missing", because i wanted to test first.
Maybe it isn't a good idea to use a Raid for "passthrough"? Maybe better using the logical Volume?
Thanks