Menu

#4596 [fvt]2.9.1:tabdump -d site missing some table attributes description info

2.9.1
closed
None
database
5
2015-03-18
2015-03-11
junxiaw
No

How to reproduce:
1.down the lastest build
2.install xcat
tabdump -d site |grep xcatiport
could not find

tabdump -d site |grep DAEMON

could not find
some descriptions attributes could not find

Discussion

  • Guang Cheng Li

    Guang Cheng Li - 2015-03-11
    • assigned_to: Victor Hu
     
  • Guang Cheng Li

    Guang Cheng Li - 2015-03-11

    HI Victor,

    I think your commit 85081d50ccd26aec9b43357515ae11826a72fb9f causes this problem, in this commit, you added the description for "consoleservice", however, the line is ended with a comma(should be a period), caused the lines after this line are considered as a new hash entry and ignored.

    I understand that why this check was not in 2.10, with the current situation, I think we will use the conserver as the default console service in 2.10 also, do you think we need to put these changes into 2.10 also?

    [ligc@ligc-1 xCAT]$ git show 85081d50ccd26aec9b43357515ae11826a72fb9f
    commit 85081d50ccd26aec9b43357515ae11826a72fb9f
    Author: Victor Hu <vhu@us.ibm.com>
    Date:   Wed Feb 4 15:36:30 2015 -0500
    
        Add new service related keyword into site table: consoleservice
    
        [Devops Task 10075]
    
        The behavior changes between 2.9.1 and 2.10.  The keyword is
        provided for those users who want to try out confluent in the 2.9.1
        timeframe.  Confluent is planned to be packaged better and the
        default console for 2.10.  conserver will still be shipped to
        provide console for the systems not supported by confluent.
    
    diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm
    index a41d427..84e3c31 100755
    --- a/perl-xCAT/xCAT/Schema.pm
    +++ b/perl-xCAT/xCAT/Schema.pm
    @@ -1129,6 +1129,7 @@ site => {
        " consoleondemand:  When set to 'yes', conserver connects and creates the console\n".
        "                   output only when the user opens the console. Default is no on\n".
        "                   Linux, yes on AIX.\n\n".
    +   " consoleservice:   The console service to be used by xCAT. Default is conserver\n\n",
        " httpport:    The port number that the booting/installing nodes should contact the\n".
        "              http server on the MN/SN on. It is your responsibility to configure\n".
        "              the http server to listen on that port - xCAT will not do that.\n\n".
    
     
  • Victor Hu

    Victor Hu - 2015-03-12

    sorry about that. I will fix it.

    If we commit this to 2.10 also, on the upgrade path, how do we change the default value if configured to conserver?

     
  • Victor Hu

    Victor Hu - 2015-03-12
    • status: open --> accepted
     
  • Victor Hu

    Victor Hu - 2015-03-12
    • status: accepted --> pending
     
  • Victor Hu

    Victor Hu - 2015-03-12

    070e5a9..1fd513d 2.9 -> 2.9

     
  • junxiaw

    junxiaw - 2015-03-18
    • status: pending --> closed
     
MongoDB Logo MongoDB