<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel">
    <title>gmane.comp.clustering.kusu.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/29"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/28"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/27"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/26"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/25"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/24"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/23"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/22"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/21"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/29">
    <title>Re: Creating a multi-boot nodegroup</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/29</link>
    <description>&lt;pre&gt;Thanks Liming,

I didn't try this yesterday as I was away. Will try this today and let you
know if it works.

-George

On Tue, Sep 14, 2010 at 8:42 PM, Tsai Li Ming &amp;lt;ltsai&amp;lt; at &amp;gt;osgdc.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>George Goh</dc:creator>
    <dc:date>2010-09-16T01:36:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/28">
    <title>Re: Creating a multi-boot nodegroup</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/28</link>
    <description>&lt;pre&gt;

On Tuesday 14,September,2010 10:40 AM, George Goh wrote:

Hi,

Here's a sample of a multiboot nodegroup in raw SQL statement:

insert into nodegroups (repoid, ngname, installtype, ngdesc, nameformat, 
kernel, initrd, kparams, type) VALUES (1000, 'Dualboot_Windows', 
'multiboot', 'Boot Windows Partition', 'compute-#RR-#NN', 'none', 
'none', 'hd0 1', 'compute') ;

insert into nodegroups (repoid, ngname, installtype, ngdesc, nameformat, 
kernel, initrd, kparams, type) VALUES (1000, 'Dualboot_Linux', 
'multiboot', 'Boot Linux Partition', 'compute-#RR-#NN', 'none', 'none', 
'hd0 2', 'compute') ;

insert into ng_has_net (ngid, netid) VALUES ((select ngid from 
nodegroups where ngname='Dualboot_Windows'), (select networks.netid from 
ng_has_net, networks where ng_has_net.netid=networks.netid AND 
networks.type='provision' AND ng_has_net.ngid=1));

insert into ng_has_net (ngid, netid) VALUES ((select ngid from 
nodegroups where ngname='Dualboot_Linux'), (select networks.netid from 
ng_has_net, networks where ng_ha&lt;/pre&gt;</description>
    <dc:creator>Tsai Li Ming</dc:creator>
    <dc:date>2010-09-14T12:42:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/27">
    <title>Creating a multi-boot nodegroup</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/27</link>
    <description>&lt;pre&gt;Hi,

Can someone show me how to create a proper multiboot nodegroup? I have tried
the following, but the node disappears when moving a node from diskless to
multiboot (this is not actually a diskless machine, I just don't want to
touch the disks):

&amp;lt;BEGIN TRANSCRIPT&amp;gt;

[root&amp;lt; at &amp;gt;gg-kusu ~]# python
Python 2.4.3 (#1, Sep  3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
installtype='multiboot', type='compute')
[root&amp;lt; at &amp;gt;gg-kusu ~]# ngedit -l
unmanaged :  : other
installer-centos-5.5-x86_64 :  : installer
compute-centos-5.5-x86_64 :  : compute
compute-imaged-centos-5.5-x86_64 :  : compute-imaged
compute-diskless-centos-5.5-x86_64 :  : compute-diskless
groupA : clone : compute-diskless
groupB : clone : compute-diskless
localboot :  : compute
You have new mail in /var/spool/mail/root
[root&amp;lt; at &amp;gt;gg-kusu pxelinux.cfg]# nghosts -l
Node Group Names
================

groupA
----------------
groupA000   Installed

groupB
---------------
groupB0&lt;/pre&gt;</description>
    <dc:creator>George Goh</dc:creator>
    <dc:date>2010-09-14T02:40:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/26">
    <title>Re: Make cfmsync show status of individual updates</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/26</link>
    <description>&lt;pre&gt;

On Tuesday 31,August,2010 01:23 PM, George Goh wrote:


Hi George,

cfmsync calls cfmclient and that the yum output (for rhel) is redirected 
to the /var/log/kusu/cfmclient.log.

The call to cfmclient is blocking on the installer node.

And please don't top post the next time.

-Liming
&lt;/pre&gt;</description>
    <dc:creator>Tsai Li Ming</dc:creator>
    <dc:date>2010-08-31T05:29:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/25">
    <title>Re: Make cfmsync show status of individual updates</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/25</link>
    <description>&lt;pre&gt;Thanks for the reply Liming,

It turned out to be an error in the post-install script in the component
rpm. It couldn't find certain Kusu environment variables and died silently -
sourcing /opt/kusu/bin/kusuenv.sh fixed the issue.

Is the output of post-install scripts silenced in the rpm install process or
cfmsync? Is there any way to "un-silence" it?

Thanks,
-George

On Tue, Aug 31, 2010 at 12:44 PM, Tsai Li Ming &amp;lt;ltsai&amp;lt; at &amp;gt;osgdc.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>George Goh</dc:creator>
    <dc:date>2010-08-31T05:23:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/24">
    <title>Re: Make cfmsync show status of individual updates</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/24</link>
    <description>&lt;pre&gt;

On Tuesday 31,August,2010 12:21 PM, George Goh wrote:

Hi George,

Can you post an example of the script and the component SPEC file?

Regards,
Liming
&lt;/pre&gt;</description>
    <dc:creator>Tsai Li Ming</dc:creator>
    <dc:date>2010-08-31T04:44:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/23">
    <title>Make cfmsync show status of individual updates</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/23</link>
    <description>&lt;pre&gt;Hi,

I created a kit with component post scripts (these create a new nodegroup)
that run during cfmsync.

However, when I run `cfmsync -fp`, it seems to return immediately, with the
script seemingly running in the background.

Anyway, to bring this background output to the foreground?

Thanks,
-George
&lt;/pre&gt;</description>
    <dc:creator>George Goh</dc:creator>
    <dc:date>2010-08-31T04:21:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/22">
    <title>Re: Specifications for Kit API</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/22</link>
    <description>&lt;pre&gt;
On Thursday 26,August,2010 04:38 PM, George Goh wrote:

Welcome back!

We will be publishing the specifications shortly. We are currently 
revamping our site for a launch. Once it is done, we will announce it to 
the list.

In the mean time, here are the links:
KIT API 0.1: http://docs.google.com/View?id=dgnwxbjj_30j28fp577
KIT API 0.2: http://docs.google.com/View?id=dgnwxbjj_29qbhx3jds
KIT API 0.3: http://docs.google.com/View?id=dgn6ghn6_23c4jcr8fc
(currently reserved for future implementation)
KIT API 0.4: http://docs.google.com/View?id=dc7rpsvg_2csj96xpm

We will be also publishing the related Kusu version that supports the 
various Kit API.

Currently,
0.1: Kusu 1.0 and above
0.2: Kusu 2.0 and above
0.3: Reserved. Not in used yet.
0.4: Kusu 2.1 and above. Scheduled to be release by end of year.

Each new kusu version will be fully backward compatible with older kit 
apis unless it is noted in the accompanying release notes.

Regards,
Liming
&lt;/pre&gt;</description>
    <dc:creator>Tsai Li Ming</dc:creator>
    <dc:date>2010-08-26T09:05:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/21">
    <title>Specifications for Kit API</title>
    <link>http://permalink.gmane.org/gmane.comp.clustering.kusu.devel/21</link>
    <description>&lt;pre&gt;Hi,

Are there any publicly available specifications of the various kit versions?

Thanks,
-George
&lt;/pre&gt;</description>
    <dc:creator>George Goh</dc:creator>
    <dc:date>2010-08-26T08:38:41</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.clustering.kusu.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.clustering.kusu.devel</link>
  </textinput>
</rdf:RDF>

