[Users] oVirt Node 2.5.4 image and rpm released

A new image [1] and rpm[2] is now posted for oVirt Node. Thanks Mike Changelog: Add hostname command back to the node Add selinux boolean values for sanlock [1] http://ovirt.org/releases/stable/tools/ovirt-node-iso-2.5.4-0.1.fc17.iso [2] http://ovirt.org/releases/stable/rpm/Fedora/17/noarch/ovirt-node-iso-2.5.4-0...


We noticed earlier and Mike Burns released a fixed iso: http://ovirt.org/releases/nightly/iso/ovirt-node-iso-2.5.5-0.1.fc17.iso ----- Original Message -----
From: "Winfried de Heiden" <wdh@dds.nl> To: "Mike Burns" <mburns@redhat.com> Cc: "users" <users@ovirt.org>, "node-devel" <node-devel@ovirt.org> Sent: Monday, October 15, 2012 8:40:31 PM Subject: Re: [Users] oVirt Node 2.5.4 image and rpm released - Some kernel modules are missing however
Hi all,
Too bad, it all seems worse now. A virtual machine can only be started after a reboot when configuration/registration is done. Anyway: I cannot attach (ISO) NFS storage; NFS is not working OK.
Trying from the Linux prompt on oVirt Node:
[root@bigvirt vdsm]# mount 10.0.0.3:/nfs/iso /mnt/tmp/ mount.nfs: No such device [root@bigvirt vdsm]# mount -t nfs 10.0.0.3:/nfs/iso /mnt/tmp/ mount.nfs: No such device [root@bigvirt vdsm]# mount -t nfs4 10.0.0.3:/nfs/iso /mnt/tmp/ mount.nfs4: No such device
systemctl --type=service nfs-lock.service loaded failed failed NFS file locking service.
The NFS-server is there: [root@bigvirt ~]# telnet 10.0.0.3 2049 Trying 10.0.0.3... Connected to 10.0.0.3. Escape character is '^]'.
Anyway; the nfs and nfs4 modules are not loaded as it seems:
lsmod | grep nfs <nill>
[root@bigvirt ~]# modprobe -v nfs libkmod: kmod_module_parse_depline: ctx=0x13e0140 path= /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko error=No such file or directory libkmod: kmod_module_parse_depline: ctx=0x13e0140 path= /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko error=No such file or directory insmod /lib/modules/3.6.1-1.fc17.x86_64/kernel/fs/nfs/nfs.ko ERROR: could not insert 'nfs': No such file or directory [root@bigvirt ~]# modprobe -v nfs4 libkmod: kmod_module_parse_depline: ctx=0x16da140 path= /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko error=No such file or directory insmod /lib/modules/3.6.1-1.fc17.x86_64/kernel/fs/nfs/nfs.ko ERROR: could not insert 'nfs': No such file or directory
[root@bigvirt ~]# ls -l /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko ls: cannot access /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko: No such file or directory
[root@bigvirt ~]# modinfo dns_resolver filename: /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko ERROR: could not get modinfo from 'dns_resolver': No such file or directory
On a regular Fedora 17 host: $ modinfo dns_resolver filename: /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko license: GPL license: GPL author: Wang Lei description: DNS Resolver depends: intree: Y vermagic: 3.6.1-1.fc17.x86_64 SMP mod_unload parm: debug:DNS Resolver debugging mask (uint)
It seems some kernel modules are missing....
Good luck!
Winfried
Op 15-10-12 14:31, Mike Burns schreef:
A new image [1] and rpm[2] is now posted for oVirt Node.
Thanks
Mike
Changelog:
Add hostname command back to the node Add selinux boolean values for sanlock
[1] http://ovirt.org/releases/stable/tools/ovirt-node-iso-2.5.4-0.1.fc17.iso [2] http://ovirt.org/releases/stable/rpm/Fedora/17/noarch/ovirt-node-iso-2.5.4-0... _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On Mon, 2012-10-15 at 19:38 -0400, Antoni Segura Puimedon wrote:
We noticed earlier and Mike Burns released a fixed iso: http://ovirt.org/releases/nightly/iso/ovirt-node-iso-2.5.5-0.1.fc17.iso
Just an iso, but I'll get the rpms out tomorrow (as well as push it to the right location. only change is to keep the dns_resolver.ko module on the image. Mike
----- Original Message -----
From: "Winfried de Heiden" <wdh@dds.nl> To: "Mike Burns" <mburns@redhat.com> Cc: "users" <users@ovirt.org>, "node-devel" <node-devel@ovirt.org> Sent: Monday, October 15, 2012 8:40:31 PM Subject: Re: [Users] oVirt Node 2.5.4 image and rpm released - Some kernel modules are missing however
Hi all,
Too bad, it all seems worse now. A virtual machine can only be started after a reboot when configuration/registration is done. Anyway: I cannot attach (ISO) NFS storage; NFS is not working OK.
Trying from the Linux prompt on oVirt Node:
[root@bigvirt vdsm]# mount 10.0.0.3:/nfs/iso /mnt/tmp/ mount.nfs: No such device [root@bigvirt vdsm]# mount -t nfs 10.0.0.3:/nfs/iso /mnt/tmp/ mount.nfs: No such device [root@bigvirt vdsm]# mount -t nfs4 10.0.0.3:/nfs/iso /mnt/tmp/ mount.nfs4: No such device
systemctl --type=service nfs-lock.service loaded failed failed NFS file locking service.
The NFS-server is there: [root@bigvirt ~]# telnet 10.0.0.3 2049 Trying 10.0.0.3... Connected to 10.0.0.3. Escape character is '^]'.
Anyway; the nfs and nfs4 modules are not loaded as it seems:
lsmod | grep nfs <nill>
[root@bigvirt ~]# modprobe -v nfs libkmod: kmod_module_parse_depline: ctx=0x13e0140 path= /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko error=No such file or directory libkmod: kmod_module_parse_depline: ctx=0x13e0140 path= /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko error=No such file or directory insmod /lib/modules/3.6.1-1.fc17.x86_64/kernel/fs/nfs/nfs.ko ERROR: could not insert 'nfs': No such file or directory [root@bigvirt ~]# modprobe -v nfs4 libkmod: kmod_module_parse_depline: ctx=0x16da140 path= /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko error=No such file or directory insmod /lib/modules/3.6.1-1.fc17.x86_64/kernel/fs/nfs/nfs.ko ERROR: could not insert 'nfs': No such file or directory
[root@bigvirt ~]# ls -l /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko ls: cannot access /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko: No such file or directory
[root@bigvirt ~]# modinfo dns_resolver filename: /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko ERROR: could not get modinfo from 'dns_resolver': No such file or directory
On a regular Fedora 17 host: $ modinfo dns_resolver filename: /lib/modules/3.6.1-1.fc17.x86_64/kernel/net/dns_resolver/dns_resolver.ko license: GPL license: GPL author: Wang Lei description: DNS Resolver depends: intree: Y vermagic: 3.6.1-1.fc17.x86_64 SMP mod_unload parm: debug:DNS Resolver debugging mask (uint)
It seems some kernel modules are missing....
Good luck!
Winfried
Op 15-10-12 14:31, Mike Burns schreef:
A new image [1] and rpm[2] is now posted for oVirt Node.
Thanks
Mike
Changelog:
Add hostname command back to the node Add selinux boolean values for sanlock
[1] http://ovirt.org/releases/stable/tools/ovirt-node-iso-2.5.4-0.1.fc17.iso [2] http://ovirt.org/releases/stable/rpm/Fedora/17/noarch/ovirt-node-iso-2.5.4-0... _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (3)
-
Antoni Segura Puimedon
-
Mike Burns
-
Winfried de Heiden