[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] NFS root on problem on Xen Debian
Hi, I have Xen (unstable) on two Debian Sarge 2.4.27 systems, one of which is an nfs server and the other the nfs client. I am trying to set up NFS root so that I can live migrate my domains from one to another. My /etc/exports on N1(10.5.144.29) /myfs1/foo 10.5.144.27(rw,sync,no_root_squash) 10.5.144.29(rw,sync,no_root_squash) 10.5.144.30(rw,sync,no_root_squash) My /hosts.allow on N1 portmap: 10.5.144.27 10.5.144.30 10.5.144.38 lockd: 10.5.144.27 10.5.144.30 10.5.144.38 mountd: 10.5.144.27 10.5.144.30 10.5.144.38 rquotad: 10.5.144.27 10.5.144.30 10.5.144.38 statd: 10.5.144.27 10.5.144.30 10.5.144.38 NFS seems to work just fine, I can mount the /myfs1/foo directory that has the root filesystem from N2 (10.5.144.30) and read and write to it. I created the the root filesystem by doing a cp from a disk image(after mounting it and just copying the mounted directory). The disk image works just fine. My fstab on N1 (nfs server) is /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/sda2 / ext3 defaults,errors=remount-ro 0 1 /dev/sda1 /boot ext3 defaults 0 2 /dev/sda3 none swap sw 0 0 /dev/hda /media/cdrom0 iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 10.5.144.28:/root/david/nfs/xenc /root/david nfs defaults 0 3 10.5.144.30:/myfs1/foo /root/selvi nfs defaults 0 3 on N2 (dom0) # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/sda2 / ext3 defaults,errors=remount-ro 0 1 /dev/sda1 /boot ext3 defaults 0 2 /dev/sda3 none swap sw 0 0 /dev/hda /media/cdrom0 iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 10.5.144.28:/root/david/nfs/xenc /root/david nfs defaults 0 3 10.5.144.29:/myfs1/foo /mnt/xenfs nfs rw 0 0 on root filesystem of domain to be created on N2. # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/nfs / nfs defaults,errors=remount-ro 0 1 #/dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0 When I try to create domain on N2 using NFS root, config file: kernel = "/boot/vmlinuz-2.6.12-xenU" memory = 32 name = "Dom2N7mig" nics=1 vif = ['bridge=xen-br0'] ip = '10.5.144.38' gateway = '10.5.144.1' netmask = '255.255.240.0' root = '/dev/nfs' nfs_server = '10.5.144.29' nfs_root = '/myfs1/foo' extra = "4" c1node7:~/selvi# xm create xenm.cfg Using config file "xenm.cfg". Started domain Dom2N7mig c1node7:~/selvi# xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 123 1 r----- 952.2 Dom2N7mig 1033 31 1 ------ 2.1 c1node7:~/selvi# xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 123 1 r----- 952.4 Dom2N7mig 1033 31 1 ------ 10.4 var/log/xend.log contents are as follows: [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:142) XendDomainInfo.create(['domain', ['domid', 1032], ['uuid', '784a8298-94bb-ff8a-edb3-6053a67fca75'], ['memory', 31], ['name', 'Dom2N7mig'], ['ssidref', 0], ['vcpus', 1], ['vcpu_avail', 1], ['cpu_weight', 1.0], ['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['maxmem', 31], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]], ['device', ['vif', ['mac', 'aa:00:00:76:a2:49'], ['bridge', 'xen-br0']]], ['state', '----c-'], ['shutdown_reason', 'crash'], ['cpu_time', 0.291589565], ['vcpus', 1], ['up_time', '2.49012088776'], ['start_time', '1131771179.48'], ['store_mfn', 21923], ['console_mfn', 21922]]) [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:259) parseConfig: config is ['domain', ['domid', 1032], ['uuid', '784a8298-94bb-ff8a-edb3-6053a67fca75'], ['memory', 31], ['name', 'Dom2N7mig'], ['ssidref', 0], ['vcpus', 1], ['vcpu_avail', 1], ['cpu_weight', 1.0], ['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['maxmem', 31], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]], ['device', ['vif', ['mac', 'aa:00:00:76:a2:49'], ['bridge', 'xen-br0']]], ['state', '----c-'], ['shutdown_reason', 'crash'], ['cpu_time', 0.291589565], ['vcpus', 1], ['up_time', '2.49012088776'], ['start_time', '1131771179.48'], ['store_mfn', 21923], ['console_mfn', 21922]] [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:317) parseConfig: result is {'ssidref': 0, 'name': 'Dom2N7mig', 'on_reboot': 'restart', 'image': ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']], 'on_poweroff': 'destroy', 'mem_kb': None, 'maxmem_kb': None, 'on_crash': 'restart', 'backend': [], 'vcpus': 1, 'cpu_weight': 1.0, 'vcpu_avail': 1, 'memory': 31, 'device': [('vif', ['vif', ['mac', 'aa:00:00:76:a2:49'], ['bridge', 'xen-br0']])], 'bootloader': None, 'cpu': None, 'maxmem': 31} [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:1028) XendDomainInfo.construct: None 0 [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:1050) XendDomainInfo.initDomain: 1033 31744 1.0 [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:1076) init_domain> Created domain=1033 name=Dom2N7mig memory=31744 [2005-11-11 23:53:02 xend] INFO (image:130) buildDomain os=linux dom=1033 vcpus=1 [2005-11-11 23:53:02 xend] DEBUG (image:175) dom = 1033 [2005-11-11 23:53:02 xend] DEBUG (image:176) image = /boot/vmlinuz-2.6.12-xenU [2005-11-11 23:53:02 xend] DEBUG (image:177) store_evtchn = 1 [2005-11-11 23:53:02 xend] DEBUG (image:178) console_evtchn = 2 [2005-11-11 23:53:02 xend] DEBUG (image:179) cmdline = ip=10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off root=/dev/nfs nfsroot=10.5.144.29:/myfs1/foo 4 [2005-11-11 23:53:02 xend] DEBUG (image:180) ramdisk = [2005-11-11 23:53:02 xend] DEBUG (image:181) vcpus = 1 [2005-11-11 23:53:02 xend] DEBUG (DevController:230) DevController: writing {'backend-id': '0', 'mac': 'aa:00:00:76:a2:49', 'handle': '1', 'backend': '/local/domain/0/backend/vif/1033/1'} to /local/domain/1033/device/vif/1. [2005-11-11 23:53:02 xend] DEBUG (DevController:232) DevController: writing {'bridge': 'xen-br0', 'mac': 'aa:00:00:76:a2:49', 'handle': '1', 'script': '/etc/xen/scripts/vif-bridge', 'frontend-id': '1033', 'domain': 'Dom2N7mig', 'frontend': '/local/domain/1033/device/vif/1'} to /local/domain/0/backend/vif/1033/1. [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:590) Storing VM details: {'ssidref': '0', 'uuid': '36478693-b668-fecf-50cc-b79d98a6dd21', 'on_reboot': 'restart', 'image': "(linux (kernel /boot/vmlinuz-2.6.12-xenU) (ip 10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off) (root /dev/nfs) (args 'nfsroot=10.5.144.29:/myfs1/foo 4') (vcpus 1) (vcpus 1) (boot c))", 'on_poweroff': 'destroy', 'vcpus': '1', 'on_crash': 'restart', 'memory/target': '31744', 'vcpu_avail': '1', 'name': 'Dom2N7mig'} [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:609) Storing domain details: {'memory_KiB': '31744', 'name': 'Dom2N7mig', 'on_reboot': 'restart', 'start_time': '1131771182.04', 'on_poweroff': 'destroy', 'maxmem_KiB': '31744', 'vm': '/vm/36478693-b668-fecf-50cc-b79d98a6dd21', 'domid': '1033', 'on_crash': 'restart', 'cpu/0/availability': 'online', 'memory/target': '31744', 'cpu_weight': '1.0', 'vcpu_avail': '1', 'device': "[('vif', ['vif', ['mac', 'aa:00:00:76:a2:49'], ['bridge', 'xen-br0']])]", 'image': "['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]", 'vcpus': '1'} ----------------------- When I try to console into it, the terminal hangs, like this c1node7:~/selvi# xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 123 1 r----- 953.0 Dom2N7mig 1033 31 1 ------ 233.8 c1node7:~/selvi# xm console 1033 (HANGS) When i create the domain, using the -c option the terminal immediately hangs: c1node7:~/selvi# xm create -c xenm.cfg Using config file "xenm.cfg". Started domain Dom2N7mig (HANGS) ---------------------------- [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:142) XendDomainInfo.create(['vm', ['name', 'Dom2N7mig'], ['memory', '32'], ['ssidref', '0'], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]], ['device', ['vif', ['mac', 'aa:00:00:79:49:91'], ['bridge', 'xen-br0']]]]) [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:259) parseConfig: config is ['vm', ['name', 'Dom2N7mig'], ['memory', '32'], ['ssidref', '0'], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]], ['device', ['vif', ['mac', 'aa:00:00:79:49:91'], ['bridge', 'xen-br0']]]] [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:317) parseConfig: result is {'ssidref': 0, 'name': 'Dom2N7mig', 'on_reboot': None, 'image': ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']], 'on_poweroff': None, 'mem_kb': None, 'maxmem_kb': None, 'on_crash': None, 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 32, 'device': [('vif', ['vif', ['mac', 'aa:00:00:79:49:91'], ['bridge', 'xen-br0']])], 'bootloader': None, 'cpu': None, 'maxmem': None} [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:1028) XendDomainInfo.construct: None 0 [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:1050) XendDomainInfo.initDomain: 1034 32768 1.0 [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:1076) init_domain> Created domain=1034 name=Dom2N7mig memory=32768 [2005-11-11 23:59:51 xend] INFO (image:130) buildDomain os=linux dom=1034 vcpus=1 [2005-11-11 23:59:51 xend] DEBUG (image:175) dom = 1034 [2005-11-11 23:59:51 xend] DEBUG (image:176) image = /boot/vmlinuz-2.6.12-xenU [2005-11-11 23:59:51 xend] DEBUG (image:177) store_evtchn = 1 [2005-11-11 23:59:51 xend] DEBUG (image:178) console_evtchn = 2 [2005-11-11 23:59:51 xend] DEBUG (image:179) cmdline = ip=10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off root=/dev/nfs nfsroot=10.5.144.29:/myfs1/foo 4 [2005-11-11 23:59:51 xend] DEBUG (image:180) ramdisk = [2005-11-11 23:59:51 xend] DEBUG (image:181) vcpus = 1 [2005-11-11 23:59:51 xend] DEBUG (DevController:230) DevController: writing {'backend-id': '0', 'mac': 'aa:00:00:79:49:91', 'handle': '1', 'backend': '/local/domain/0/backend/vif/1034/1'} to /local/domain/1034/device/vif/1. [2005-11-11 23:59:51 xend] DEBUG (DevController:232) DevController: writing {'bridge': 'xen-br0', 'mac': 'aa:00:00:79:49:91', 'handle': '1', 'script': '/etc/xen/scripts/vif-bridge', 'frontend-id': '1034', 'domain': 'Dom2N7mig', 'frontend': '/local/domain/1034/device/vif/1'} to /local/domain/0/backend/vif/1034/1. [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:590) Storing VM details: {'ssidref': '0', 'uuid': '4b88b58a-427a-db8d-dddd-7db48522584b', 'on_reboot': 'restart', 'image': "(linux (kernel /boot/vmlinuz-2.6.12-xenU) (ip 10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off) (root /dev/nfs) (args 'nfsroot=10.5.144.29:/myfs1/foo 4') (vcpus 1) (vcpus 1) (boot c))", 'on_poweroff': 'destroy', 'vcpus': '1', 'on_crash': 'restart', 'memory/target': '32768', 'vcpu_avail': '1', 'name': 'Dom2N7mig'} [2005-11-11 23:53:02 xend.XendDomainInfo] DEBUG (XendDomainInfo:609) Storing domain details: {'memory_KiB': '31744', 'name': 'Dom2N7mig', 'on_reboot': 'restart', 'start_time': '1131771182.04', 'on_poweroff': 'destroy', 'maxmem_KiB': '31744', 'vm': '/vm/36478693-b668-fecf-50cc-b79d98a6dd21', 'domid': '1033', 'on_crash': 'restart', 'cpu/0/availability': 'online', 'memory/target': '31744', 'cpu_weight': '1.0', 'vcpu_avail': '1', 'device': "[('vif', ['vif', ['mac', 'aa:00:00:76:a2:49'], ['bridge', 'xen-br0']])]", 'image': "['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]", 'vcpus': '1'}[2005-11-11 23:59:12 xend.XendDomainInfo] DEBUG (XendDomainInfo:1129) XendDomainInfo.destroy: domid=1033[2005-11-11 23:59:12 xend.XendDomainInfo] DEBUG (XendDomainInfo:1137) XendDomainInfo.destroyDomain(1033)[2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:142) XendDomainInfo.create(['vm', ['name', 'Dom2N7mig'], ['memory', '32'], ['ssidref', '0'], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]], ['device', ['vif', ['mac', 'aa:00:00:79:49:91'], ['bridge', 'xen-br0']]]])[2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:259) parseConfig: config is ['vm', ['name', 'Dom2N7mig'], ['memory', '32'], ['ssidref', '0'], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]], ['device', ['vif', ['mac', 'aa:00:00:79:49:91'], ['bridge', 'xen-br0']]]][2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:317) parseConfig: result is {'ssidref': 0, 'name': 'Dom2N7mig', 'on_reboot': None, 'image': ['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']], 'on_poweroff': None, 'mem_kb': None, 'maxmem_kb': None, 'on_crash': None, 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 32, 'device': [('vif', ['vif', ['mac', 'aa:00:00:79:49:91'], ['bridge', 'xen-br0']])], 'bootloader': None, 'cpu': None, 'maxmem': None} [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:1028) XendDomainInfo.construct: None 0 [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:1050) XendDomainInfo.initDomain: 1034 32768 1.0 [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:1076) init_domain> Created domain=1034 name=Dom2N7mig memory=32768 [2005-11-11 23:59:51 xend] INFO (image:130) buildDomain os=linux dom=1034 vcpus=1 [2005-11-11 23:59:51 xend] DEBUG (image:175) dom = 1034 [2005-11-11 23:59:51 xend] DEBUG (image:176) image = /boot/vmlinuz-2.6.12-xenU [2005-11-11 23:59:51 xend] DEBUG (image:177) store_evtchn = 1 [2005-11-11 23:59:51 xend] DEBUG (image:178) console_evtchn = 2 [2005-11-11 23:59:51 xend] DEBUG (image:179) cmdline = ip=10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off root=/dev/nfs nfsroot=10.5.144.29:/myfs1/foo 4 [2005-11-11 23:59:51 xend] DEBUG (image:180) ramdisk = [2005-11-11 23:59:51 xend] DEBUG (image:181) vcpus = 1 [2005-11-11 23:59:51 xend] DEBUG (DevController:230) DevController: writing {'backend-id': '0', 'mac': 'aa:00:00:79:49:91', 'handle': '1', 'backend': '/local/domain/0/backend/vif/1034/1'} to /local/domain/1034/device/vif/1. [2005-11-11 23:59:51 xend] DEBUG (DevController:232) DevController: writing {'bridge': 'xen-br0', 'mac': 'aa:00:00:79:49:91', 'handle': '1', 'script': '/etc/xen/scripts/vif-bridge', 'frontend-id': '1034', 'domain': 'Dom2N7mig', 'frontend': '/local/domain/1034/device/vif/1'} to /local/domain/0/backend/vif/1034/1. [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:590) Storing VM details: {'ssidref': '0', 'uuid': '4b88b58a-427a-db8d-dddd-7db48522584b', 'on_reboot': 'restart', 'image': "(linux (kernel /boot/vmlinuz-2.6.12-xenU) (ip 10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off) (root /dev/nfs) (args 'nfsroot=10.5.144.29:/myfs1/foo 4') (vcpus 1) (vcpus 1) (boot c))", 'on_poweroff': 'destroy', 'vcpus': '1', 'on_crash': 'restart', 'memory/target': '32768', 'vcpu_avail': '1', 'name': 'Dom2N7mig'} [2005-11-11 23:59:51 xend.XendDomainInfo] DEBUG (XendDomainInfo:609) Storing domain details: {'memory_KiB': '32768', 'name': 'Dom2N7mig', 'on_reboot': 'restart', 'start_time': '1131771591.6', 'on_poweroff': 'destroy', 'maxmem_KiB': '32768', 'vm': '/vm/4b88b58a-427a-db8d-dddd-7db48522584b', 'domid': '1034', 'on_crash': 'restart', 'cpu/0/availability': 'online', 'memory/target': '32768', 'cpu_weight': '1.0', 'vcpu_avail': '1', 'device': "[('vif', ['vif', ['mac', 'aa:00:00:79:49:91'], ['bridge', 'xen-br0']])]", 'image': "['linux', ['kernel', '/boot/vmlinuz-2.6.12-xenU'], ['ip', '10.5.144.38:10.5.144.29:10.5.144.1:255.255.240.0::eth0:off'], ['root', '/dev/nfs'], ['args', 'nfsroot=10.5.144.29:/myfs1/foo 4'], ['vcpus', '1'], ['vcpus', '1'], ['boot', 'c']]", 'vcpus': '1'}[2005-11-11 23:59:51 xend] INFO (XendDomain:349) Domain Dom2N7mig (1034) unpaused.~ -------------------------------------------- Could anyone help me identify what I am doing wrong? Any suggestions would be highly appreciated! Thanks, KS __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |