Olivier,

Once again, good patch, it is in (r9122).

Regards,

----- "Olivier LAHAYE" <olivier.lah...@cea.fr> a écrit :

> hi,
> 
> This minor fix will fix the head node  fileds that are not correct.
> - fqdn was not set (fully qualified hostname)
> - hostname was the fqdn
> 
> Before:
> mysql> select * from Nodes;
> +------------+---------+-----------+--------------+------+--------------+-----------------------+----+----------+-----------+--------------+------+------+-------+---------+
> | cluster_id | cpu_num | cpu_speed | dns_domain   | fqdn | group_name 
>  | hostname              | id | image_id | installer | name         |
> ram  | swap | units | virtual |
> +------------+---------+-----------+--------------+------+--------------+-----------------------+----+----------+-----------+--------------+------+------+-------+---------+
> |          1 |    NULL | NULL      | intra.cea.fr | NULL |
> oscar_server | is005760.intra.cea.fr |  1 |        0 | NULL      |
> oscar_server | NULL | NULL | NULL  | NULL    |
> +------------+---------+-----------+--------------+------+--------------+-----------------------+----+----------+-----------+--------------+------+------+-------+---------+
> 1 row in set (0.00 sec)
> 
> After:
> mysql> select * from Nodes;
> +------------+---------+-----------+--------------+----------------------+--------------+----------+----+----------+-----------+--------------+------+------+-------+---------+
> | cluster_id | cpu_num | cpu_speed | dns_domain   | fqdn              
>   | group_name   | hostname | id | image_id | installer | name        
> | ram  | swap | units | virtual |
> +------------+---------+-----------+--------------+----------------------+--------------+----------+----+----------+-----------+--------------+------+------+-------+---------+
> |          1 |    NULL | NULL      | intra.cea.fr |
> is005760intra.cea.fr | oscar_server | is005760 |  1 |        0 | NULL 
>     | oscar_server | NULL | NULL | NULL  | NULL    |
> +------------+---------+-----------+--------------+----------------------+--------------+----------+----+----------+-----------+--------------+------+------+-------+---------+
> 1 row in set (0.00 sec)
> 
> I've also inserted 2 chomps for hostname and dnsdomainname that
> disapeared or were misplaced during last commit.
> 
> Regards,
> 
> -- 
>       Olivier LAHAYE
>       CEA Saclay
>       DRT-LIST-DETECS-SSTM
> 
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing. 
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Oscar-devel mailing list
> Oscar-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-devel

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to