From mburns at redhat.com Fri Oct 5 16:23:11 2012 From: mburns at redhat.com (Mike Burns) Date: Fri, 05 Oct 2012 12:23:11 -0400 Subject: [node-devel] oVirt Node 2.5.2 ISO released Message-ID: <1349454191.32103.11.camel@beelzebub.mburnsfire.net> The long awaited and much anticipated oVirt Node 2.5.2 ISO is now available on ovirt.org. This build includes the fixed vdsm to allow nfs based domains to be attached. Thanks for the patience while we worked out the issue with NFS. The oVirt Node Team http://ovirt.org/releases/3.1/tools/ovirt-node-iso-2.5.2-0.1.fc17.iso From fabiand at redhat.com Tue Oct 9 11:31:30 2012 From: fabiand at redhat.com (Fabian Deutsch) Date: Tue, 09 Oct 2012 13:31:30 +0200 Subject: [node-devel] Thoughts and code for an updated TUI In-Reply-To: <1348656322.2363.35.camel@fdeutsch-laptop.local> References: <1348656322.2363.35.camel@fdeutsch-laptop.local> Message-ID: <1349782290.2442.14.camel@fdeutsch-laptop.local> Am Mittwoch, den 26.09.2012, 12:45 +0200 schrieb Fabian Deutsch: > This is not (yet) a proposal for new TUI for Node, but at least I > wanted to share my > thoughts and point you to my current playground [2]. The intention at > last is however > to come up with a solution solving our TUI problems. The repo was moved to to allow a better collaboration. https://www.gitorious.org/ovirt/ovirt-node-config-molch An interested programmer will find many changes since my last mail. Including a more "streamlined" plugin layout, support for dialogs, better widget building, "async" TUI update using generators. All features are spread over the status, ping, and example plugins. The next step is to create a spec and a Node plugin so this can be used on the Node itself. Greetings - fabian -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From mburns at redhat.com Tue Oct 9 11:57:35 2012 From: mburns at redhat.com (Mike Burns) Date: Tue, 9 Oct 2012 07:57:35 -0400 (EDT) Subject: [node-devel] Cancelled: oVirt Node weekly meeting Message-ID: <403057254.8946623.1349783855394.JavaMail.root@redhat.com> A single instance of the following meeting has been cancelled: Subject: oVirt Node weekly meeting Organizer: "Mike Burns" Location: #ovirt on irc.oftc.net Time: Tuesday, October 9, 2012, 9:00:00 AM - 9:30:00 AM GMT -05:00 US/Canada Eastern Invitees: aliguori at linux.vnet.ibm.com; anthony at codemonkey.ws; node-devel at ovirt.org; whenry at redhat.com *~*~*~*~*~*~*~*~*~* Weekly call to go over features, bugs, tasks, etc -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: meeting.ics Type: text/calendar Size: 2853 bytes Desc: not available URL: From fabiand at redhat.com Tue Oct 9 15:34:41 2012 From: fabiand at redhat.com (Fabian Deutsch) Date: Tue, 09 Oct 2012 17:34:41 +0200 Subject: [node-devel] Basic OpenStack plugin for oVirt Node Message-ID: <1349796881.2442.50.camel@fdeutsch-laptop.local> Hey, Alan Pevec and I've been working a bit on an basic plugin [1] for oVirt Node which adds OpenStack (OST) components to it. The goal is to make Node OST ready, that means, a range of kargs to configure the components and a simple UI to display some runtime informations. So what's working? Following the Node principle you can already configure the basic functionality of the OST components using kernel cmdline arguments. Currently the documentation is a bit sparse about this, but looking at [2] should reveal how the kargs are mapped to the OST config files. But there are still some errors with this plugin, which we need to rule out before it is working nicely. Additionally we are planning to setup an jenkins [3] job which adds this plugin to the latest stable oVirt Node ISO to provide an ISO which contains the plugin. That's it for now, as always, feel free join in fabian -- [1] https://gitorious.org/ovirt/ovirt-node-openstack-plugin [2] https://gitorious.org/ovirt/ovirt-node-openstack-plugin/blobs/master/src/ovirt-node-openstack-config.sh#line74 [3] http://jenkins.ovirt.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From apevec at gmail.com Tue Oct 9 19:28:15 2012 From: apevec at gmail.com (Alan Pevec) Date: Tue, 9 Oct 2012 21:28:15 +0200 Subject: [node-devel] Locale minimalization Message-ID: Hi, there's a thread currently going on on fedora devel list which covers, among other things, topic near and dear to us, image minimization. One interesting bit of info there was about %_install_langs rpm macro: http://lists.fedoraproject.org/pipermail/devel/2012-October/172312.html We could use that instead of current blacklisting all but en_US locales support is there in livecd-tools http://git.fedorahosted.org/cgit/livecd/tree/imgcreate/kickstart.py#n255 This needs to be tested if it actually works and I didn't check livemedia-creator. Cheers, Alan From Charles_Rose at Dell.com Thu Oct 11 06:14:25 2012 From: Charles_Rose at Dell.com (Charles_Rose at Dell.com) Date: Thu, 11 Oct 2012 11:44:25 +0530 Subject: [node-devel] edit-node: mksquashfs failures on RHEL In-Reply-To: References: <5059B60A.3060006@dell.com> <5059BDBC.3010503@dell.com> <5059CDE9.708@dell.com> Message-ID: <507663C1.30300@dell.com> On Thursday 20 September 2012 01:10 PM, Alan Pevec wrote: > On Wed, Sep 19, 2012 at 3:51 PM, wrote: >> -Requires: livecd-tools >= 020-2 >> +Requires: livecd-tools >= 16.0 > > This should be >= 1:16.0 > livecd-tools bumped Epoch when it changed versioning to match Fedora releases Thanks. I will include this in the spec. > Re. updating livecd-tools in EPEL: not sure what versioning would > makes sense for EPEL and what backport compat patches might be needed > e.g. we can't just update squashfs-tools in RHEL, we'd need to make > livecd-tools detect version and use appropriate options. The issue is really with livecd-tools on EPEL, which does not currently check for the squashfs compression type during runtime. So updating livecd on EPEL for now would fix this. The patch that we need in EPEL is: diff --git a/imgcreate/fs.py b/imgcreate/fs.py index de61c7b..d5307a2 100644 --- a/imgcreate/fs.py +++ b/imgcreate/fs.py @@ -41,6 +41,35 @@ def makedirs(dirname): if e.errno != errno.EEXIST: raise +def squashfs_compression_type(sqfs_img): + """Check the compression type of a SquashFS image. If the type cannot be + ascertained, return 'undetermined'. The calling code must decide what to + do.""" + + env = os.environ.copy() + env['LC_ALL'] = 'C' + args = ['/usr/sbin/unsquashfs', '-s', sqfs_img] + try: + p = subprocess.Popen(args, stdout=subprocess.PIPE, + stderr=subprocess.PIPE, env=env) + out, err = p.communicate() + except OSError, e: + raise SquashfsError(u"Error white stat-ing '%s'\n'%s'" % (args, e)) + except: + raise SquashfsError(u"Error while stat-ing '%s'" % args) + else: + if p.returncode != 0: + raise SquashfsError( + u"Error while stat-ing '%s'\n'%s'\nreturncode: '%s'" % + (args, err, p.returncode)) + else: + compress_type = 'undetermined' + for l in out.splitlines(): + if l.split(None, 1)[0] == 'Compression': + compress_type = l.split()[1] + break + return compress_type + def mksquashfs(in_img, out_img, compress_type): # Allow gzip to work for older versions of mksquashfs if compress_type == "gzip": > > Cheers, > Alan > _______________________________________________ > node-devel mailing list > node-devel at ovirt.org > http://lists.ovirt.org/mailman/listinfo/node-devel > From mburns at redhat.com Mon Oct 15 01:59:25 2012 From: mburns at redhat.com (Mike Burns) Date: Sun, 14 Oct 2012 21:59:25 -0400 Subject: [node-devel] [Users] oVirt Node 2.5.2 ISO released In-Reply-To: <251417381.12277665.1350230824960.JavaMail.root@redhat.com> References: <251417381.12277665.1350230824960.JavaMail.root@redhat.com> Message-ID: <1350266365.6975.8.camel@beelzebub.mburnsfire.net> On Sun, 2012-10-14 at 12:07 -0400, Simon Grinberg wrote: > > ----- Original Message ----- > > From: "Simon Grinberg" > > To: "Mike Burns" > > Cc: "node-devel" > > Sent: Sunday, October 14, 2012 5:10:40 PM > > Subject: Re: [Users] oVirt Node 2.5.2 ISO released > > > > Hi Mike, > > > > I was trying to install it and when setting from the TUI I get an > > error message command "hostname" not found. > > Dropping into shell I get the same. /etc/sysconfig/network is getting > > the proper value, but after reboot this is not reflected in the host > > name (though the value in /etc/sysconfig/network is persisted) > > OK, I managed to workaround this by directly changing the host name: > echo > /proc/sys/kernel/hostname > > This allowed me to register the node with the engine (before that it complained on missing proper certificates) > The change does not sustain reboot, but it seems that the connection with VDSM does. > > I guess the next time point I'll be hit by this issue is live migration, but not sure about that (I don't remember if libvirt still validates the host name before migration). > An iso was posted last week to address this issue, but it looks like our auto-cleaner wiped it. I'll be posting another build tomorrow with both this and the sanlock selinux issue solved. Mike > > > > Any idea? > > > > Thanks, > > Simon. > > > > ----- Original Message ----- > > > From: "Mike Burns" > > > To: "node-devel" , "users" > > > Sent: Friday, October 5, 2012 6:23:11 PM > > > Subject: [Users] oVirt Node 2.5.2 ISO released > > > > > > The long awaited and much anticipated oVirt Node 2.5.2 ISO is now > > > available on ovirt.org. This build includes the fixed vdsm to > > > allow > > > nfs > > > based domains to be attached. > > > > > > Thanks for the patience while we worked out the issue with NFS. > > > > > > The oVirt Node Team > > > > > > http://ovirt.org/releases/3.1/tools/ovirt-node-iso-2.5.2-0.1.fc17.iso > > > > > > > > > _______________________________________________ > > > Users mailing list > > > Users at ovirt.org > > > http://lists.ovirt.org/mailman/listinfo/users > > > > > From simon at redhat.com Sun Oct 14 15:10:40 2012 From: simon at redhat.com (Simon Grinberg) Date: Sun, 14 Oct 2012 11:10:40 -0400 (EDT) Subject: [node-devel] [Users] oVirt Node 2.5.2 ISO released In-Reply-To: <1349454191.32103.11.camel@beelzebub.mburnsfire.net> Message-ID: <1961702153.12268949.1350227440991.JavaMail.root@redhat.com> Hi Mike, I was trying to install it and when setting from the TUI I get an error message command "hostname" not found. Dropping into shell I get the same. /etc/sysconfig/network is getting the proper value, but after reboot this is not reflected in the host name (though the value in /etc/sysconfig/network is persisted) Any idea? Thanks, Simon. ----- Original Message ----- > From: "Mike Burns" > To: "node-devel" , "users" > Sent: Friday, October 5, 2012 6:23:11 PM > Subject: [Users] oVirt Node 2.5.2 ISO released > > The long awaited and much anticipated oVirt Node 2.5.2 ISO is now > available on ovirt.org. This build includes the fixed vdsm to allow > nfs > based domains to be attached. > > Thanks for the patience while we worked out the issue with NFS. > > The oVirt Node Team > > http://ovirt.org/releases/3.1/tools/ovirt-node-iso-2.5.2-0.1.fc17.iso > > > _______________________________________________ > Users mailing list > Users at ovirt.org > http://lists.ovirt.org/mailman/listinfo/users > From simon at redhat.com Sun Oct 14 16:07:04 2012 From: simon at redhat.com (Simon Grinberg) Date: Sun, 14 Oct 2012 12:07:04 -0400 (EDT) Subject: [node-devel] [Users] oVirt Node 2.5.2 ISO released In-Reply-To: <1961702153.12268949.1350227440991.JavaMail.root@redhat.com> Message-ID: <251417381.12277665.1350230824960.JavaMail.root@redhat.com> ----- Original Message ----- > From: "Simon Grinberg" > To: "Mike Burns" > Cc: "node-devel" > Sent: Sunday, October 14, 2012 5:10:40 PM > Subject: Re: [Users] oVirt Node 2.5.2 ISO released > > Hi Mike, > > I was trying to install it and when setting from the TUI I get an > error message command "hostname" not found. > Dropping into shell I get the same. /etc/sysconfig/network is getting > the proper value, but after reboot this is not reflected in the host > name (though the value in /etc/sysconfig/network is persisted) OK, I managed to workaround this by directly changing the host name: echo > /proc/sys/kernel/hostname This allowed me to register the node with the engine (before that it complained on missing proper certificates) The change does not sustain reboot, but it seems that the connection with VDSM does. I guess the next time point I'll be hit by this issue is live migration, but not sure about that (I don't remember if libvirt still validates the host name before migration). > > Any idea? > > Thanks, > Simon. > > ----- Original Message ----- > > From: "Mike Burns" > > To: "node-devel" , "users" > > Sent: Friday, October 5, 2012 6:23:11 PM > > Subject: [Users] oVirt Node 2.5.2 ISO released > > > > The long awaited and much anticipated oVirt Node 2.5.2 ISO is now > > available on ovirt.org. This build includes the fixed vdsm to > > allow > > nfs > > based domains to be attached. > > > > Thanks for the patience while we worked out the issue with NFS. > > > > The oVirt Node Team > > > > http://ovirt.org/releases/3.1/tools/ovirt-node-iso-2.5.2-0.1.fc17.iso > > > > > > _______________________________________________ > > Users mailing list > > Users at ovirt.org > > http://lists.ovirt.org/mailman/listinfo/users > > > From mburns at redhat.com Mon Oct 15 12:31:54 2012 From: mburns at redhat.com (Mike Burns) Date: Mon, 15 Oct 2012 08:31:54 -0400 Subject: [node-devel] oVirt Node 2.5.4 image and rpm released Message-ID: <1350304314.6975.49.camel@beelzebub.mburnsfire.net> 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.1.fc17.noarch.rpm From mburns at redhat.com Mon Oct 15 12:36:08 2012 From: mburns at redhat.com (Mike Burns) Date: Mon, 15 Oct 2012 08:36:08 -0400 Subject: [node-devel] [Users] oVirt Node 2.5.2 ISO released In-Reply-To: <1350266365.6975.8.camel@beelzebub.mburnsfire.net> References: <251417381.12277665.1350230824960.JavaMail.root@redhat.com> <1350266365.6975.8.camel@beelzebub.mburnsfire.net> Message-ID: <1350304568.6975.51.camel@beelzebub.mburnsfire.net> On Sun, 2012-10-14 at 21:59 -0400, Mike Burns wrote: > On Sun, 2012-10-14 at 12:07 -0400, Simon Grinberg wrote: > > > > ----- Original Message ----- > > > From: "Simon Grinberg" > > > To: "Mike Burns" > > > Cc: "node-devel" > > > Sent: Sunday, October 14, 2012 5:10:40 PM > > > Subject: Re: [Users] oVirt Node 2.5.2 ISO released > > > > > > Hi Mike, > > > > > > I was trying to install it and when setting from the TUI I get an > > > error message command "hostname" not found. > > > Dropping into shell I get the same. /etc/sysconfig/network is getting > > > the proper value, but after reboot this is not reflected in the host > > > name (though the value in /etc/sysconfig/network is persisted) > > > > OK, I managed to workaround this by directly changing the host name: > > echo > /proc/sys/kernel/hostname > > > > This allowed me to register the node with the engine (before that it complained on missing proper certificates) > > The change does not sustain reboot, but it seems that the connection with VDSM does. > > > > I guess the next time point I'll be hit by this issue is live migration, but not sure about that (I don't remember if libvirt still validates the host name before migration). > > > > An iso was posted last week to address this issue, but it looks like our > auto-cleaner wiped it. I'll be posting another build tomorrow with both > this and the sanlock selinux issue solved. > > Mike A new 2.5.4 image is available now to address this and the sanlock selinux issue. Mike > > > > > > > > Any idea? > > > > > > Thanks, > > > Simon. > > > > > > ----- Original Message ----- > > > > From: "Mike Burns" > > > > To: "node-devel" , "users" > > > > Sent: Friday, October 5, 2012 6:23:11 PM > > > > Subject: [Users] oVirt Node 2.5.2 ISO released > > > > > > > > The long awaited and much anticipated oVirt Node 2.5.2 ISO is now > > > > available on ovirt.org. This build includes the fixed vdsm to > > > > allow > > > > nfs > > > > based domains to be attached. > > > > > > > > Thanks for the patience while we worked out the issue with NFS. > > > > > > > > The oVirt Node Team > > > > > > > > http://ovirt.org/releases/3.1/tools/ovirt-node-iso-2.5.2-0.1.fc17.iso > > > > > > > > > > > > _______________________________________________ > > > > Users mailing list > > > > Users at ovirt.org > > > > http://lists.ovirt.org/mailman/listinfo/users > > > > > > > > > > _______________________________________________ > node-devel mailing list > node-devel at ovirt.org > http://lists.ovirt.org/mailman/listinfo/node-devel From simon at redhat.com Mon Oct 15 16:19:52 2012 From: simon at redhat.com (Simon Grinberg) Date: Mon, 15 Oct 2012 12:19:52 -0400 (EDT) Subject: [node-devel] [Engine-devel] [Users] oVirt Node 2.5.2 ISO released In-Reply-To: <1350304568.6975.51.camel@beelzebub.mburnsfire.net> Message-ID: <1536971254.371383.1350317992653.JavaMail.root@redhat.com> ----- Original Message ----- > From: "Mike Burns" > To: "Simon Grinberg" > Cc: "engine-devel" , "node-devel" > Sent: Monday, October 15, 2012 2:36:08 PM > Subject: Re: [Engine-devel] [node-devel] [Users] oVirt Node 2.5.2 ISO released > > On Sun, 2012-10-14 at 21:59 -0400, Mike Burns wrote: > > On Sun, 2012-10-14 at 12:07 -0400, Simon Grinberg wrote: > > > > > > ----- Original Message ----- > > > > From: "Simon Grinberg" > > > > To: "Mike Burns" > > > > Cc: "node-devel" > > > > Sent: Sunday, October 14, 2012 5:10:40 PM > > > > Subject: Re: [Users] oVirt Node 2.5.2 ISO released > > > > > > > > Hi Mike, > > > > > > > > I was trying to install it and when setting from the TUI I get > > > > an > > > > error message command "hostname" not found. > > > > Dropping into shell I get the same. /etc/sysconfig/network is > > > > getting > > > > the proper value, but after reboot this is not reflected in the > > > > host > > > > name (though the value in /etc/sysconfig/network is persisted) > > > > > > OK, I managed to workaround this by directly changing the host > > > name: > > > echo > /proc/sys/kernel/hostname > > > > > > This allowed me to register the node with the engine (before that > > > it complained on missing proper certificates) > > > The change does not sustain reboot, but it seems that the > > > connection with VDSM does. > > > > > > I guess the next time point I'll be hit by this issue is live > > > migration, but not sure about that (I don't remember if libvirt > > > still validates the host name before migration). > > > > > > > An iso was posted last week to address this issue, but it looks > > like our > > auto-cleaner wiped it. I'll be posting another build tomorrow with > > both > > this and the sanlock selinux issue solved. > > > > Mike > > A new 2.5.4 image is available now to address this and the sanlock > selinux issue. Now the host name works fine so no need for tricks to allow it to be registered. But NFS mount fails (even before the sanlock issue. Works well with Fedora hosts though. The massage says: MountError, (32, ';mount.nfs: No such device\n') Tried to do mount from the shell and got the same while this works from the Fedora host. Ideas? In another note: Yapee I have a functional, VMs based, all in one setup on my laptop using nested virt, just would like it to work with the node as well. > > Mike > > > > > > > > > > > > > Any idea? > > > > > > > > Thanks, > > > > Simon. > > > > > > > > ----- Original Message ----- > > > > > From: "Mike Burns" > > > > > To: "node-devel" , "users" > > > > > > > > > > Sent: Friday, October 5, 2012 6:23:11 PM > > > > > Subject: [Users] oVirt Node 2.5.2 ISO released > > > > > > > > > > The long awaited and much anticipated oVirt Node 2.5.2 ISO is > > > > > now > > > > > available on ovirt.org. This build includes the fixed vdsm > > > > > to > > > > > allow > > > > > nfs > > > > > based domains to be attached. > > > > > > > > > > Thanks for the patience while we worked out the issue with > > > > > NFS. > > > > > > > > > > The oVirt Node Team > > > > > > > > > > http://ovirt.org/releases/3.1/tools/ovirt-node-iso-2.5.2-0.1.fc17.iso > > > > > > > > > > > > > > > _______________________________________________ > > > > > Users mailing list > > > > > Users at ovirt.org > > > > > http://lists.ovirt.org/mailman/listinfo/users > > > > > > > > > > > > > > > _______________________________________________ > > node-devel mailing list > > node-devel at ovirt.org > > http://lists.ovirt.org/mailman/listinfo/node-devel > > > _______________________________________________ > Engine-devel mailing list > Engine-devel at ovirt.org > http://lists.ovirt.org/mailman/listinfo/engine-devel > From mburns at redhat.com Mon Oct 15 23:43:21 2012 From: mburns at redhat.com (Mike Burns) Date: Mon, 15 Oct 2012 19:43:21 -0400 Subject: [node-devel] [Users] oVirt Node 2.5.4 image and rpm released - Some kernel modules are missing however In-Reply-To: <283460579.3742343.1350344331001.JavaMail.root@redhat.com> References: <283460579.3742343.1350344331001.JavaMail.root@redhat.com> Message-ID: <1350344601.4491.7.camel@beelzebub.mburnsfire.net> 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" > > To: "Mike Burns" > > Cc: "users" , "node-devel" > > 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 at bigvirt vdsm]# mount 10.0.0.3:/nfs/iso /mnt/tmp/ > > mount.nfs: No such device > > [root at bigvirt vdsm]# mount -t nfs 10.0.0.3:/nfs/iso /mnt/tmp/ > > mount.nfs: No such device > > [root at 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 at 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 > > > > > > [root at 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 at 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 at 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 at 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.1.fc17.noarch.rpm > > _______________________________________________ > > Users mailing list Users at ovirt.org > > http://lists.ovirt.org/mailman/listinfo/users > > > > _______________________________________________ > > Users mailing list > > Users at ovirt.org > > http://lists.ovirt.org/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > Users at ovirt.org > http://lists.ovirt.org/mailman/listinfo/users From wdh at dds.nl Mon Oct 15 18:40:31 2012 From: wdh at dds.nl (Winfried de Heiden) Date: Mon, 15 Oct 2012 20:40:31 +0200 Subject: [node-devel] [Users] oVirt Node 2.5.4 image and rpm released - Some kernel modules are missing however In-Reply-To: <1350304314.6975.49.camel@beelzebub.mburnsfire.net> References: <1350304314.6975.49.camel@beelzebub.mburnsfire.net> Message-ID: <507C589F.9070605@dds.nl> An HTML attachment was scrubbed... URL: From asegurap at redhat.com Mon Oct 15 23:38:51 2012 From: asegurap at redhat.com (Antoni Segura Puimedon) Date: Mon, 15 Oct 2012 19:38:51 -0400 (EDT) Subject: [node-devel] [Users] oVirt Node 2.5.4 image and rpm released - Some kernel modules are missing however In-Reply-To: <507C589F.9070605@dds.nl> Message-ID: <283460579.3742343.1350344331001.JavaMail.root@redhat.com> 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" > To: "Mike Burns" > Cc: "users" , "node-devel" > 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 at bigvirt vdsm]# mount 10.0.0.3:/nfs/iso /mnt/tmp/ > mount.nfs: No such device > [root at bigvirt vdsm]# mount -t nfs 10.0.0.3:/nfs/iso /mnt/tmp/ > mount.nfs: No such device > [root at 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 at 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 > > > [root at 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 at 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 at 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 at 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.1.fc17.noarch.rpm > _______________________________________________ > Users mailing list Users at ovirt.org > http://lists.ovirt.org/mailman/listinfo/users > > _______________________________________________ > Users mailing list > Users at ovirt.org > http://lists.ovirt.org/mailman/listinfo/users > From simon at redhat.com Tue Oct 16 12:03:58 2012 From: simon at redhat.com (Simon Grinberg) Date: Tue, 16 Oct 2012 08:03:58 -0400 (EDT) Subject: [node-devel] [Engine-devel] [Users] oVirt Node 2.5.2 ISO released In-Reply-To: <1536971254.371383.1350317992653.JavaMail.root@redhat.com> Message-ID: <1091240104.827980.1350389038545.JavaMail.root@redhat.com> ----- Original Message ----- > From: "Simon Grinberg" > To: "Mike Burns" > Cc: "engine-devel" , "node-devel" > Sent: Monday, October 15, 2012 6:19:52 PM > Subject: Re: [Engine-devel] [node-devel] [Users] oVirt Node 2.5.2 ISO released > > > > ----- Original Message ----- > > From: "Mike Burns" > > To: "Simon Grinberg" > > Cc: "engine-devel" , "node-devel" > > > > Sent: Monday, October 15, 2012 2:36:08 PM > > Subject: Re: [Engine-devel] [node-devel] [Users] oVirt Node 2.5.2 > > ISO released > > > > On Sun, 2012-10-14 at 21:59 -0400, Mike Burns wrote: > > > On Sun, 2012-10-14 at 12:07 -0400, Simon Grinberg wrote: > > > > > > > > ----- Original Message ----- > > > > > From: "Simon Grinberg" > > > > > To: "Mike Burns" > > > > > Cc: "node-devel" > > > > > Sent: Sunday, October 14, 2012 5:10:40 PM > > > > > Subject: Re: [Users] oVirt Node 2.5.2 ISO released > > > > > > > > > > Hi Mike, > > > > > > > > > > I was trying to install it and when setting from the TUI I > > > > > get > > > > > an > > > > > error message command "hostname" not found. > > > > > Dropping into shell I get the same. /etc/sysconfig/network is > > > > > getting > > > > > the proper value, but after reboot this is not reflected in > > > > > the > > > > > host > > > > > name (though the value in /etc/sysconfig/network is > > > > > persisted) > > > > > > > > OK, I managed to workaround this by directly changing the host > > > > name: > > > > echo > /proc/sys/kernel/hostname > > > > > > > > This allowed me to register the node with the engine (before > > > > that > > > > it complained on missing proper certificates) > > > > The change does not sustain reboot, but it seems that the > > > > connection with VDSM does. > > > > > > > > I guess the next time point I'll be hit by this issue is live > > > > migration, but not sure about that (I don't remember if libvirt > > > > still validates the host name before migration). > > > > > > > > > > An iso was posted last week to address this issue, but it looks > > > like our > > > auto-cleaner wiped it. I'll be posting another build tomorrow > > > with > > > both > > > this and the sanlock selinux issue solved. > > > > > > Mike > > > > A new 2.5.4 image is available now to address this and the sanlock > > selinux issue. > > Now the host name works fine so no need for tricks to allow it to be > registered. > But NFS mount fails (even before the sanlock issue. Works well with > Fedora hosts though. > > The massage says: > > MountError, (32, ';mount.nfs: No such device\n') > > Tried to do mount from the shell and got the same while this works > from the Fedora host. > > Ideas? Same goes for ovirt-node-iso-2.5.5-0.1.fc17. It does have same vdsm as my Fedora based host so it's not VDSM. Error code send to GUI is cryptic as well: 2012-Oct-16, 14:00:01 The error code for connection engine.mylaptop.redhat.com:/home/iso returned by VDSM was following 477 2012-Oct-16, 14:00:01 The error code for connection engine.mylaptop.redhat.com:/home/data2 returned by VDSM was following 477 > > > In another note: Yapee I have a functional, VMs based, all in one > setup on my laptop using nested virt, just would like it to work > with the node as well. > > > > > > Mike > > > > > > > > > > > > > > > > > > Any idea? > > > > > > > > > > Thanks, > > > > > Simon. > > > > > > > > > > ----- Original Message ----- > > > > > > From: "Mike Burns" > > > > > > To: "node-devel" , "users" > > > > > > > > > > > > Sent: Friday, October 5, 2012 6:23:11 PM > > > > > > Subject: [Users] oVirt Node 2.5.2 ISO released > > > > > > > > > > > > The long awaited and much anticipated oVirt Node 2.5.2 ISO > > > > > > is > > > > > > now > > > > > > available on ovirt.org. This build includes the fixed vdsm > > > > > > to > > > > > > allow > > > > > > nfs > > > > > > based domains to be attached. > > > > > > > > > > > > Thanks for the patience while we worked out the issue with > > > > > > NFS. > > > > > > > > > > > > The oVirt Node Team > > > > > > > > > > > > http://ovirt.org/releases/3.1/tools/ovirt-node-iso-2.5.2-0.1.fc17.iso > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Users mailing list > > > > > > Users at ovirt.org > > > > > > http://lists.ovirt.org/mailman/listinfo/users > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > node-devel mailing list > > > node-devel at ovirt.org > > > http://lists.ovirt.org/mailman/listinfo/node-devel > > > > > > _______________________________________________ > > Engine-devel mailing list > > Engine-devel at ovirt.org > > http://lists.ovirt.org/mailman/listinfo/engine-devel > > > From mburns at redhat.com Tue Oct 16 13:26:07 2012 From: mburns at redhat.com (Mike Burns) Date: Tue, 16 Oct 2012 09:26:07 -0400 Subject: [node-devel] oVirt Node Weekly Meeting Minutes -- 2012-10-16 Message-ID: <1350393967.4491.17.camel@beelzebub.mburnsfire.net> Minutes: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-16-13.03.html Minutes (text): http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-16-13.03.txt Log: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-16-13.03.log.html ================================= #ovirt: oVirt Node Weekly meeting ================================= Meeting started by mburns at 13:03:32 UTC. The full logs are available at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-16-13.03.log.html . Meeting summary --------------- * agenda and roll call (mburns, 13:03:57) * Status (mburns, 13:07:10) * mburns has mostly been doing patch reviews (and a couple of patches) (mburns, 13:07:33) * mburns also been doing multiple builds to try to get 2.5.x stream working (mburns, 13:07:57) * fabiand been working on TUI redesign (mburns, 13:08:18) * fabiand still has to look at apevec's patch for FHS (mburns, 13:08:46) * fabiand working on patch reviews/patches as well (mburns, 13:09:01) * jboggs been doing patch reviews and patches (mburns, 13:09:26) * jboggs also doing some code cleanup (mburns, 13:10:52) * Release Status (mburns, 13:10:58) * Devel Freeze for oVirt 3.2 (and node 2.6) is Nov 14 (mburns, 13:11:23) * GA for 3.2 is ~ Dec 12 (mburns, 13:11:42) * 2.5.3 posted late last week, but not officially released (fix missing /bin/hostname) (mburns, 13:12:34) * 2.5.4 posted yesterday (fix sanlock related selinux booleans) (mburns, 13:13:03) * 2.5.5 posted last night, though not official yet (fix nfs issue due to missing dns_resolver kmod) (mburns, 13:13:35) * potentially some other issues reported on node-devel with 2.5.5 (mburns, 13:13:49) * Feature Pages for oVirt 3.2 (mburns, 13:17:30) * LINK: http://wiki.ovirt.org/wiki/OVirt_3.2_release-management (mburns, 13:17:38) * ACTION: fabiand to create feature pages for TUI redesign and automation (mburns, 13:19:57) * ACTION: jboggs to create feature pages for Plugin support with example plugins (mburns, 13:20:20) * ACTION: mburns to create feature page for glusterfs client support (mburns, 13:20:38) * LINK: http://wiki.ovirt.org/wiki/Feature_template (mburns, 13:20:56) * other topics (mburns, 13:22:57) Meeting ended at 13:24:08 UTC. Action Items ------------ * fabiand to create feature pages for TUI redesign and automation * jboggs to create feature pages for Plugin support with example plugins * mburns to create feature page for glusterfs client support Action Items, by person ----------------------- * fabiand * fabiand to create feature pages for TUI redesign and automation * jboggs * jboggs to create feature pages for Plugin support with example plugins * mburns * mburns to create feature page for glusterfs client support * **UNASSIGNED** * (none) People Present (lines said) --------------------------- * mburns (55) * fabiand (14) * ovirtbot (4) * jboggs (3) * SirDerigo (2) * lhornyak (1) Generated by `MeetBot`_ 0.1.4 .. _`MeetBot`: http://wiki.debian.org/MeetBot From mburns at redhat.com Wed Oct 17 22:20:48 2012 From: mburns at redhat.com (Mike Burns) Date: Wed, 17 Oct 2012 18:20:48 -0400 Subject: [node-devel] [Engine-devel] [Users] oVirt Node 2.5.2 ISO released In-Reply-To: <1091240104.827980.1350389038545.JavaMail.root@redhat.com> References: <1091240104.827980.1350389038545.JavaMail.root@redhat.com> Message-ID: <1350512448.4491.55.camel@beelzebub.mburnsfire.net> > > Same goes for ovirt-node-iso-2.5.5-0.1.fc17. > It does have same vdsm as my Fedora based host so it's not VDSM. > > Error code send to GUI is cryptic as well: > 2012-Oct-16, 14:00:01 > > The error code for connection engine.mylaptop.redhat.com:/home/iso returned by VDSM was following 477 > > 2012-Oct-16, 14:00:01 > > The error code for connection engine.mylaptop.redhat.com:/home/data2 returned by VDSM was following 477 Can you try the 2.5.5-0.1.fc17 build here[1]. The previous build didn't pick up the changes correctly, so I respun it. Thanks Mike [1] http://ovirt.org/releases/nightly/iso/ovirt-node-iso-2.5.5-0.1.fc17.iso > > From simon at redhat.com Thu Oct 18 16:04:45 2012 From: simon at redhat.com (Simon Grinberg) Date: Thu, 18 Oct 2012 12:04:45 -0400 (EDT) Subject: [node-devel] [Engine-devel] [Users] oVirt Node 2.5.2 ISO released In-Reply-To: <1350512448.4491.55.camel@beelzebub.mburnsfire.net> Message-ID: <382599750.2405409.1350576285173.JavaMail.root@redhat.com> ----- Original Message ----- > From: "Mike Burns" > To: "Simon Grinberg" > Cc: "engine-devel" , "node-devel" > Sent: Thursday, October 18, 2012 12:20:48 AM > Subject: Re: [Engine-devel] [node-devel] [Users] oVirt Node 2.5.2 ISO released > > > > > > Same goes for ovirt-node-iso-2.5.5-0.1.fc17. > > It does have same vdsm as my Fedora based host so it's not VDSM. > > > > Error code send to GUI is cryptic as well: > > 2012-Oct-16, 14:00:01 > > > > The error code for connection engine.mylaptop.redhat.com:/home/iso > > returned by VDSM was following 477 > > > > 2012-Oct-16, 14:00:01 > > > > The error code for connection > > engine.mylaptop.redhat.com:/home/data2 returned by VDSM was > > following 477 > > Can you try the 2.5.5-0.1.fc17 build here[1]. > > The previous build didn't pick up the changes correctly, so I respun > it. > > Thanks Finally, I have a node running :) > > Mike > > [1] > http://ovirt.org/releases/nightly/iso/ovirt-node-iso-2.5.5-0.1.fc17.iso > > > > > > > > _______________________________________________ > Engine-devel mailing list > Engine-devel at ovirt.org > http://lists.ovirt.org/mailman/listinfo/engine-devel > From mburns at redhat.com Thu Oct 18 16:17:58 2012 From: mburns at redhat.com (Mike Burns) Date: Thu, 18 Oct 2012 12:17:58 -0400 Subject: [node-devel] Node 2.5.5 posted Message-ID: <1350577078.28486.3.camel@mburns-laptop.usersys.redhat.com> ISO: http://ovirt.org/releases/3.1/tools/ovirt-node-iso-2.5.5-0.1.fc17.iso RPM's are also available in the stable/rpm/Fedora/17 repos. Recent Changes: ovirt-node-2.5.5 * include dns_resolver kmod to fix nfs mounting issues ovirt-node-2.5.4 * Fix selinux booleans related to sanlock ovirt-node-2.5.3 * Include /bin/hostname command From mburns at redhat.com Tue Oct 23 13:14:22 2012 From: mburns at redhat.com (Mike Burns) Date: Tue, 23 Oct 2012 09:14:22 -0400 Subject: [node-devel] oVirt Node Weekly Meeting minutes -- 2012-10-23 Message-ID: <1350998062.4120.59.camel@beelzebub.mburnsfire.net> Minutes: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-23-13.00.html Minutes (text): http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-23-13.00.txt Log: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-23-13.00.log.html ================================= #ovirt: oVirt Node weekly meeting ================================= Meeting started by mburns at 13:00:20 UTC. The full logs are available at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-23-13.00.log.html . Meeting summary --------------- * agenda and roll call (mburns, 13:00:51) * Action Item Review (mburns, 13:02:16) * LINK: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-10-16-13.03.html (mburns, 13:02:26) * Plugin feature page still pending (mburns, 13:03:38) * Tui redesign, automation, and glusterfs support pages are up (mburns, 13:03:56) * ACTION: jboggs to finish plugin page (mburns, 13:04:22) * Release Status (mburns, 13:05:05) * Patches Posted: 22 (mburns, 13:05:26) * Patches with Partial ACKs: 3 (mburns, 13:05:41) * Patches with NACKs: 3 (mburns, 13:05:48) * LINK: http://gerrit.ovirt.org/#/q/status:open+project:+ovirt-node,n,z (mburns, 13:06:03) * ACTION: jboggs mburns fabiand to start reviewing posted patches (mburns, 13:06:30) * Feature status: (mburns, 13:07:02) * Tui redesign -- gui complete, logic work underway (mburns, 13:07:20) * glusterfs work is complete (mburns, 13:07:39) * TUI redesign also still needs popups... (mburns, 13:08:46) * plugin work: snmp broken out into separate plugin already, cim still pending, but should be mostly packaging at this point (mburns, 13:10:18) * for automation: file location moves are complete, tests are written, still need to do some code quality improvements to pass pep8, etc... (mburns, 13:11:00) * Other topics (mburns, 13:12:30) Meeting ended at 13:13:39 UTC. Action Items ------------ * jboggs to finish plugin page * jboggs mburns fabiand to start reviewing posted patches Action Items, by person ----------------------- * fabiand * jboggs mburns fabiand to start reviewing posted patches * jboggs * jboggs to finish plugin page * jboggs mburns fabiand to start reviewing posted patches * mburns * jboggs mburns fabiand to start reviewing posted patches * **UNASSIGNED** * (none) People Present (lines said) --------------------------- * mburns (34) * fabiand (8) * jboggs (4) * ovirtbot (3) * pmyers (0) Generated by `MeetBot`_ 0.1.4 .. _`MeetBot`: http://wiki.debian.org/MeetBot From wenyi at linux.vnet.ibm.com Thu Oct 25 09:11:08 2012 From: wenyi at linux.vnet.ibm.com (Wenyi Gao) Date: Thu, 25 Oct 2012 17:11:08 +0800 Subject: [node-devel] How to access Ovirt Node Hypervisor shell using root Message-ID: <5089022C.5050700@linux.vnet.ibm.com> I installed Ovirt Node Hypervisor. It seems that I only can log in using "admin" and do some configuration, but I can't access shell. So how can I can access the shell using root? Thanks. Wenyi Gao From fabiand at redhat.com Thu Oct 25 09:19:02 2012 From: fabiand at redhat.com (Fabian Deutsch) Date: Thu, 25 Oct 2012 11:19:02 +0200 Subject: [node-devel] How to access Ovirt Node Hypervisor shell using root In-Reply-To: <5089022C.5050700@linux.vnet.ibm.com> References: <5089022C.5050700@linux.vnet.ibm.com> Message-ID: <1351156742.2529.5.camel@fdeutsch-laptop.local> Am Donnerstag, den 25.10.2012, 17:11 +0800 schrieb Wenyi Gao: > I installed Ovirt Node Hypervisor. It seems that I only can log in > using "admin" and do some configuration, but I can't access shell. So > how can I can access the shell using root? Thanks. Hey Wenyi, basically it's no intended to login as root. For debugging or development purposes you can set a root password by running /usr/libexec/ovirt-config-password - but as said - this is not recommended. May I ask what are you trying to do? Maybe this can be achieved differently. Greetings fabian -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From mburns at redhat.com Thu Oct 25 20:35:53 2012 From: mburns at redhat.com (Mike Burns) Date: Thu, 25 Oct 2012 16:35:53 -0400 Subject: [node-devel] How to access Ovirt Node Hypervisor shell using root In-Reply-To: <1351156742.2529.5.camel@fdeutsch-laptop.local> References: <5089022C.5050700@linux.vnet.ibm.com> <1351156742.2529.5.camel@fdeutsch-laptop.local> Message-ID: <1351197353.3441.9.camel@mburns-laptop.usersys.redhat.com> On Thu, 2012-10-25 at 11:19 +0200, Fabian Deutsch wrote: > Am Donnerstag, den 25.10.2012, 17:11 +0800 schrieb Wenyi Gao: > > I installed Ovirt Node Hypervisor. It seems that I only can log in > > using "admin" and do some configuration, but I can't access shell. So > > how can I can access the shell using root? Thanks. > > Hey Wenyi, > basically it's no intended to login as root. For debugging or > development purposes you can set a root password by > running /usr/libexec/ovirt-config-password - but as said - this is not > recommended. > > May I ask what are you trying to do? Maybe this can be achieved > differently. As a separate note, you can get to a shell (root shell actually) from the TUI by pressing F2. I would still like to know what the need is for accessing the shell. If it's more than just debugging or development, then it might be something that we want to add to the TUI. Mike > > Greetings > fabian > _______________________________________________ > node-devel mailing list > node-devel at ovirt.org > http://lists.ovirt.org/mailman/listinfo/node-devel From wenyi at linux.vnet.ibm.com Fri Oct 26 01:45:06 2012 From: wenyi at linux.vnet.ibm.com (Wenyi Gao) Date: Fri, 26 Oct 2012 09:45:06 +0800 Subject: [node-devel] How to access Ovirt Node Hypervisor shell using root In-Reply-To: <1351197353.3441.9.camel@mburns-laptop.usersys.redhat.com> References: <5089022C.5050700@linux.vnet.ibm.com> <1351156742.2529.5.camel@fdeutsch-laptop.local> <1351197353.3441.9.camel@mburns-laptop.usersys.redhat.com> Message-ID: <5089EB22.7020803@linux.vnet.ibm.com> On 2012-10-26 04:35, Mike Burns wrote: > On Thu, 2012-10-25 at 11:19 +0200, Fabian Deutsch wrote: >> Am Donnerstag, den 25.10.2012, 17:11 +0800 schrieb Wenyi Gao: >>> I installed Ovirt Node Hypervisor. It seems that I only can log in >>> using "admin" and do some configuration, but I can't access shell. So >>> how can I can access the shell using root? Thanks. >> Hey Wenyi, >> basically it's no intended to login as root. For debugging or >> development purposes you can set a root password by >> running /usr/libexec/ovirt-config-password - but as said - this is not >> recommended. >> >> May I ask what are you trying to do? Maybe this can be achieved >> differently. > As a separate note, you can get to a shell (root shell actually) from > the TUI by pressing F2. > > I would still like to know what the need is for accessing the shell. If > it's more than just debugging or development, then it might be something > that we want to add to the TUI. > > Mike > >> Greetings >> fabian >> _______________________________________________ >> node-devel mailing list >> node-devel at ovirt.org >> http://lists.ovirt.org/mailman/listinfo/node-devel > Thanks Fabian and Mike, I just want to log in the system and debug for something. Wenyi Gao From mburns at redhat.com Tue Oct 30 12:03:12 2012 From: mburns at redhat.com (Mike Burns) Date: Tue, 30 Oct 2012 08:03:12 -0400 (EDT) Subject: [node-devel] Cancelled: oVirt Node weekly meeting Message-ID: <663414092.1951945.1351598592583.JavaMail.root@redhat.com> A single instance of the following meeting has been cancelled: Subject: oVirt Node weekly meeting Organizer: "Mike Burns" Location: #ovirt on irc.oftc.net Time: Tuesday, October 30, 2012, 9:00:00 AM - 9:30:00 AM GMT -05:00 US/Canada Eastern Invitees: aliguori at linux.vnet.ibm.com; anthony at codemonkey.ws; node-devel at ovirt.org; whenry at redhat.com *~*~*~*~*~*~*~*~*~* 2 out of 4 normal participants are unavailable, and I'm dealing with intermittent connectivity due to Sandy. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: meeting.ics Type: text/calendar Size: 2941 bytes Desc: not available URL: