https://bugzilla.novell.com/show_bug.cgi?id=852652 https://bugzilla.novell.com/show_bug.cgi?id=852652#c0 Summary: Xen DomU, upgraded from Opensuse 12.3 -> 13.1, takes ~ 3mins to boot, up from ~ 20 secs in 12.3 Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Xen AssignedTo: jdouglas@suse.com ReportedBy: ar16@imapmail.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 I've an Opensuse 13.1 DomU on a 13.1 Dom0. Both host & guest were upgraded from 12.3. The Opensuse 13.1 Xen DomU Guest is booting successfully, but taking a long time (~3 mins; up from ~20sec on 12.3). Where the delay is is clear; here's img output from "systemd-analyze plot" -> http://pbrd.co/17UxVRS Also, systemd-analyze blame 1min 222ms kmod-static-nodes.service 1min 152ms dev-mqueue.mount 1min 142ms systemd-udev-root-symlink.service 1min 141ms systemd-vconsole-setup.service 1min 140ms systemd-modules-load.service 3.715s network.service 2.242s quotad.service 2.223s autofs.service 2.201s network@eth0.service 1.068s nfs.service 625ms nfsserver.service 489ms systemd-udev-settle.service 319ms rsyslog.service 312ms rpcbind.service 285ms systemd-logind.service 234ms lvm2-activation-early.service 213ms systemd-tmpfiles-clean.service 174ms systemd-fsck@dev-xvda1.service 107ms lvm2-activation.service 104ms sshd-custom.service 80ms systemd-tmpfiles-setup-dev.service 71ms boot.mount 66ms systemd-sysctl.service 65ms systemd-remount-fs.service 58ms user@0.service 56ms systemd-random-seed.service 47ms systemd-udevd.service 44ms systemd-readahead-done.service 41ms systemd-user-sessions.service 38ms systemd-udev-trigger.service 38ms sys-kernel-debug.mount 35ms systemd-update-utmp.service 32ms systemd-tmpfiles-setup.service 32ms systemd-journal-flush.service 27ms systemd-update-utmp-runlevel.service 26ms var-run.mount 22ms dev-xvdb1.swap 12ms rc-local.service 12ms var-lock.mount 5ms sys-fs-fuse-connections.mount WHY, the delay is occurring, isn't clear. Here's `journalctl -xb` -> http://pastebin.com/YGjAMnaP (~ 1700 lines). @ IRC #systemd, this was called out as a 'possible problem': ... Nov 25 10:45:31 os131guest systemd[1]: Job dev-xvc-1.device/start finished, result=timeout Nov 25 10:45:31 os131guest systemd[1]: Timed out waiting for device dev-xvc-1.device. Nov 25 10:45:31 os131guest systemd[1]: Job serial-getty@xvc-1.service/start finished, result=dependency ... The .cfg @ Dom0 that launches this Guest contains my usual: cat os131test.cfg name = 'template' builder = 'linux' bootloader = 'pygrub' bootargs = '' disk = [ 'phy:/dev/VG0/vm_os131boot,xvda,w','phy:/dev/VG0/vm_os131swap,xvdb,w','phy:/dev/VG0/vm_os131root,xvdc,w',] root = '/dev/xvdc1' extra = 'textmode=1 xencons=xvc0 noirqdebug elevator=noop' localtime = 0 on_shutdown = 'destroy' on_reboot = 'restart' on_crash = 'destroy' ... There are several delays/stalls seen in the referenced log. Atm, I'm only seeing these boot-up delays on Xen Guests. Dom0 has no similar delays, neither do any non-Xen machines. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.