DarkAn9el n00b
Joined: 16 Dec 2006 Posts: 15 Location: Switzerland
|
Posted: Thu Jan 06, 2011 2:52 pm Post subject: rc script xendomains and soft raid1, guests do not start |
|
|
I migrated my system to software RAID level 1 a few days ago. But some stranges things happen with starting Xen:
- xend take a lot of time to start: maybe it is "normal" with raid1
- xendomains show starting domains in /etc/xen/auto, but no one starts and nothing seems to appear in logs. executing manually Code: | for i in /etc/xen/auto/*; do xm create $i; done | works but is also slower than before.
Any idea? I didn't expect that sof raid could be so slow even having a relative powerful system. And for xendomains, I didn't changed anything except putting my dom0 root on /dev/md1. And guests are on disk image files on dom0's root partition. |
|